Lihat nilai kebijakan
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Anda dapat melihat nilai kebijakan untuk resource target tertentu (Unit Organisasi)
dengan metode
customers.policies.resolve
. Untuk menentukan kebijakan yang ingin Anda lihat, gunakan parameter policySchemaFilter
.
Contoh:
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 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`."]]