Skip to main content

IdentityProfileAllOfOwner

Properties

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

Examples

  • Prepare the resource
$IdentityProfileAllOfOwner = Initialize-PSSailpoint.V2024IdentityProfileAllOfOwner  -Type IDENTITY `
-Id 2c9180835d191a86015d28455b4b232a `
-Name William Wilson
  • Convert the resource to JSON
$IdentityProfileAllOfOwner | ConvertTo-JSON

[Back to top]