UsernamePasswordCredentialsArgs

data class UsernamePasswordCredentialsArgs(val passwordReference: Output<String>, val usernameReference: Output<String>) : ConvertibleToJava<UsernamePasswordCredentialsArgs>

The credentials for authentication mode UsernamePassword.

Constructors

Link copied to clipboard
constructor(passwordReference: Output<String>, usernameReference: Output<String>)

Properties

Link copied to clipboard

A reference to secret containing the password.

Link copied to clipboard

A reference to secret containing the username.

Functions

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