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