UsernamePasswordCredentialsUpdate interface
The credentials for authentication mode UsernamePassword.
Properties
password |
A reference to secret containing the password. |
username |
A reference to secret containing the username. |
Property Details
passwordReference
A reference to secret containing the password.
passwordReference?: string
Property Value
string
usernameReference
A reference to secret containing the username.
usernameReference?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript