Compartilhar via


CredentialHealth Class

The health of the auth credential.

Inheritance
azure.mgmt.containerregistry._serialization.Model
CredentialHealth

Constructor

CredentialHealth(*, status: str | _models.CredentialHealthStatus | None = None, error_code: str | None = None, error_message: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status

The health status of credential. Known values are: "Healthy" and "Unhealthy".

error_code
str

Error code representing the health check error.

error_message
str

Descriptive message representing the health check error.

Variables

Name Description
status

The health status of credential. Known values are: "Healthy" and "Unhealthy".

error_code
str

Error code representing the health check error.

error_message
str

Descriptive message representing the health check error.