ResourceIdentityType.SystemAssigned Field

Definition

Use an implicitly created system assigned managed identity to manage cluster resources. Master components in the control plane such as kube-controller-manager will use the system assigned managed identity to manipulate Azure resources.

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

Field Value

Value = 0
Attributes

Applies to