Module: Google::Cloud::OrgPolicy::V1::Policy::ListPolicy::AllValues

Defined in:
proto_docs/google/cloud/orgpolicy/v1/orgpolicy.rb

Overview

This enum can be used to set Policies that apply to all possible configuration values rather than specific values in allowed_values or denied_values.

Settting this to ALLOW will mean this Policy allows all values. Similarly, setting it to DENY will mean no values are allowed. If set to either ALLOW or DENY,allowed_valuesanddenied_values must be unset. Setting this toALL_VALUES_UNSPECIFIEDallows for settingallowed_valuesanddenied_values`.

Constant Summary collapse

ALL_VALUES_UNSPECIFIED =

Indicates that allowed_values or denied_values must be set.

0
ALLOW =

A policy with this set allows all values.

1
DENY =

A policy with this set denies all values.

2