MachineIdentityOwnersV2
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Primary | MachineIdentityOwnersV2Primary | [optional] | |
| Secondary | []BaseReferenceDto | Additional owners. Entries are either up to ten human (IDENTITY) references or exactly one GOVERNANCE_GROUP reference - not both. Governance-group owners appear here with type GOVERNANCE_GROUP. | [optional] |
Examples
- Prepare the resource
$MachineIdentityOwnersV2 = Initialize-MachineIdentityOwnersV2 -Primary null `
-Secondary [{"id":"2c9180858082150f0180893dbaf44202","name":"Jane Doe","type":"IDENTITY"}]
- Convert the resource to JSON
$MachineIdentityOwnersV2 | ConvertTo-JSON