ManagedClusterIdentityResponse

data class ManagedClusterIdentityResponse(val delegatedResources: Map<String, DelegatedResourceResponse>? = null, 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(delegatedResources: Map<String, DelegatedResourceResponse>? = null, 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 delegated identity resources assigned to this managed cluster. This can only be set by another Azure Resource Provider, and managed cluster only accept one delegated identity resource. Internal use only.

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}'.