Skip to main content

ApprovalIdentity

Properties

NameTypeDescriptionNotes
IdStringThe identity ID[optional]
TypeEnum [ "IDENTITY" ]Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc[optional]
NameStringName of the identity[optional]

Examples

  • Prepare the resource
$ApprovalIdentity = Initialize-PSSailpoint.BetaApprovalIdentity  -Id 85d173e7d57e496569df763231d6deb6a `
-Type IDENTITY `
-Name John Doe
  • Convert the resource to JSON
$ApprovalIdentity | ConvertTo-JSON

[Back to top]