CredentialHealth Class
The health of the auth credential.
Constructor
CredentialHealth(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
status
|
The health status of credential. Known values are: "Healthy" and "Unhealthy". |
|
error_code
|
Error code representing the health check error. |
|
error_message
|
Descriptive message representing the health check error. |
Attributes
error_code
Error code representing the health check error.
error_code: str | None
error_message
Descriptive message representing the health check error.
error_message: str | None
status
"Healthy" and "Unhealthy".
status: str | _models.CredentialHealthStatus | None