Package version:

Authentication credential stored for an upstream.

interface AuthCredential {
    credentialHealth?: CredentialHealth;
    name?: string;
    passwordSecretIdentifier?: string;
    usernameSecretIdentifier?: string;
}

Properties

credentialHealth?: 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.

name?: string

The name of the credential.

passwordSecretIdentifier?: string

KeyVault Secret URI for accessing the password.

usernameSecretIdentifier?: string

KeyVault Secret URI for accessing the username.