Google Cloud Deploy V1 Client - Class PolicyVerdictOverride (1.2.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class PolicyVerdictOverride.

Things that could have overridden the policy verdict. When overrides are used, the request will be allowed even if it is DENIED_BY_POLICY.

Protobuf type google.cloud.deploy.v1.DeployPolicyEvaluationEvent.PolicyVerdictOverride

Namespace

Google \ Cloud \ Deploy \ V1 \ DeployPolicyEvaluationEvent

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

POLICY_VERDICT_OVERRIDE_UNSPECIFIED

Value: 0

This should never happen.

Generated from protobuf enum POLICY_VERDICT_OVERRIDE_UNSPECIFIED = 0;

POLICY_OVERRIDDEN

Value: 1

The policy was overridden.

Generated from protobuf enum POLICY_OVERRIDDEN = 1;

POLICY_SUSPENDED

Value: 2

The policy was suspended.

Generated from protobuf enum POLICY_SUSPENDED = 2;