IdentityArgs

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

Identity of resource

Constructors

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

Functions

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

Properties

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

Identity Type