Skip to main content

PatOwner

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]Personal access token owner's DTO type.[optional]
IdStringPersonal access token owner's identity ID.[optional]
NameStringPersonal access token owner's human-readable display name.[optional]

Examples

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

[Back to top]