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]