Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Overview

Adds a new delegation specified from identity to specified to identity and returns the id number of delegation.

string $Delegation.Add(from: ( string | Identity ), to: ( string | Identity ), start: DateTimeOffset, end: DateTimeOffset)

Arguments

( string | Identity ) from
Delegating identity id or identity object
( string | Identity ) to
Delegated identity id or identity object
Start date of delegation
End date of delegation

Returns

id number of delegation entry
  • No labels