Skip to main content

PendingApprovalOwner

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]Access item owner's DTO type.[optional]
IdStringAccess item owner's identity ID.[optional]
NameStringAccess item owner's human-readable display name.[optional]

Examples

  • Prepare the resource
$PendingApprovalOwner = Initialize-PSSailpoint.V2024PendingApprovalOwner  -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Support
  • Convert the resource to JSON
$PendingApprovalOwner | ConvertTo-JSON

[Back to top]