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]