Reference documentation and code samples for the App Engine Admin V1 API module Google::Cloud::AppEngine::V1::ManagementStatus.
State of certificate management. Refers to the most recent certificate
acquisition or renewal attempt.
Constants
MANAGEMENT_STATUS_UNSPECIFIED
value: 0
OK
value: 1 Certificate was successfully obtained and inserted into the serving
system.
PENDING
value: 2 Certificate is under active attempts to acquire or renew.
FAILED_RETRYING_NOT_VISIBLE
value: 4 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.
FAILED_PERMANENT
value: 6 All renewal attempts have been exhausted, likely due to an invalid DNS
setup.
FAILED_RETRYING_CAA_FORBIDDEN
value: 7 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.
FAILED_RETRYING_CAA_CHECKING
value: 8 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# App Engine Admin V1 API - Module Google::Cloud::AppEngine::V1::ManagementStatus (v1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/ruby/docs/reference/google-cloud-app_engine-v1/latest/Google-Cloud-AppEngine-V1-ManagementStatus)\n- [1.2.1](/ruby/docs/reference/google-cloud-app_engine-v1/1.2.1/Google-Cloud-AppEngine-V1-ManagementStatus)\n- [1.1.0](/ruby/docs/reference/google-cloud-app_engine-v1/1.1.0/Google-Cloud-AppEngine-V1-ManagementStatus)\n- [1.0.1](/ruby/docs/reference/google-cloud-app_engine-v1/1.0.1/Google-Cloud-AppEngine-V1-ManagementStatus)\n- [0.10.0](/ruby/docs/reference/google-cloud-app_engine-v1/0.10.0/Google-Cloud-AppEngine-V1-ManagementStatus)\n- [0.9.2](/ruby/docs/reference/google-cloud-app_engine-v1/0.9.2/Google-Cloud-AppEngine-V1-ManagementStatus)\n- [0.8.0](/ruby/docs/reference/google-cloud-app_engine-v1/0.8.0/Google-Cloud-AppEngine-V1-ManagementStatus)\n- [0.7.0](/ruby/docs/reference/google-cloud-app_engine-v1/0.7.0/Google-Cloud-AppEngine-V1-ManagementStatus)\n- [0.6.1](/ruby/docs/reference/google-cloud-app_engine-v1/0.6.1/Google-Cloud-AppEngine-V1-ManagementStatus)\n- [0.5.0](/ruby/docs/reference/google-cloud-app_engine-v1/0.5.0/Google-Cloud-AppEngine-V1-ManagementStatus)\n- [0.4.0](/ruby/docs/reference/google-cloud-app_engine-v1/0.4.0/Google-Cloud-AppEngine-V1-ManagementStatus)\n- [0.3.6](/ruby/docs/reference/google-cloud-app_engine-v1/0.3.6/Google-Cloud-AppEngine-V1-ManagementStatus) \nReference documentation and code samples for the App Engine Admin V1 API module Google::Cloud::AppEngine::V1::ManagementStatus.\n\nState of certificate management. Refers to the most recent certificate\nacquisition or renewal attempt.\n\nConstants\n---------\n\n### MANAGEMENT_STATUS_UNSPECIFIED\n\n**value:**0\n\n### OK\n\n**value:** 1 \nCertificate was successfully obtained and inserted into the serving\nsystem.\n\n### PENDING\n\n**value:** 2 \nCertificate is under active attempts to acquire or renew.\n\n### FAILED_RETRYING_NOT_VISIBLE\n\n**value:** 4 \nMost recent renewal failed due to an invalid DNS setup and will be\nretried. Renewal attempts will continue to fail until the certificate\ndomain's DNS configuration is fixed. The last successfully provisioned\ncertificate may still be serving.\n\n### FAILED_PERMANENT\n\n**value:** 6 \nAll renewal attempts have been exhausted, likely due to an invalid DNS\nsetup.\n\n### FAILED_RETRYING_CAA_FORBIDDEN\n\n**value:** 7 \nMost recent renewal failed due to an explicit CAA record that does not\ninclude one of the in-use CAs (Google CA and Let's Encrypt). Renewals will\ncontinue to fail until the CAA is reconfigured. The last successfully\nprovisioned certificate may still be serving.\n\n### FAILED_RETRYING_CAA_CHECKING\n\n**value:** 8 \nMost recent renewal failed due to a CAA retrieval failure. This means that\nthe domain's DNS provider does not properly handle CAA records, failing\nrequests for CAA records when no CAA records are defined. Renewals will\ncontinue to fail until the DNS provider is changed or a CAA record is\nadded for the given domain. The last successfully provisioned certificate\nmay still be serving."]]