Skip to main content

RequestedItemDetails

Properties

NameTypeDescriptionNotes
TypeEnum [ "ACCESS_PROFILE", "ENTITLEMENT", "ROLE" ]The type of access item requested.[optional]
IdStringThe 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]