Skip to main content

Machineidentityownerreference

Properties

NameTypeDescriptionNotes
TypeStringOwner's type.[required]
IdStringOwner ID.[required]
NameStringOwner's display name.[required]
IsPrimaryBooleanIndicates if this owner is the primary owner.[optional] [default to $false]

Examples

  • Prepare the resource
$Machineidentityownerreference = Initialize-Machineidentityownerreference  -Type IDENTITY `
-Id 84d8c1b819144608b8b8bc3b84ddbb7b `
-Name Jerrie admin3cf084 `
-IsPrimary true
  • Convert the resource to JSON
$Machineidentityownerreference | ConvertTo-JSON

[Back to top]