Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
PolicyReviewStatus
The possible policy review statuses.
Enums |
UNSPECIFIED |
No value has been specified. |
UNKNOWN |
The received value is not known in this version. This is a response-only value. |
REVIEW_IN_PROGRESS |
Currently under review. |
REVIEWED |
Primary review complete. Other reviews may be continuing. |
UNDER_APPEAL |
The resource has been resubmitted for approval or its policy decision has been appealed. |
ELIGIBLE_MAY_SERVE |
The resource is eligible and may be serving but could still undergo further review. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["Policy review statuses include: unspecified, unknown, in progress, reviewed, under appeal, and eligible may serve."],["`UNSPECIFIED` and `UNKNOWN` are primarily system-level indicators for policy review status."],["`REVIEW_IN_PROGRESS` and `REVIEWED` signal the active and primary stages of the policy review lifecycle."],["`UNDER_APPEAL` and `ELIGIBLE_MAY_SERVE` represent specific post-review outcomes or eligibility conditions."]]],["Policy review statuses include `REVIEW_IN_PROGRESS` (currently under review), `REVIEWED` (primary review complete), `UNDER_APPEAL` (resubmitted or appealed), and `ELIGIBLE_MAY_SERVE` (eligible and may be serving). `UNSPECIFIED` indicates no value, and `UNKNOWN` represents a received but unrecognized value. These statuses track the stages of review and potential approval of a resource, along with the ability to know if they have appealed.\n"]]