ConnectionEventingConfigAuthConfigUserPasswordArgs

data class ConnectionEventingConfigAuthConfigUserPasswordArgs(val password: Output<ConnectionEventingConfigAuthConfigUserPasswordPasswordArgs>? = null, val username: Output<String>? = null) : ConvertibleToJava<ConnectionEventingConfigAuthConfigUserPasswordArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

Password for Authentication. Structure is documented below.

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

Username for Authentication.