Skip to main content

AccountAllOfIdentity

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
$AccountAllOfIdentity = Initialize-PSSailpoint.V2024AccountAllOfIdentity  -Id 2c918084660f45d6016617daa9210584 `
-Type IDENTITY `
-Name John Doe
  • Convert the resource to JSON
$AccountAllOfIdentity | ConvertTo-JSON

[Back to top]