EntitlementOwner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | The identity ID | [optional] |
| Type | Enum [ "IDENTITY" ] | The type of object | [optional] |
| Name | String | The display name of the identity | [optional] |
Examples
- Prepare the resource
$EntitlementOwner = Initialize-EntitlementOwner -Id 2c9180827ca885d7017ca8ce28a000eb `
-Type IDENTITY `
-Name john.doe
- Convert the resource to JSON
$EntitlementOwner | ConvertTo-JSON