Liking cljdoc? Tell your friends :D

happygapi.androidenterprise.products

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

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

approve$clj

(approve$ auth parameters body)

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

Required parameters: productId, enterpriseId

Optional parameters: none

Body:

{:approvedPermissions string, :approvalUrlInfo {:approvalUrl string}}

Approves the specified product and the relevant app permissions, if any. The maximum number of products that you can approve per enterprise customer is 1,000. To learn how to use managed Google Play to design and create a store layout to display approved products to your users, see Store Layout Design.

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

Required parameters: productId, enterpriseId

Optional parameters: none

Body: 

{:approvedPermissions string, :approvalUrlInfo {:approvalUrl string}}

 Approves the specified product and the relevant app permissions, if any. The maximum number of products that you can approve per enterprise customer is 1,000. To learn how to use managed Google Play to design and create a store layout to display approved products to your users, see Store Layout Design. 
sourceraw docstring

generateApprovalUrl$clj

(generateApprovalUrl$ auth parameters)

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

Required parameters: productId, enterpriseId

Optional parameters: languageCode

Generates a URL that can be rendered in an iframe to display the permissions (if any) of a product. An enterprise admin must view these permissions and accept them on behalf of their organization in order to approve that product. Admins should accept the displayed permissions by interacting with a separate UI element in the EMM console, which in turn should trigger the use of this URL as the approvalUrlInfo.approvalUrl property in a Products.approve call to approve the product. This URL can only be used to display permissions for up to 1 day.

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

Required parameters: productId, enterpriseId

Optional parameters: languageCode

Generates a URL that can be rendered in an iframe to display the permissions (if any) of a product. An enterprise admin must view these permissions and accept them on behalf of their organization in order to approve that product. Admins should accept the displayed permissions by interacting with a separate UI element in the EMM console, which in turn should trigger the use of this URL as the approvalUrlInfo.approvalUrl property in a Products.approve call to approve the product. This URL can only be used to display permissions for up to 1 day.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: enterpriseId, productId

Optional parameters: language

Retrieves details of a product for display to an enterprise admin.

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

Required parameters: enterpriseId, productId

Optional parameters: language

Retrieves details of a product for display to an enterprise admin.
sourceraw docstring

getAppRestrictionsSchema$clj

(getAppRestrictionsSchema$ auth parameters)

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

Required parameters: productId, enterpriseId

Optional parameters: language

Retrieves the schema that defines the configurable properties for this product. All products have a schema, but this schema may be empty if no managed configurations have been defined. This schema can be used to populate a UI that allows an admin to configure the product. To apply a managed configuration based on the schema obtained using this API, see Managed Configurations through Play.

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

Required parameters: productId, enterpriseId

Optional parameters: language

Retrieves the schema that defines the configurable properties for this product. All products have a schema, but this schema may be empty if no managed configurations have been defined. This schema can be used to populate a UI that allows an admin to configure the product. To apply a managed configuration based on the schema obtained using this API, see Managed Configurations through Play.
sourceraw docstring

getPermissions$clj

(getPermissions$ auth parameters)

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

Required parameters: enterpriseId, productId

Optional parameters: none

Retrieves the Android app permissions required by this app.

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

Required parameters: enterpriseId, productId

Optional parameters: none

Retrieves the Android app permissions required by this app.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: enterpriseId

Optional parameters: maxResults, approved, language, token, query

Finds approved products that match a query, or all approved products if there is no query.

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

Required parameters: enterpriseId

Optional parameters: maxResults, approved, language, token, query

Finds approved products that match a query, or all approved products if there is no query.
sourceraw docstring

unapprove$clj

(unapprove$ auth parameters)

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

Required parameters: enterpriseId, productId

Optional parameters: none

Unapproves the specified product (and the relevant app permissions, if any)

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

Required parameters: enterpriseId, productId

Optional parameters: none

Unapproves the specified product (and the relevant app permissions, if any)
sourceraw docstring

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

× close