Managed Cluster Identity Response
data class ManagedClusterIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, ManagedClusterIdentityResponseUserAssignedIdentities>? = null)
Identity for the managed cluster.
Properties
Link copied to clipboard
The principal id of the system assigned identity which is used by master components.
Link copied to clipboard
For more information see use managed identities in AKS.
Link copied to clipboard
val userAssignedIdentities: Map<String, ManagedClusterIdentityResponseUserAssignedIdentities>? = null
The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.