UsernamePasswordCredentialsArgs

data class UsernamePasswordCredentialsArgs(val passwordSecretName: Output<String>, val usernameSecretName: Output<String>) : ConvertibleToJava<UsernamePasswordCredentialsArgs>

The credentials for authentication mode UsernamePassword.

Constructors

Link copied to clipboard
constructor(passwordSecretName: Output<String>, usernameSecretName: Output<String>)

Properties

Link copied to clipboard

The name of the secret containing the password.

Link copied to clipboard

The name of the secret containing the username.

Functions

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