Skip to main content

ReviewableEntitlementAccountOwner

Properties

NameTypeDescriptionNotes
IdStringThe id associated with the machine account owner[optional]
TypeEnum [ "IDENTITY" ]An enumeration of the types of Owner supported within the IdentityNow infrastructure.[optional]
DisplayNameStringThe machine account owner's display name[optional]

Examples

  • Prepare the resource
$ReviewableEntitlementAccountOwner = Initialize-PSSailpoint.V2024ReviewableEntitlementAccountOwner  -Id 2c9180857182305e0171993737eb29e8 `
-Type IDENTITY `
-DisplayName Alison Ferguson
  • Convert the resource to JSON
$ReviewableEntitlementAccountOwner | ConvertTo-JSON

[Back to top]