You can view policy values for a given target resource (Organizational Unit)
with the customers.policies.resolve
method. To specify which policy you want to see, use the policySchemaFilter
parameter.
Examples:
- To view a particular policy specify a schema name:
policySchemaFilter=chrome.users.ShowLogoutButton
To view multiple policies in one response, specify a schema namespace and a wildcard in the place of the leaf name:
policySchemaFilter=chrome.users.*