Skip to main content

PublicMachineIdentityOwner

Properties

NameTypeDescriptionNotes
IdStringIdentity id of the primary owner.[optional]
NameStringHuman-readable display name of the primary owner.[optional]
EmailStringEmail address of the primary owner.[optional]

Examples

  • Prepare the resource
$PublicMachineIdentityOwner = Initialize-PublicMachineIdentityOwner  -Id 2c9180857182305e0171993735622948 `
-Name Alison Ferguso `
-Email alison.ferguso@acme-solar.com
  • Convert the resource to JSON
$PublicMachineIdentityOwner | ConvertTo-JSON

[Back to top]