Liking cljdoc? Tell your friends :D

happygapi.androidenterprise.entitlements

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: userId, entitlementId, enterpriseId

Optional parameters: none

Removes an entitlement to an app for a user.

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

Required parameters: userId, entitlementId, enterpriseId

Optional parameters: none

Removes an entitlement to an app for a user.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: entitlementId, userId, enterpriseId

Optional parameters: none

Retrieves details of an entitlement.

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

Required parameters: entitlementId, userId, enterpriseId

Optional parameters: none

Retrieves details of an entitlement.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: userId, enterpriseId

Optional parameters: none

Lists all entitlements for the specified user. Only the ID is set.

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

Required parameters: userId, enterpriseId

Optional parameters: none

Lists all entitlements for the specified user. 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/entitlements/update

Required parameters: enterpriseId, userId, entitlementId

Optional parameters: install

Body:

{:reason string, :productId string}

Adds or updates an entitlement to an app for a user.

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

Required parameters: enterpriseId, userId, entitlementId

Optional parameters: install

Body: 

{:reason string, :productId string}

Adds or updates an entitlement to an app for a user.
sourceraw docstring

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

× close