UsernamePasswordCredentials interface
The credentials for authentication mode UsernamePassword.
Properties
| password |
The name of the secret containing the password. |
| username |
The name of the secret containing the username. |
Property Details
passwordSecretName
The name of the secret containing the password.
passwordSecretName: string
Property Value
string
usernameSecretName
The name of the secret containing the username.
usernameSecretName: string
Property Value
string