| Name |
Pointer to String |
Human-readable display name of the item being requested. |
[optional] |
| Type |
Pointer to Enum [ "ACCESS_PROFILE", "ROLE", "ENTITLEMENT" ] |
Type of requested object. |
[optional] |
| CancelledRequestDetails |
Pointer to RequestedItemStatusCancelledRequestDetails |
|
[optional] |
| ErrorMessages |
Pointer to []ErrorMessageDto[] |
List of list of localized error messages, if any, encountered during the approval/provisioning process. |
[optional] |
| State |
Pointer to RequestedItemStatusRequestState |
|
[optional] |
| ApprovalDetails |
Pointer to []ApprovalStatusDto |
Approval details for each item. |
[optional] |
| ApprovalIds |
Pointer to []String |
List of approval IDs associated with the request. |
[optional] |
| ManualWorkItemDetails |
Pointer to []ManualWorkItemDetails |
Manual work items created for provisioning the item. |
[optional] |
| AccountActivityItemId |
Pointer to String |
Id of associated account activity item. |
[optional] |
| RequestType |
Pointer to AccessRequestType |
|
[optional] |
| Modified |
Pointer to System.DateTime |
When the request was last modified. |
[optional] |
| Created |
Pointer to System.DateTime |
When the request was created. |
[optional] |
| Requester |
Pointer to AccessItemRequester |
|
[optional] |
| RequestedFor |
Pointer to RequestedItemStatusRequestedFor |
|
[optional] |
| RequesterComment |
Pointer to RequestedItemStatusRequesterComment |
|
[optional] |
| SodViolationContext |
Pointer to RequestedItemStatusSodViolationContext |
|
[optional] |
| ProvisioningDetails |
Pointer to RequestedItemStatusProvisioningDetails |
|
[optional] |
| PreApprovalTriggerDetails |
Pointer to RequestedItemStatusPreApprovalTriggerDetails |
|
[optional] |
| AccessRequestPhases |
Pointer to []AccessRequestPhases |
A list of Phases that the Access Request has gone through in order, to help determine the status of the request. |
[optional] |
| Description |
Pointer to String |
Description associated to the requested object. |
[optional] |
| RemoveDate |
Pointer to System.DateTime |
When the role access is scheduled for removal. |
[optional] |
| Cancelable |
Pointer to Boolean |
True if the request can be canceled. |
[optional] [default to $false] |
| AccessRequestId |
Pointer to String |
This is the account activity id. |
[optional] |
| ClientMetadata |
Pointer to map[string]String |
Arbitrary key-value pairs, if any were included in the corresponding access request |
[optional] |