Skip to main content

Intelmachineidentityowners

Properties

NameTypeDescriptionNotes
PrimaryIdentityIntelmachineentityrefPrimary human owner of the machine identity when assigned.[required]
SecondaryIdentities[]IntelmachineentityrefSecondary human owners associated with the machine identity.[required]

Examples

  • Prepare the resource
$Intelmachineidentityowners = Initialize-Intelmachineidentityowners  -PrimaryIdentity null `
-SecondaryIdentities null
  • Convert the resource to JSON
$Intelmachineidentityowners | ConvertTo-JSON

[Back to top]