PSManagedClusterIdentity.UserAssignedIdentities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)