Enum DeployPolicyEvaluationEvent.PolicyVerdictOverride (1.50.0)

public enum DeployPolicyEvaluationEvent.PolicyVerdictOverride extends Enum<DeployPolicyEvaluationEvent.PolicyVerdictOverride> implements ProtocolMessageEnum

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 enum google.cloud.deploy.v1.DeployPolicyEvaluationEvent.PolicyVerdictOverride

Implements

ProtocolMessageEnum

Static Fields

Name Description
POLICY_OVERRIDDEN

The policy was overridden.

POLICY_OVERRIDDEN = 1;

POLICY_OVERRIDDEN_VALUE

The policy was overridden.

POLICY_OVERRIDDEN = 1;

POLICY_SUSPENDED

The policy was suspended.

POLICY_SUSPENDED = 2;

POLICY_SUSPENDED_VALUE

The policy was suspended.

POLICY_SUSPENDED = 2;

POLICY_VERDICT_OVERRIDE_UNSPECIFIED

This should never happen.

POLICY_VERDICT_OVERRIDE_UNSPECIFIED = 0;

POLICY_VERDICT_OVERRIDE_UNSPECIFIED_VALUE

This should never happen.

POLICY_VERDICT_OVERRIDE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()