Managed Cluster Identity Response
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)
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
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}'.