Mobiledevices
class Mobiledevices extends Resource (View source)
The "mobiledevices" collection of methods.
Typical usage is:
$adminService = new Google\Service\Directory(...);
$mobiledevices = $adminService->mobiledevices;
Methods
Takes an action that affects a mobile device. For example, remotely wiping a device. (mobiledevices.action)
Removes a mobile device. (mobiledevices.delete)
Retrieves a mobile device's properties. (mobiledevices.get)
Retrieves a paginated list of all user-owned mobile devices for an account.
Details
action(string $customerId, string $resourceId, MobileDeviceAction $postBody, array $optParams = [])
Takes an action that affects a mobile device. For example, remotely wiping a device. (mobiledevices.action)
delete(string $customerId, string $resourceId, array $optParams = [])
Removes a mobile device. (mobiledevices.delete)
MobileDevice
get(string $customerId, string $resourceId, array $optParams = [])
Retrieves a mobile device's properties. (mobiledevices.get)
MobileDevices
listMobiledevices(string $customerId, array $optParams = [])
Retrieves a paginated list of all user-owned mobile devices for an account.
To retrieve a list that includes company-owned devices, use the Cloud Identity Devices API instead. This method times out after 60 minutes. For more information, see Troubleshoot error codes. (mobiledevices.listMobiledevices)