Skip to main content

OwnerDto

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]Owner's DTO type.[optional]
IdStringOwner's identity ID.[optional]
NameStringOwner's name.[optional]

Examples

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

[Back to top]