ManagedClusterIdentityOutput interface
Identity for the managed cluster.
Properties
| principal |
The principal id of the system assigned identity which is used by master components. |
| tenant |
The tenant id of the system assigned identity which is used by master components. |
| type | For more information see use managed identities in AKS. |
| user |
The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. |
Property Details
principalId
The principal id of the system assigned identity which is used by master components.
principalId?: string
Property Value
string
tenantId
The tenant id of the system assigned identity which is used by master components.
tenantId?: string
Property Value
string
type
For more information see use managed identities in AKS.
type?: "SystemAssigned" | "UserAssigned" | "None"
Property Value
"SystemAssigned" | "UserAssigned" | "None"
userAssignedIdentities
The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
userAssignedIdentities?: Record<string, ManagedServiceIdentityUserAssignedIdentitiesValueOutput>
Property Value
Record<string, ManagedServiceIdentityUserAssignedIdentitiesValueOutput>