Reference documentation and code samples for the Cloud Asset V1 API module Google::Cloud::OrgPolicy::V1::Policy::ListPolicy::AllValues.
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_values
must be unset. Setting this toALL_VALUES_UNSPECIFIEDallows for
settingallowed_valuesanddenied_values`.
Constants
ALL_VALUES_UNSPECIFIED
value: 0 Indicates that allowed_values or denied_values must be set.
ALLOW
value: 1 A policy with this set allows all values.
DENY
value: 2 A policy with this set denies all 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-09-09 UTC."],[],[],null,["# Cloud Asset V1 API - Module Google::Cloud::OrgPolicy::V1::Policy::ListPolicy::AllValues (v1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/ruby/docs/reference/google-cloud-asset-v1/latest/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [1.4.0](/ruby/docs/reference/google-cloud-asset-v1/1.4.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [1.3.1](/ruby/docs/reference/google-cloud-asset-v1/1.3.1/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [1.2.0](/ruby/docs/reference/google-cloud-asset-v1/1.2.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [1.1.0](/ruby/docs/reference/google-cloud-asset-v1/1.1.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [1.0.2](/ruby/docs/reference/google-cloud-asset-v1/1.0.2/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.32.0](/ruby/docs/reference/google-cloud-asset-v1/0.32.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.31.0](/ruby/docs/reference/google-cloud-asset-v1/0.31.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.30.0](/ruby/docs/reference/google-cloud-asset-v1/0.30.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.29.3](/ruby/docs/reference/google-cloud-asset-v1/0.29.3/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.28.1](/ruby/docs/reference/google-cloud-asset-v1/0.28.1/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.27.0](/ruby/docs/reference/google-cloud-asset-v1/0.27.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.26.1](/ruby/docs/reference/google-cloud-asset-v1/0.26.1/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.25.0](/ruby/docs/reference/google-cloud-asset-v1/0.25.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.24.0](/ruby/docs/reference/google-cloud-asset-v1/0.24.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.23.0](/ruby/docs/reference/google-cloud-asset-v1/0.23.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.22.0](/ruby/docs/reference/google-cloud-asset-v1/0.22.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.21.1](/ruby/docs/reference/google-cloud-asset-v1/0.21.1/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.20.1](/ruby/docs/reference/google-cloud-asset-v1/0.20.1/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.19.0](/ruby/docs/reference/google-cloud-asset-v1/0.19.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.18.0](/ruby/docs/reference/google-cloud-asset-v1/0.18.0/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues)\n- [0.17.3](/ruby/docs/reference/google-cloud-asset-v1/0.17.3/Google-Cloud-OrgPolicy-V1-Policy-ListPolicy-AllValues) \nReference documentation and code samples for the Cloud Asset V1 API module Google::Cloud::OrgPolicy::V1::Policy::ListPolicy::AllValues.\n\nThis enum can be used to set `Policies` that apply to all possible\nconfiguration values rather than specific values in `allowed_values` or\n`denied_values`.\n\n\n\u003cbr /\u003e\n\nSettting this to `ALLOW` will mean this `Policy` allows all values.\nSimilarly, setting it to `DENY` will mean no values are allowed. If\nset to either `ALLOW` or `DENY,`allowed_values`and`denied_values`\nmust be unset. Setting this to`ALL_VALUES_UNSPECIFIED`allows for\nsetting`allowed_values`and`denied_values\\`.\n\nConstants\n---------\n\n### ALL_VALUES_UNSPECIFIED\n\n**value:** 0 \nIndicates that allowed_values or denied_values must be set.\n\n### ALLOW\n\n**value:** 1 \nA policy with this set allows all values.\n\n### DENY\n\n**value:** 2 \nA policy with this set denies all values."]]