Liking cljdoc? Tell your friends :D

happygapi.androidenterprise.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

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
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/managedconfigurationsfordevice/delete

Required parameters: managedConfigurationForDeviceId, deviceId, enterpriseId, 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: managedConfigurationForDeviceId, deviceId, enterpriseId, userId

Optional parameters: none

Removes a per-device managed configuration for an app for the specified device.
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/managedconfigurationsfordevice/get

Required parameters: managedConfigurationForDeviceId, deviceId, enterpriseId, userId

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: managedConfigurationForDeviceId, deviceId, enterpriseId, userId

Optional parameters: none

Retrieves details of a per-device managed configuration.
raw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/managedconfigurationsfordevice/list

Required parameters: deviceId, enterpriseId, userId

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, enterpriseId, userId

Optional parameters: none

Lists all the per-device managed configurations for the specified device. Only the ID is set.
raw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/managedconfigurationsfordevice/update

Required parameters: userId, enterpriseId, deviceId, managedConfigurationForDeviceId

Optional parameters: none

Body:

{:configurationVariables {:variableSet [VariableSet], :mcmId string}, :kind string, :productId string, :managedProperty [{:valueStringArray [string], :key string, :valueBundle ManagedPropertyBundle, :valueBool boolean, :valueBundleArray [ManagedPropertyBundle], :valueInteger integer, :valueString 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, enterpriseId, deviceId, managedConfigurationForDeviceId

Optional parameters: none

Body: 

{:configurationVariables {:variableSet [VariableSet], :mcmId string},
 :kind string,
 :productId string,
 :managedProperty [{:valueStringArray [string],
                    :key string,
                    :valueBundle ManagedPropertyBundle,
                    :valueBool boolean,
                    :valueBundleArray [ManagedPropertyBundle],
                    :valueInteger integer,
                    :valueString string}]}

Adds or updates a per-device managed configuration for an app for the specified device.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close