mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.8 KiB
1.8 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-access-request-pre-approval-requested-items-inner | AccessRequestPreApprovalRequestedItemsInner | AccessRequestPreApprovalRequestedItemsInner | AccessRequestPreApprovalRequestedItemsInner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/access-request-pre-approval-requested-items-inner |
|
AccessRequestPreApprovalRequestedItemsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | The unique ID of the access item being requested. | [required] |
| Name | String | The human friendly name of the access item. | [required] |
| Description | String | Detailed description of the access item. | [optional] |
| Type | Enum [ "ACCESS_PROFILE", "ROLE", "ENTITLEMENT" ] | The type of access item. | [required] |
| Operation | Enum [ "Add", "Remove" ] | The action to perform on the access item. | [required] |
| Comment | String | A comment from the identity requesting the access. | [optional] |
Examples
- Prepare the resource
$AccessRequestPreApprovalRequestedItemsInner = Initialize-V2024AccessRequestPreApprovalRequestedItemsInner -Id 2c91808b6ef1d43e016efba0ce470904 `
-Name Engineering Access `
-Description Access to engineering database `
-Type ACCESS_PROFILE `
-Operation Add `
-Comment William needs this access to do his job.
- Convert the resource to JSON
$AccessRequestPreApprovalRequestedItemsInner | ConvertTo-JSON