Google Cloud Deploy V1 API - Module Google::Cloud::Deploy::V1::DeployPolicyEvaluationEvent::PolicyVerdict (v1.1.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API module Google::Cloud::Deploy::V1::DeployPolicyEvaluationEvent::PolicyVerdict.

The policy verdict of the request.

Constants

POLICY_VERDICT_UNSPECIFIED

value: 0
This should never happen.

ALLOWED_BY_POLICY

value: 1
Allowed by policy. This enum value is not currently used but may be used in the future. Currently logs are only generated when a request is denied by policy.

DENIED_BY_POLICY

value: 2
Denied by policy.