IdentityPropertiesArgs

data class IdentityPropertiesArgs(val type: Output<Either<String, IdentityType>>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<IdentityPropertiesArgs>

Describes the identity of the cluster.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, IdentityType>>? = null, userAssignedIdentities: Output<List<String>>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, IdentityType>>? = null
Link copied to clipboard
val userAssignedIdentities: Output<List<String>>? = null

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

Functions

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