Class AuthorizationAttemptInfo (1.10.2)

AuthorizationAttemptInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

State of the latest attempt to authorize a domain for certificate issuance.

Attributes

Name Description
domain str
Domain name of the authorization attempt.
state google.cloud.certificate_manager_v1.types.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State
Output only. State of the domain for managed certificate issuance.
failure_reason google.cloud.certificate_manager_v1.types.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason
Output only. Reason for failure of the authorization attempt for the domain.
details str
Output only. Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use FailureReason enum.

Classes

FailureReason

FailureReason(value)

Reason for failure of the authorization attempt for the domain.

State

State(value)

State of the domain for managed certificate issuance.