This enum can be used to set Policies that apply to all possible configuration values rather than specific values in allowedValues or deniedValues.
Setting 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,allowedValuesanddeniedValues
must be unset. Setting this toALL_VALUES_UNSPECIFIEDallows for
settingallowedValuesanddeniedValues`.
Enums
ALL_VALUES_UNSPECIFIED
Indicates that allowedValues or deniedValues must be set.