Skip to content

List

Returns a list of delegations for a specific user

1
$Delegation.List(from: ( string | Identity )):Array<DelegationEntry>

Parameters

( string | Identity ) from
    The delegating identity (ID or Identity object).

Types

DelegationEntry

Represents a delegation entry.

End : DateTimeOffset
The delegation end date and time.

From : Identity
The delegating identity.

Id : string
The globally unique identifier of the delegation.

Start : DateTimeOffset
The delegation start date and time.

To : Identity
The delegated identity.