None Auth Type Workspace Connection Properties Args
data class NoneAuthTypeWorkspaceConnectionPropertiesArgs(val authType: Output<String>, val category: Output<Either<String, ConnectionCategory>>? = null, val target: Output<String>? = null, val value: Output<String>? = null, val valueFormat: Output<Either<String, ValueFormat>>? = null) : ConvertibleToJava<NoneAuthTypeWorkspaceConnectionPropertiesArgs>
Constructors
Link copied to clipboard
constructor(authType: Output<String>, category: Output<Either<String, ConnectionCategory>>? = null, target: Output<String>? = null, value: Output<String>? = null, valueFormat: Output<Either<String, ValueFormat>>? = null)