AuthenticationModeEnumValueArgs

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

Definition of AuthenticationModeEnumValue

Constructors

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

Properties

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

Property value

Functions

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