ManagedClusterIdentity Class
Identity for the managed cluster.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.containerservice._serialization.ModelManagedClusterIdentity
Constructor
ManagedClusterIdentity(*, type: str | _models.ResourceIdentityType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
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" and "None". |
Variables
Name | Description |
---|---|
principal_id
|
The principal id of the system assigned identity which is used by master components. |
tenant_id
|
The tenant id of the system assigned identity which is used by master components. |
type
|
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" and "None". |
Azure SDK for Python