הצגת ערכי המדיניות
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אפשר להציג את ערכי המדיניות של משאב יעד ספציפי (יחידה ארגונית) בשיטה customers.policies.resolve
. כדי לציין איזו מדיניות אתם רוצים לראות, השתמשו בפרמטר policySchemaFilter
.
דוגמאות:
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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`."]]