UsernamePasswordCredentialsResponse

data class UsernamePasswordCredentialsResponse(val passwordSecretName: String, val usernameSecretName: String)

The credentials for authentication mode UsernamePassword.

Constructors

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

Types

Link copied to clipboard
object Companion

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.