Skip to main content

AccountUpdatedEntitlementChangesInnerAddedInnerOwner

Properties

NameTypeDescriptionNotes
IdStringThe unique identifier of the owner.[optional]
NameStringThe name of the owner.[optional]
TypeStringThe type of the owner.[optional]

Examples

  • Prepare the resource
$AccountUpdatedEntitlementChangesInnerAddedInnerOwner = Initialize-AccountUpdatedEntitlementChangesInnerAddedInnerOwner  -Id 2c9180835d2e5168015d32f890ca1581 `
-Name Owner Name `
-Type Primary
  • Convert the resource to JSON
$AccountUpdatedEntitlementChangesInnerAddedInnerOwner | ConvertTo-JSON

[Back to top]