ManagedClusterIdentityResponse

data class ManagedClusterIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, ManagedClusterIdentityResponseUserAssignedIdentities>? = null)

Identity for the managed cluster.

Constructors

Link copied to clipboard
constructor(principalId: String, tenantId: String, type: String? = null, userAssignedIdentities: Map<String, ManagedClusterIdentityResponseUserAssignedIdentities>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The principal id of the system assigned identity which is used by master components.

Link copied to clipboard

The tenant id of the system assigned identity which is used by master components.

Link copied to clipboard
val type: String? = null

For more information see use managed identities in AKS.

Link copied to clipboard

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