class Managedconfigurationsfordevice extends Resource (View source)

The "managedconfigurationsfordevice" collection of methods.

Typical usage is:

 $androidenterpriseService = new Google\Service\AndroidEnterprise(...);
 $managedconfigurationsfordevice = $androidenterpriseService->managedconfigurationsfordevice;

Methods

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)

get(string $enterpriseId, string $userId, string $deviceId, string $managedConfigurationForDeviceId, array $optParams = [])

Retrieves details of a per-device managed configuration.

listManagedconfigurationsfordevice(string $enterpriseId, string $userId, string $deviceId, array $optParams = [])

Lists all the per-device managed configurations for the specified device.

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)

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)

Parameters

string $enterpriseId

The ID of the enterprise.

string $userId

The ID of the user.

string $deviceId

The Android ID of the device.

string $managedConfigurationForDeviceId

The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".

array $optParams

Optional parameters.

Exceptions

Exception

ManagedConfiguration get(string $enterpriseId, string $userId, string $deviceId, string $managedConfigurationForDeviceId, array $optParams = [])

Retrieves details of a per-device managed configuration.

(managedconfigurationsfordevice.get)

Parameters

string $enterpriseId

The ID of the enterprise.

string $userId

The ID of the user.

string $deviceId

The Android ID of the device.

string $managedConfigurationForDeviceId

The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".

array $optParams

Optional parameters.

Return Value

ManagedConfiguration

Exceptions

Exception

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)

Parameters

string $enterpriseId

The ID of the enterprise.

string $userId

The ID of the user.

string $deviceId

The Android ID of the device.

array $optParams

Optional parameters.

Return Value

ManagedConfigurationsForDeviceListResponse

Exceptions

Exception

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)

Parameters

string $enterpriseId

The ID of the enterprise.

string $userId

The ID of the user.

string $deviceId

The Android ID of the device.

string $managedConfigurationForDeviceId

The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".

ManagedConfiguration $postBody
array $optParams

Optional parameters.

Return Value

ManagedConfiguration

Exceptions

Exception