Managed Cluster Identity Args
data class ManagedClusterIdentityArgs(val delegatedResources: Output<Map<String, DelegatedResourceArgs>>? = null, val type: Output<ResourceIdentityType>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedClusterIdentityArgs>
Identity for the managed cluster.
Constructors
Link copied to clipboard
constructor(delegatedResources: Output<Map<String, DelegatedResourceArgs>>? = null, type: Output<ResourceIdentityType>? = null, userAssignedIdentities: Output<List<String>>? = 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
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}'.