Module: Google::Cloud::Deploy::V1::DeployPolicyEvaluationEvent::PolicyVerdict

Defined in:
proto_docs/google/cloud/deploy/v1/deploypolicy_evaluation_payload.rb

Overview

The policy verdict of the request.

Constant Summary collapse

POLICY_VERDICT_UNSPECIFIED =

This should never happen.

0
ALLOWED_BY_POLICY =

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.

1
DENIED_BY_POLICY =

Denied by policy.

2