Skip to main content

RequestedForDtoRef

Properties

NameTypeDescriptionNotes
IdentityIdStringThe identity id for which the access is requested[required]
RequestedItems[]RequestedItemDtoRefthe details for the access items that are requested for the identity[required]

Examples

  • Prepare the resource
$RequestedForDtoRef = Initialize-PSSailpoint.V2025RequestedForDtoRef  -IdentityId cb89bc2f1ee6445fbea12224c526ba3a `
-RequestedItems null
  • Convert the resource to JSON
$RequestedForDtoRef | ConvertTo-JSON

[Back to top]