IdentityArgs

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

The Managed Identity of the resource

Constructors

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

Properties

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

Identity Type

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

User Assigned Identities

Functions

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