RequestedItemDetails
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | Enum [ "ACCESS_PROFILE", "ENTITLEMENT", "ROLE" ] | The type of access item requested. | [optional] |
Id | String | The id of the access item requested. | [optional] |
Examples
- Prepare the resource
$RequestedItemDetails = Initialize-PSSailpoint.V2024RequestedItemDetails -Type ENTITLEMENT `
-Id 779c6fd7171540bba1184e5946112c28
- Convert the resource to JSON
$RequestedItemDetails | ConvertTo-JSON