mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.7 KiB
1.7 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-access-request-item-response | AccessRequestItemResponse | AccessRequestItemResponse | AccessRequestItemResponse | powershellsdk |
|
/tools/sdk/powershell/beta/models/access-request-item-response |
|
AccessRequestItemResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Operation | String | the access request item operation | [optional] |
| AccessItemType | String | the access item type | [optional] |
| Name | String | the name of access request item | [optional] |
| Decision | Enum [ "APPROVED", "REJECTED" ] | the final decision for the access request | [optional] |
| Description | String | the description of access request item | [optional] |
| SourceId | String | the source id | [optional] |
| SourceName | String | the source Name | [optional] |
| ApprovalInfos | []ApprovalInfoResponse | [optional] |
Examples
- Prepare the resource
$AccessRequestItemResponse = Initialize-BetaAccessRequestItemResponse -Operation Add `
-AccessItemType role `
-Name Role-1 `
-Decision APPROVED `
-Description The role descrition `
-SourceId 8a80828f643d484f01643e14202e206f `
-SourceName Source1 `
-ApprovalInfos [{name=John Snow, id=8a80828f643d484f01643e14202e2000, status=Approved}]
- Convert the resource to JSON
$AccessRequestItemResponse | ConvertTo-JSON