CredentialHealth Class
The health of the auth credential.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelCredentialHealth
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
|
Error code representing the health check error. |
error_message
|
Descriptive message representing the health check error. |
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python