Skip to main content

AccountupdatedEntitlementChangesInnerAddedInner

Properties

NameTypeDescriptionNotes
IdStringThe unique identifier of the entitlement.[optional]
NameStringThe name of the entitlement.[optional]
OwnerAccountupdatedEntitlementChangesInnerAddedInnerOwner[optional]
ValueStringThe 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

[Back to top]