| Id | String | The ID of the access request. As of 2025, this is a new property. Older access requests might not have an ID. | [optional] |
| Name | String | Human-readable display name of the item being requested. | [optional] |
| Type | Enum [ "ACCESS_PROFILE", "ROLE", "ENTITLEMENT" ] | Type of requested object. | [optional] |
| CancelledRequestDetails | RequestedItemStatusCancelledRequestDetails | | [optional] |
| ErrorMessages | []ErrorMessageDto[] | List of list of localized error messages, if any, encountered during the approval/provisioning process. | [optional] |
| State | RequestedItemStatusRequestState | | [optional] |
| ApprovalDetails | []ApprovalStatusDto | Approval details for each item. | [optional] |
| ApprovalIds | []String | List of approval IDs associated with the request. | [optional] |
| ManualWorkItemDetails | []ManualWorkItemDetails | Manual work items created for provisioning the item. | [optional] |
| AccountActivityItemId | String | Id of associated account activity item. | [optional] |
| RequestType | AccessRequestType | | [optional] |
| Modified | System.DateTime | When the request was last modified. | [optional] |
| Created | System.DateTime | When the request was created. | [optional] |
| Requester | AccessItemRequester | | [optional] |
| RequestedFor | RequestedItemStatusRequestedFor | | [optional] |
| RequesterComment | RequestedItemStatusRequesterComment | | [optional] |
| SodViolationContext | RequestedItemStatusSodViolationContext | | [optional] |
| ProvisioningDetails | RequestedItemStatusProvisioningDetails | | [optional] |
| PreApprovalTriggerDetails | RequestedItemStatusPreApprovalTriggerDetails | | [optional] |
| AccessRequestPhases | []AccessRequestPhases | A list of Phases that the Access Request has gone through in order, to help determine the status of the request. | [optional] |
| Description | String | Description associated to the requested object. | [optional] |
| StartDate | System.DateTime | When the role access is scheduled for provisioning. | [optional] |
| RemoveDate | System.DateTime | When the role access is scheduled for removal. | [optional] |
| Cancelable | Boolean | True if the request can be canceled. | [optional] [default to $false] |
| AccessRequestId | String | This is the account activity id. | [optional] |
| ClientMetadata | map[string]String | Arbitrary key-value pairs, if any were included in the corresponding access request | [optional] |
| RequestedAccounts | []RequestedAccountRef | The accounts selected by the user for the access to be provisioned on, in case they have multiple accounts on one or more sources. | [optional] |
| PrivilegeLevel | String | The privilege level of the requested access item, if applicable. | [optional] |
| JitDetails | []EntitlementStateSnapshotJitDetail | JIT (Just-In-Time) details for the requested access item, if applicable. | [optional] |