PSManagedClusterIdentity.UserAssignedIdentities Property

Definition

Gets or sets the user identity associated with the managed cluster. This identity will be used in control plane. Only one user assigned identity is allowed.

The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue> UserAssignedIdentities { get; set; }
member this.UserAssignedIdentities : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue> with get, set
Public Property UserAssignedIdentities As IDictionary(Of String, PSManagedClusterIdentityUserAssignedIdentitiesValue)

Property Value

Applies to