ResourceIdentityType Class
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.
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. |