Skip to main content

MachineIdentityDtoOwners

Properties

NameTypeDescriptionNotes
PrimaryIdentity[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0Defines the identity which is selected as the primary owner[required]
SecondaryIdentities[]BaseReferenceDtoDefines the identities which are selected as secondary owners[required]

Examples

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

[Back to top]