ResourceIdentityType Class

Definition

Defines values for ResourceIdentityType.

public static class ResourceIdentityType
type ResourceIdentityType = class
Public Enum ResourceIdentityType
Public Class ResourceIdentityType
Inheritance
ResourceIdentityType
Inheritance
ResourceIdentityType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Name Description
None

Do not use a managed identity for the Managed Cluster, service principal will be used instead.

SystemAssigned

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.

UserAssigned

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.

Applies to