Skip to main content

AccountAllOfSourceOwner

Properties

NameTypeDescriptionNotes
IdStringThe ID of the identity[optional]
TypeEnum [ "IDENTITY" ]The type of object being referenced[optional]
NameStringdisplay name of identity[optional]

Examples

  • Prepare the resource
$AccountAllOfSourceOwner = Initialize-PSSailpoint.V2024AccountAllOfSourceOwner  -Id 2c918084660f45d6016617daa9210584 `
-Type IDENTITY `
-Name Adam Kennedy
  • Convert the resource to JSON
$AccountAllOfSourceOwner | ConvertTo-JSON

[Back to top]