AccessRequestDynamicApprover
Import this model from the entry point of its package:
import { AccessRequestDynamicApprover } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| accessRequestId | string | The unique ID of the access request object. Can be used with the access request status endpoint to get the status of the request. | [default to undefined] |
| requestedFor | Array<AccessItemRequestedForDto> | Identities access was requested for. | [default to undefined] |
| requestedItems | Array<AccessRequestDynamicApproverRequestedItemsInner> | The access items that are being requested. | [default to undefined] |
| requestedBy | AccessItemRequesterDto | [default to undefined] |