ResourceIdentityType.UserAssigned Field

Definition

Use a user-specified identity to manage cluster resources. Master components in the control plane such as kube-controller-manager will use the specified user assigned managed identity to manipulate Azure resources.

[System.Runtime.Serialization.EnumMember(Value="UserAssigned")]
UserAssigned
public const string UserAssigned;
[<System.Runtime.Serialization.EnumMember(Value="UserAssigned")>]
UserAssigned = 1
val mutable UserAssigned : string
UserAssigned
Public Const UserAssigned As String 

Field Value

Value = 1
Attributes

Applies to