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.ManagedServiceIdentityUserAssignedIdentitiesValue]] = 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

For more information see use managed identities in AKS. Known values are: "SystemAssigned", "UserAssigned", "None".

user_assigned_identities
dict[<xref:str,azure.mgmt.containerservice.v2021_08_01.models.ManagedServiceIdentityUserAssignedIdentitiesValue>]

The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.