AccessRequestPreApprovalRequestedItemsInner
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | String | Access item's unique ID. | [required] |
Name | String | Access item's name. | [required] |
Description | String | Access item's description. | [optional] |
Type | Enum [ "ACCESS_PROFILE", "ROLE", "ENTITLEMENT" ] | Access item's type. | [required] |
Operation | Enum [ "Add", "Remove" ] | Action to perform on the access item. | [required] |
Comment | String | Comment from the identity requesting access. | [optional] |
Examples
- Prepare the resource
$AccessRequestPreApprovalRequestedItemsInner = Initialize-PSSailpoint.BetaAccessRequestPreApprovalRequestedItemsInner -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