Liking cljdoc? Tell your friends :D

happygapi.androidenterprise.devices

Google Play EMM API: devices. Manages the deployment of apps to Android for Work users. See: https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices

Google Play EMM API: devices.
Manages the deployment of apps to Android for Work users.
See: https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/devices
raw docstring

forceReportUpload$clj

(forceReportUpload$ auth args)

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

Required parameters: deviceId, enterpriseId, userId

Optional parameters: none Uploads a report containing any changes in app states on the device since the last report was generated. You can call this method up to 3 times every 24 hours for a given device.

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

Required parameters: deviceId, enterpriseId, userId

Optional parameters: none
Uploads a report containing any changes in app states on the device since the last report was generated. You can call this method up to 3 times every 24 hours for a given device.
sourceraw docstring

get$clj

(get$ auth args)

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

Required parameters: deviceId, enterpriseId, userId

Optional parameters: none Retrieves the details of a device.

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

Required parameters: deviceId, enterpriseId, userId

Optional parameters: none
Retrieves the details of a device.
sourceraw docstring

getState$clj

(getState$ auth args)

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

Required parameters: deviceId, enterpriseId, userId

Optional parameters: none Retrieves whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users.

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

Required parameters: deviceId, enterpriseId, userId

Optional parameters: none
Retrieves whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users.
sourceraw docstring

list$clj

(list$ auth args)

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

Required parameters: enterpriseId, userId

Optional parameters: none Retrieves the IDs of all of a user's devices.

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

Required parameters: enterpriseId, userId

Optional parameters: none
Retrieves the IDs of all of a user's devices.
sourceraw docstring

setState$clj

(setState$ auth args body)

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

Required parameters: deviceId, enterpriseId, userId

Optional parameters: none

Body:

{:accountState string, :kind string}

Sets whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users.

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

Required parameters: deviceId, enterpriseId, userId

Optional parameters: none

Body: 

{:accountState string, :kind string}

Sets whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users.
sourceraw docstring

update$clj

(update$ auth args body)

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

Required parameters: deviceId, enterpriseId, userId

Optional parameters: updateMask

Body:

{:androidId string, :kind string, :managementType string, :policy {:autoUpdatePolicy string, :deviceReportPolicy string, :maintenanceWindow MaintenanceWindow, :productAvailabilityPolicy string, :productPolicy [ProductPolicy]}, :report {:appState [AppState], :lastUpdatedTimestampMillis string}}

Updates the device policy

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

Required parameters: deviceId, enterpriseId, userId

Optional parameters: updateMask

Body: 

{:androidId string,
 :kind string,
 :managementType string,
 :policy {:autoUpdatePolicy string,
          :deviceReportPolicy string,
          :maintenanceWindow MaintenanceWindow,
          :productAvailabilityPolicy string,
          :productPolicy [ProductPolicy]},
 :report {:appState [AppState], :lastUpdatedTimestampMillis string}}

Updates the device policy
sourceraw docstring

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

× close