ManagedCluster.IdentityProfile Property

Definition

Gets or sets the user identity associated with the managed cluster. This identity will be used by the kubelet. Only one user assigned identity is allowed. The only accepted key is "kubeletidentity", with value of "resourceId": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}".

[Newtonsoft.Json.JsonProperty(PropertyName="properties.identityProfile")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ContainerService.Models.UserAssignedIdentity> IdentityProfile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.identityProfile")>]
member this.IdentityProfile : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ContainerService.Models.UserAssignedIdentity> with get, set
Public Property IdentityProfile As IDictionary(Of String, UserAssignedIdentity)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to