ClusterIdentity Class

Identity for the cluster.

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

Inheritance
msrest.serialization.Model
ClusterIdentity

Constructor

ClusterIdentity(*, type: str | ResourceIdentityType | None = None, user_assigned_identities: Dict[str, UserAssignedIdentity] | None = None, **kwargs)

Parameters

Name Description
type
Required

The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. Possible values include: "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned", "None".

user_assigned_identities
Required

The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Keyword-Only Parameters

Name Description
type
Required
user_assigned_identities
Required

Variables

Name Description
principal_id
str

The principal id of cluster identity. This property will only be provided for a system assigned identity.

tenant_id
str

The tenant id associated with the cluster. This property will only be provided for a system assigned identity.