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,
allowedValuesand
deniedValues
must be unset. Setting this to
ALL_VALUES_UNSPECIFIEDallows for
setting
allowedValuesand
deniedValues`.
Enums | |
---|---|
ALL_VALUES_UNSPECIFIED |
Indicates that allowedValues or deniedValues must be set. |
ALLOW |
A policy with this set allows all values. |
DENY |
A policy with this set denies all values. |