SourceAuthTypeEnumValueArgs

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

Definition of SourceAuthTypeEnumValue

Constructors

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

Properties

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

Property value

Functions

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