public enum AllValuesThis 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_valuesmust be unset. Setting this toALL_VALUES_UNSPECIFIEDallows for
settingallowed_valuesanddenied_values`.
Namespace
Google.Cloud.OrgPolicy.V1Assembly
Google.Cloud.OrgPolicy.V1.dll
Fields |
|
|---|---|
| Name | Description |
Allow |
A policy with this set allows all values. |
Deny |
A policy with this set denies all values. |
Unspecified |
Indicates that allowed_values or denied_values must be set. |