class CustomersPolicies extends Resource (View source)

The "policies" collection of methods.

Typical usage is:

 $chromepolicyService = new Google\Service\ChromePolicy(...);
 $policies = $chromepolicyService->customers_policies;

Methods

resolve(string $customer, GoogleChromePolicyVersionsV1ResolveRequest $postBody, array $optParams = [])

Gets the resolved policy values for a list of policies that match a search query. (policies.resolve)

Details

GoogleChromePolicyVersionsV1ResolveResponse resolve(string $customer, GoogleChromePolicyVersionsV1ResolveRequest $postBody, array $optParams = [])

Gets the resolved policy values for a list of policies that match a search query. (policies.resolve)

Parameters

string $customer

ID of the G Suite account or literal "my_customer" for the customer associated to the request.

GoogleChromePolicyVersionsV1ResolveRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleChromePolicyVersionsV1ResolveResponse

Exceptions

Exception