ManagedClusterIdentityArgs

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
val type: Output<ResourceIdentityType>? = null

For more information see use managed identities in AKS.

Link copied to clipboard
val userAssignedIdentities: Output<List<String>>? = null

The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Functions

Link copied to clipboard
open override fun toJava(): ManagedClusterIdentityArgs