Requesteditemstatus
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| 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] |
Examples
- Prepare the resource
$Requesteditemstatus = Initialize-Requesteditemstatus -Id 2c9180926cbfbddd016cbfc7c3b10010 `
-Name AccessProfile1 `
-Type ACCESS_PROFILE `
-CancelledRequestDetails null `
-ErrorMessages null `
-State null `
-ApprovalDetails null `
-ApprovalIds ["85f0cf482dd44327b593624c07906c21","fa57e1bfa36f41ee85e33ee59fcbeac5"] `
-ManualWorkItemDetails null `
-AccountActivityItemId 2c9180926cbfbddd016cbfc7c3b10010 `
-RequestType null `
-Modified 2019-08-23T18:52:59.162Z `
-Created 2019-08-23T18:40:35.772Z `
-Requester null `
-RequestedFor null `
-RequesterComment null `
-SodViolationContext null `
-ProvisioningDetails null `
-PreApprovalTriggerDetails null `
-AccessRequestPhases null `
-Description This is the Engineering role that engineers are granted. `
-StartDate 2019-10-21T00:00Z `
-RemoveDate 2019-10-23T00:00Z `
-Cancelable true `
-AccessRequestId 2b838de9-db9b-abcf-e646-d4f274ad4238 `
-ClientMetadata {"key1":"value1","key2":"value2"} `
-RequestedAccounts null `
-PrivilegeLevel High
- Convert the resource to JSON
$Requesteditemstatus | ConvertTo-JSON