Google Play EMM API: managedconfigurationsfordevice. Manages the deployment of apps to Android Enterprise devices. See: https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/managedconfigurationsfordevice
Google Play EMM API: managedconfigurationsfordevice. Manages the deployment of apps to Android Enterprise devices. See: https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/managedconfigurationsfordevice
(delete$ auth parameters)
Required parameters: deviceId, enterpriseId, managedConfigurationForDeviceId, userId
Optional parameters: none
Removes a per-device managed configuration for an app for the specified device.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/managedconfigurationsfordevice/delete Required parameters: deviceId, enterpriseId, managedConfigurationForDeviceId, userId Optional parameters: none Removes a per-device managed configuration for an app for the specified device.
(get$ auth parameters)
Required parameters: deviceId, managedConfigurationForDeviceId, userId, enterpriseId
Optional parameters: none
Retrieves details of a per-device managed configuration.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/managedconfigurationsfordevice/get Required parameters: deviceId, managedConfigurationForDeviceId, userId, enterpriseId Optional parameters: none Retrieves details of a per-device managed configuration.
(list$ auth parameters)
Required parameters: deviceId, userId, enterpriseId
Optional parameters: none
Lists all the per-device managed configurations for the specified device. Only the ID is set.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/managedconfigurationsfordevice/list Required parameters: deviceId, userId, enterpriseId Optional parameters: none Lists all the per-device managed configurations for the specified device. Only the ID is set.
(update$ auth parameters body)
Required parameters: userId, managedConfigurationForDeviceId, deviceId, enterpriseId
Optional parameters: none
Body:
{:productId string, :managedProperty [{:valueStringArray [string], :valueInteger integer, :valueBundle ManagedPropertyBundle, :valueBundleArray [ManagedPropertyBundle], :valueBool boolean, :valueString string, :key string}], :configurationVariables {:variableSet [VariableSet], :mcmId string}, :kind string}
Adds or updates a per-device managed configuration for an app for the specified device.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/managedconfigurationsfordevice/update Required parameters: userId, managedConfigurationForDeviceId, deviceId, enterpriseId Optional parameters: none Body: {:productId string, :managedProperty [{:valueStringArray [string], :valueInteger integer, :valueBundle ManagedPropertyBundle, :valueBundleArray [ManagedPropertyBundle], :valueBool boolean, :valueString string, :key string}], :configurationVariables {:variableSet [VariableSet], :mcmId string}, :kind string} Adds or updates a per-device managed configuration for an app for the specified device.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close