AccountupdatedEntitlementChangesInnerAddedInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | The unique identifier of the entitlement. | [optional] |
| Name | String | The name of the entitlement. | [optional] |
| Owner | AccountupdatedEntitlementChangesInnerAddedInnerOwner | [optional] | |
| Value | String | The value of the entitlement. | [optional] |
Examples
- Prepare the resource
$AccountupdatedEntitlementChangesInnerAddedInner = Initialize-AccountupdatedEntitlementChangesInnerAddedInner -Id 2c9180835d2e5168015d32f890ca1581 `
-Name Admin `
-Owner null `
-Value Admin
- Convert the resource to JSON
$AccountupdatedEntitlementChangesInnerAddedInner | ConvertTo-JSON