ReviewableEntitlementAccountOwner
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | String | The id associated with the machine account owner | [optional] |
Type | Enum [ "IDENTITY" ] | An enumeration of the types of Owner supported within the IdentityNow infrastructure. | [optional] |
DisplayName | String | The 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