Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RequestedItemDetails.md
2025-01-28 13:29:29 -05:00

1.1 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-requested-item-details RequestedItemDetails RequestedItemDetails RequestedItemDetails powershellsdk
powershell
PowerShell
sdk
RequestedItemDetails
V2024RequestedItemDetails
/tools/sdk/powershell/v2024/models/requested-item-details
SDK
Software Development Kit
RequestedItemDetails
V2024RequestedItemDetails

RequestedItemDetails

Properties

Name Type Description Notes
Type Pointer to Enum [ "ACCESS_PROFILE", "ENTITLEMENT", "ROLE" ] The type of access item requested. [optional]
Id Pointer to 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

[Back to top]