Intelmachineidentityowners
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PrimaryIdentity | Intelmachineentityref | Primary human owner of the machine identity when assigned. | [required] |
| SecondaryIdentities | []Intelmachineentityref | Secondary 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