AccessRequestBatch
The object provides the AccessRequestBatch
JavaScript object for use in
the JavaScript environment of the access request batch notification templates.
The JavaScript object can be used in the ready-for-immediate-use notification templates -
Access Batch Processing Start Template
and Access Batch Processing Complete
Template
. The AccessRequestBatch
object is a relevant data item in the
processAccessBatch
workflow definition. The workflow is not available for
customization in workflow designer. To get the AccessRequestBatch
JavaScript
object, invoke get() on the relevant data ID
accessRequestBatch
.
- Availability
- IBM Verify Identity Governance 6.0.0.17 and 7.0.1.6.
- Provided by
- com.ibm.itim.workflow.script.WorkflowExtension
- Usage
var accessRequest = accessRequestBatch.get();
- Methods
-
- getSubmittedAccessProvisioningList()
- Returns the names of the accesses that were requested to be provisioned.
- getSubmittedAccessDeprovisioningList()
- Returns the names of the accesses that were requested to be deleted.
- getSubmittedAccessUpdateList()
- Returns the names of the accesses that were requested to be updated.
- getAccessProvisioningStatusList()
- Returns the access names and fulfillment status for the access provisioning requests that were made.
- getAccessDeprovisioningStatusList()
- Returns the access names and fulfillment status for the access deprovisioning requests that were made.
- getAccessUpdateStatusList()
- Returns the access names and fulfillment status for access update request made.