class CustomersDpcs extends Resource (View source)

The "dpcs" collection of methods.

Typical usage is:

 $androiddeviceprovisioningService = new Google\Service\AndroidProvisioningPartner(...);
 $dpcs = $androiddeviceprovisioningService->customers_dpcs;

Methods

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

Lists the DPCs (device policy controllers) that support zero-touch enrollment. (dpcs.listCustomersDpcs)

Details

CustomerListDpcsResponse listCustomersDpcs(string $parent, array $optParams = [])

Lists the DPCs (device policy controllers) that support zero-touch enrollment. (dpcs.listCustomersDpcs)

Parameters

string $parent

Required. The customer that can use the DPCs in configurations. An API resource name in the format customers/[CUSTOMER_ID].

array $optParams

Optional parameters.

Return Value

CustomerListDpcsResponse

Exceptions

Exception