AuthCredential interface
Authentication credential stored for an upstream.
Properties
| credential |
This provides data pertaining to the health of the auth credential. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the credential. |
| password |
KeyVault Secret URI for accessing the password. |
| username |
KeyVault Secret URI for accessing the username. |
Property Details
credentialHealth
This provides data pertaining to the health of the auth credential. NOTE: This property will not be serialized. It can only be populated by the server.
credentialHealth?: CredentialHealth
Property Value
name
The name of the credential.
name?: string
Property Value
string
passwordSecretIdentifier
KeyVault Secret URI for accessing the password.
passwordSecretIdentifier?: string
Property Value
string
usernameSecretIdentifier
KeyVault Secret URI for accessing the username.
usernameSecretIdentifier?: string
Property Value
string