Add¶
Adds a new delegation from one identity to another and returns the ID of the delegation.
1 |
|
Parameters¶
( string | Identity ) from
The delegating identity (ID or Identity object).
( string | Identity ) to
The delegated identity (ID or Identity object).
DateTimeOffset start
The start date and time of the delegation.
DateTimeOffset end
The end date and time of the delegation.
Returns¶
The ID of the created delegation entry.