Entitlement1Owner
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | String | The owner id for the entitlement | [optional] |
Name | String | The owner name for the entitlement | [optional] |
Type | Enum [ "IDENTITY" ] | The type of the owner. Initially only type IDENTITY is supported | [optional] |
Examples
- Prepare the resource
$Entitlement1Owner = Initialize-PSSailpoint.V2024Entitlement1Owner -Id 2a2fdacca5e345f18bf7970cfbb8fec2 `
-Name identity 1 `
-Type IDENTITY
- Convert the resource to JSON
$Entitlement1Owner | ConvertTo-JSON