Share via


AuthCredential interface

Authentication credential stored for an upstream.

Properties

credentialHealth

This provides data pertaining to the health of the auth credential.

name

The name of the credential.

passwordSecretIdentifier

KeyVault Secret URI for accessing the password.

usernameSecretIdentifier

KeyVault Secret URI for accessing the username.

Property Details

credentialHealth

This provides data pertaining to the health of the auth credential.

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