App Engine v1 API - Enum ManagementStatus (2.3.0)

public enum ManagementStatus

Reference documentation and code samples for the App Engine v1 API enum ManagementStatus.

State of certificate management. Refers to the most recent certificate acquisition or renewal attempt.

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Fields

NameDescription
FailedPermanent

All renewal attempts have been exhausted, likely due to an invalid DNS setup.

FailedRetryingCaaChecking

Most recent renewal failed due to a CAA retrieval failure. This means that the domain's DNS provider does not properly handle CAA records, failing requests for CAA records when no CAA records are defined. Renewals will continue to fail until the DNS provider is changed or a CAA record is added for the given domain. The last successfully provisioned certificate may still be serving.

FailedRetryingCaaForbidden

Most recent renewal failed due to an explicit CAA record that does not include one of the in-use CAs (Google CA and Let's Encrypt). Renewals will continue to fail until the CAA is reconfigured. The last successfully provisioned certificate may still be serving.

FailedRetryingNotVisible

Most recent renewal failed due to an invalid DNS setup and will be retried. Renewal attempts will continue to fail until the certificate domain's DNS configuration is fixed. The last successfully provisioned certificate may still be serving.

Ok

Certificate was successfully obtained and inserted into the serving system.

Pending

Certificate is under active attempts to acquire or renew.

Unspecified