ManagedClusterIdentity Class

Identity for the managed cluster.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ManagedClusterIdentity

Constructor

ManagedClusterIdentity(*, type: Optional[Union[str, _models.ResourceIdentityType]] = None, user_assigned_identities: Optional[Dict[str, _models.Components1Umhcm8SchemasManagedclusteridentityPropertiesUserassignedidentitiesAdditionalproperties]] = None, **kwargs)

Variables

principal_id
str

The principal id of the system assigned identity which is used by master components.

tenant_id
str

The tenant id of the system assigned identity which is used by master components.

type
str or ResourceIdentityType

The type of identity used for the managed cluster. Type 'SystemAssigned' will use an implicitly created identity in master components and an auto-created user assigned identity in >>MC_<< resource group in agent nodes. Type 'None' will not use MSI for the managed cluster, service principal will be used instead. Known values are: "SystemAssigned", "UserAssigned", "None".

user_assigned_identities
dict[<xref:str,azure.mgmt.containerservice.v2021_03_01.models.Components1Umhcm8SchemasManagedclusteridentityPropertiesUserassignedidentitiesAdditionalproperties>]

The user identity associated with the managed cluster. This identity will be used in control plane and only one user assigned identity is allowed. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.