class CustomersPolicySchemas extends Resource (View source)

The "policySchemas" collection of methods.

Typical usage is:

 $chromepolicyService = new Google\Service\ChromePolicy(...);
 $policySchemas = $chromepolicyService->customers_policySchemas;

Methods

get(string $name, array $optParams = [])

Get a specific policy schema for a customer by its resource name.

listCustomersPolicySchemas(string $parent, array $optParams = [])

Gets a list of policy schemas that match a specified filter value for a given customer. (policySchemas.listCustomersPolicySchemas)

Details

GoogleChromePolicyVersionsV1PolicySchema get(string $name, array $optParams = [])

Get a specific policy schema for a customer by its resource name.

(policySchemas.get)

Parameters

string $name

Required. The policy schema resource name to query.

array $optParams

Optional parameters.

Return Value

GoogleChromePolicyVersionsV1PolicySchema

Exceptions

Exception

GoogleChromePolicyVersionsV1ListPolicySchemasResponse listCustomersPolicySchemas(string $parent, array $optParams = [])

Gets a list of policy schemas that match a specified filter value for a given customer. (policySchemas.listCustomersPolicySchemas)

Parameters

string $parent

Required. The customer for which the listing request will apply.

array $optParams

Optional parameters.

Return Value

GoogleChromePolicyVersionsV1ListPolicySchemasResponse

Exceptions

Exception