Skip to main content

Additionalownerref

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY", "GOVERNANCE_GROUP" ]Type of the additional owner; IDENTITY for an identity, GOVERNANCE_GROUP for a governance group.[optional]
IdStringID of the identity or governance group.[optional]
NameStringDisplay name. It may be left null or omitted on input. If set, it must match the current display name of the identity or governance group, otherwise a 400 Bad Request error may result.[optional]

Examples

  • Prepare the resource
$Additionalownerref = Initialize-Additionalownerref  -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name support
  • Convert the resource to JSON
$Additionalownerref | ConvertTo-JSON

[Back to top]