Delegate
The object provides the Delegate JavaScript
object for use in the JavaScript environment of delegation
notification. The Delegate JavaScript
object and their use is described in this
section.
- Delegate
- The
Delegate
object contains all the information associated with the current delegation operation.
- Availability
-
IBM® Tivoli® Identity Manager 5.1.0.11
- Provided by
com.ibm.itim.script.extensions.DelegateExtension
- Methods
-
- Delegate.getDelegator()
- Returns the
DirectoryObject
that represents a system user such as the IBM Verify Identity Governance account, whose activities are delegated.
- Delegate.getDelegatee()
- Returns the
DirectoryObject
that represents a system user such as the IBM Verify Identity Governance account, who is selected to be the delegate for the activities of the delegator.
- Delegate.getStartDate()
- Returns a
Date
that contains the date and time when the delegation starts.
- Delegate.getEndDate()
- Returns a
Date
that contains the date and time when the delegation ends.
- Delegate.getRequester()
- Returns the
DirectoryObject
that represents a system user such as the IBM Verify Identity Governance account, who initiated the delegation.
- Description
- The
Delegate
object is available in the context of a delegation notification. The object retrieves the delegation information in the delegation notification template. The model script extensions are also available in the delegation notification context.