Managedconfigurationsfordevice
class Managedconfigurationsfordevice extends Resource (View source)
The "managedconfigurationsfordevice" collection of methods.
Typical usage is:
$androidenterpriseService = new Google\Service\AndroidEnterprise(...);
$managedconfigurationsfordevice = $androidenterpriseService->managedconfigurationsfordevice;
Methods
Removes a per-device managed configuration for an app for the specified device. (managedconfigurationsfordevice.delete)
Retrieves details of a per-device managed configuration.
Lists all the per-device managed configurations for the specified device.
Adds or updates a per-device managed configuration for an app for the specified device. (managedconfigurationsfordevice.update)
Details
delete(string $enterpriseId, string $userId, string $deviceId, string $managedConfigurationForDeviceId, array $optParams = [])
Removes a per-device managed configuration for an app for the specified device. (managedconfigurationsfordevice.delete)
ManagedConfiguration
get(string $enterpriseId, string $userId, string $deviceId, string $managedConfigurationForDeviceId, array $optParams = [])
Retrieves details of a per-device managed configuration.
(managedconfigurationsfordevice.get)
ManagedConfigurationsForDeviceListResponse
listManagedconfigurationsfordevice(string $enterpriseId, string $userId, string $deviceId, array $optParams = [])
Lists all the per-device managed configurations for the specified device.
Only the ID is set. (managedconfigurationsfordevice.listManagedconfigurationsfordevice)
ManagedConfiguration
update(string $enterpriseId, string $userId, string $deviceId, string $managedConfigurationForDeviceId, ManagedConfiguration $postBody, array $optParams = [])
Adds or updates a per-device managed configuration for an app for the specified device. (managedconfigurationsfordevice.update)