AuthTypeEnumValueArgs

data class AuthTypeEnumValueArgs(val value: Output<Either<String, AuthType>>? = null) : ConvertibleToJava<AuthTypeEnumValueArgs>

Definition of AuthTypeEnumValue

Constructors

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

Properties

Link copied to clipboard
val value: Output<Either<String, AuthType>>? = null

Property value

Functions

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