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.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: enterpriseId, userId, deviceId, managedConfigurationForDeviceId

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

Optional parameters: none

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

list$clj

(list$ auth parameters)

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

Required parameters: enterpriseId, userId, deviceId

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

Optional parameters: none

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

update$clj

(update$ auth parameters body)

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

Required parameters: deviceId, managedConfigurationForDeviceId, enterpriseId, userId

Optional parameters: none

Body:

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

Optional parameters: none

Body: 

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

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

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

× close