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
fun ManagedClusterIdentityArgs(type: Output<ResourceIdentityType>? = null, userAssignedIdentities: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
For more information see use managed identities in AKS.