नीति के मान देखें
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
आप customers.policies.resolve
दिए गए तरीके से, दिए गए टारगेट रिसॉर्स (संगठन की इकाई) के लिए नीति की वैल्यू देख सकते हैं. यह तय करने के लिए कि आपको कौनसी नीति देखनी है, policySchemaFilter
पैरामीटर का इस्तेमाल करें.
उदाहरण:
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe \u003ccode\u003ecustomers.policies.resolve\u003c/code\u003e method allows you to view policy values for a specific Organizational Unit.\u003c/p\u003e\n"],["\u003cp\u003eUse the \u003ccode\u003epolicySchemaFilter\u003c/code\u003e parameter to define the policies you want to retrieve, specifying individual policies by schema name or multiple policies using schema namespaces and wildcards.\u003c/p\u003e\n"],["\u003cp\u003eWildcards in the \u003ccode\u003epolicySchemaFilter\u003c/code\u003e apply only to the leaf name level, requiring precise schema namespace specification for accurate policy retrieval.\u003c/p\u003e\n"]]],[],null,["# View policy values\n\nYou can view policy values for a given target resource (Organizational Unit)\nwith the [`customers.policies.resolve`](/chrome/policy/reference/rest/v1/customers.policies/resolve)\nmethod. To specify which policy you want to see, use the `policySchemaFilter`\nparameter.\n\nExamples:\n\n- To view a particular policy specify a schema name: `policySchemaFilter=chrome.users.ShowLogoutButton`\n- To view multiple policies in one response, specify a\n [schema namespace](/chrome/policy/guides/policy-schemas#schema_namespaces) and\n a wildcard in the place of the leaf name: `policySchemaFilter=chrome.users.*`\n\n | **Note:** Wildcards work at the leaf name level. `chrome.*` won't match any policies, as there aren't any `chrome.LEAF_NAME` policies. Likewise, `chrome.user.*` matches `chrome.users.A`, but not `chrome.users.apps.B`."]]