Google Cloud Deploy v1 API - Enum DeployPolicyEvaluationEvent.Types.PolicyVerdict (2.19.0)

public enum DeployPolicyEvaluationEvent.Types.PolicyVerdict

Reference documentation and code samples for the Google Cloud Deploy v1 API enum DeployPolicyEvaluationEvent.Types.PolicyVerdict.

The policy verdict of the request.

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Fields

Name Description
AllowedByPolicy

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.

DeniedByPolicy

Denied by policy.

Unspecified

This should never happen.