IdentityArgs

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

Identity of resource

Constructors

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

Properties

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

Identity Type

Functions

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