Skip to content

List

Returns a list of delegations for a specific user.

1
$Delegation.List(from?: ( string | [Identity](./../Identity/index.md) )):Array<`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.>

Parameters

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

See Also

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.>