Package version:

The health of the auth credential.

interface CredentialHealth {
    errorCode?: string;
    errorMessage?: string;
    status?: string;
}

Properties

errorCode?: string

Error code representing the health check error.

errorMessage?: string

Descriptive message representing the health check error.

status?: string

The health status of credential.