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_valuesmust be unset. Setting this toALL_VALUES_UNSPECIFIEDallows for
settingallowed_valuesanddenied_values`.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `AllValues` enum controls whether a `Policy` applies to all configuration values or specific ones listed in `allowed_values` or `denied_values`."],["Setting `AllValues` to `Allow` means the `Policy` permits all values, while setting it to `Deny` means no values are permitted."],["When `AllValues` is set to `Allow` or `Deny`, the `allowed_values` and `denied_values` fields must be unset."],["Setting `AllValues` to `Unspecified` allows for the configuration of `allowed_values` and `denied_values`."],["The enum can be found in the `Google.Cloud.OrgPolicy.V1` namespace within the `Google.Cloud.OrgPolicy.V1.dll` assembly."]]],[]]