Share via


ManagedClusterIdentity interface

Identity for the managed cluster.

Properties

type

For more information see use managed identities in AKS.

userAssignedIdentities

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

Property Details

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, ManagedServiceIdentityUserAssignedIdentitiesValue>

Property Value