ConnectionEventingConfigAuthConfigArgs

data class ConnectionEventingConfigAuthConfigArgs(val additionalVariables: Output<List<ConnectionEventingConfigAuthConfigAdditionalVariableArgs>>? = null, val authKey: Output<String>? = null, val authType: Output<String>, val userPassword: Output<ConnectionEventingConfigAuthConfigUserPasswordArgs>) : ConvertibleToJava<ConnectionEventingConfigAuthConfigArgs>

Constructors

Link copied to clipboard
constructor(additionalVariables: Output<List<ConnectionEventingConfigAuthConfigAdditionalVariableArgs>>? = null, authKey: Output<String>? = null, authType: Output<String>, userPassword: Output<ConnectionEventingConfigAuthConfigUserPasswordArgs>)

Properties

Link copied to clipboard

List containing additional auth configs. Structure is documented below.

Link copied to clipboard
val authKey: Output<String>? = null

The type of authentication configured.

Link copied to clipboard
val authType: Output<String>

authType of the Connection Possible values are: USER_PASSWORD.

Link copied to clipboard

User password for Authentication. Structure is documented below.

Functions

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