Liking cljdoc? Tell your friends :D

happygapi.androidenterprise.managedconfigurationsfordevice

Google Play EMM API: managedconfigurationsfordevice. Manages the deployment of apps to Android for Work users. 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 for Work users.
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: 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.
sourceraw docstring

get$clj

(get$ auth parameters)

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

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

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

Optional parameters: none

Body:

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

Optional parameters: none

Body: 

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