allValues property
The policy all_values state. Possible string values are:
- "ALL_VALUES_UNSPECIFIED" : Indicates that allowed_values or denied_values must be set.
- "ALLOW" : A policy with this set allows all values.
- "DENY" : A policy with this set denies all values.
Implementation
core.String? allValues;