List¶
Returns a list of delegations for a specific user
1 | |
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.