CustomersDevices
class CustomersDevices extends Resource (View source)
The "devices" collection of methods.
Typical usage is:
$androiddeviceprovisioningService = new Google\Service\AndroidProvisioningPartner(...);
$devices = $androiddeviceprovisioningService->customers_devices;
Methods
Applies a Configuration to the device to register the device for zero-touch enrollment. After applying a configuration to a device, the device automatically provisions itself on first boot, or next factory reset.
Lists a customer's devices. (devices.listCustomersDevices)
Removes a configuration from device. (devices.removeConfiguration)
Unclaims a device from a customer and removes it from zero-touch enrollment.
Details
AndroiddeviceprovisioningEmpty
applyConfiguration(string $parent, CustomerApplyConfigurationRequest $postBody, array $optParams = [])
Applies a Configuration to the device to register the device for zero-touch enrollment. After applying a configuration to a device, the device automatically provisions itself on first boot, or next factory reset.
(devices.applyConfiguration)
Device
get(string $name, array $optParams = [])
Gets the details of a device. (devices.get)
CustomerListDevicesResponse
listCustomersDevices(string $parent, array $optParams = [])
Lists a customer's devices. (devices.listCustomersDevices)
AndroiddeviceprovisioningEmpty
removeConfiguration(string $parent, CustomerRemoveConfigurationRequest $postBody, array $optParams = [])
Removes a configuration from device. (devices.removeConfiguration)
AndroiddeviceprovisioningEmpty
unclaim(string $parent, CustomerUnclaimDeviceRequest $postBody, array $optParams = [])
Unclaims a device from a customer and removes it from zero-touch enrollment.
After removing a device, a customer must contact their reseller to register the device into zero-touch enrollment again. (devices.unclaim)