List¶
Returns a list of delegations for a specific user.
$Delegation.List(from?: ( string | Identity )):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).
Returns¶
Delegations for from; when omitted, the server returns delegations visible in the current security context.
Remarks¶
Example¶
1 | |
See Also¶
- 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.