ConnectionEventingConfigAuthConfig

data class ConnectionEventingConfigAuthConfig(val additionalVariables: List<ConnectionEventingConfigAuthConfigAdditionalVariable>? = null, val authKey: String? = null, val authType: String, val userPassword: ConnectionEventingConfigAuthConfigUserPassword)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List containing additional auth configs. Structure is documented below.

Link copied to clipboard
val authKey: String? = null

The type of authentication configured.

Link copied to clipboard

authType of the Connection Possible values are: USER_PASSWORD.

Link copied to clipboard

User password for Authentication. Structure is documented below.