mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.0 KiB
1.0 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-requested-item-details | RequestedItemDetails | RequestedItemDetails | RequestedItemDetails | powershellsdk |
|
/tools/sdk/powershell/beta/models/requested-item-details |
|
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-BetaRequestedItemDetails -Type ENTITLEMENT `
-Id 779c6fd7171540bba1184e5946112c28
- Convert the resource to JSON
$RequestedItemDetails | ConvertTo-JSON