Liking cljdoc? Tell your friends :D

happygapi.androidenterprise.enterprises

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

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

acknowledgeNotificationSet$clj

(acknowledgeNotificationSet$ auth parameters)

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

Required parameters: none

Optional parameters: notificationSetId

Acknowledges notifications that were received from Enterprises.PullNotificationSet to prevent subsequent calls from returning the same notifications.

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

Required parameters: none

Optional parameters: notificationSetId

Acknowledges notifications that were received from Enterprises.PullNotificationSet to prevent subsequent calls from returning the same notifications.
sourceraw docstring

completeSignup$clj

(completeSignup$ auth parameters)

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

Required parameters: none

Optional parameters: completionToken, enterpriseToken

Completes the signup flow, by specifying the Completion token and Enterprise token. This request must not be called multiple times for a given Enterprise Token.

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

Required parameters: none

Optional parameters: completionToken, enterpriseToken

Completes the signup flow, by specifying the Completion token and Enterprise token. This request must not be called multiple times for a given Enterprise Token.
sourceraw docstring

createWebToken$clj

(createWebToken$ auth parameters body)

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

Required parameters: enterpriseId

Optional parameters: none

Body:

{:privateApps {:enabled boolean}, :parent string, :webApps {:enabled boolean}, :managedConfigurations {:enabled boolean}, :zeroTouch {:enabled boolean}, :permission [string], :playSearch {:enabled boolean, :approveApps boolean}, :storeBuilder {:enabled boolean}}

Returns a unique token to access an embeddable UI. To generate a web UI, pass the generated token into the managed Google Play javascript API. Each token may only be used to start one UI session. See the javascript API documentation for further information.

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

Required parameters: enterpriseId

Optional parameters: none

Body: 

{:privateApps {:enabled boolean},
 :parent string,
 :webApps {:enabled boolean},
 :managedConfigurations {:enabled boolean},
 :zeroTouch {:enabled boolean},
 :permission [string],
 :playSearch {:enabled boolean, :approveApps boolean},
 :storeBuilder {:enabled boolean}}

Returns a unique token to access an embeddable UI. To generate a web UI, pass the generated token into the managed Google Play javascript API. Each token may only be used to start one UI session. See the javascript API documentation for further information.
sourceraw docstring

enroll$clj

(enroll$ auth parameters body)

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

Required parameters: token

Optional parameters: none

Body:

{:name string, :administrator [{:email string}], :id string, :primaryDomain string}

Enrolls an enterprise with the calling EMM.

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

Required parameters: token

Optional parameters: none

Body: 

{:name string,
 :administrator [{:email string}],
 :id string,
 :primaryDomain string}

Enrolls an enterprise with the calling EMM.
sourceraw docstring

generateSignupUrl$clj

(generateSignupUrl$ auth parameters)

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

Required parameters: none

Optional parameters: callbackUrl

Generates a sign-up URL.

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

Required parameters: none

Optional parameters: callbackUrl

Generates a sign-up URL.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: enterpriseId

Optional parameters: none

Retrieves the name and domain of an enterprise.

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

Required parameters: enterpriseId

Optional parameters: none

Retrieves the name and domain of an enterprise.
sourceraw docstring

getServiceAccount$clj

(getServiceAccount$ auth parameters)

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

Required parameters: enterpriseId

Optional parameters: keyType

Returns a service account and credentials. The service account can be bound to the enterprise by calling setAccount. The service account is unique to this enterprise and EMM, and will be deleted if the enterprise is unbound. The credentials contain private key data and are not stored server-side. This method can only be called after calling Enterprises.Enroll or Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times it will return an error. Subsequent calls after the first will generate a new, unique set of credentials, and invalidate the previously generated credentials. Once the service account is bound to the enterprise, it can be managed using the serviceAccountKeys resource.

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

Required parameters: enterpriseId

Optional parameters: keyType

Returns a service account and credentials. The service account can be bound to the enterprise by calling setAccount. The service account is unique to this enterprise and EMM, and will be deleted if the enterprise is unbound. The credentials contain private key data and are not stored server-side. This method can only be called after calling Enterprises.Enroll or Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times it will return an error. Subsequent calls after the first will generate a new, unique set of credentials, and invalidate the previously generated credentials. Once the service account is bound to the enterprise, it can be managed using the serviceAccountKeys resource.
sourceraw docstring

getStoreLayout$clj

(getStoreLayout$ auth parameters)

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

Required parameters: enterpriseId

Optional parameters: none

Returns the store layout for the enterprise. If the store layout has not been set, returns "basic" as the store layout type and no homepage.

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

Required parameters: enterpriseId

Optional parameters: none

Returns the store layout for the enterprise. If the store layout has not been set, returns "basic" as the store layout type and no homepage.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: domain

Optional parameters: none

Looks up an enterprise by domain name. This is only supported for enterprises created via the Google-initiated creation flow. Lookup of the id is not needed for enterprises created via the EMM-initiated flow since the EMM learns the enterprise ID in the callback specified in the Enterprises.generateSignupUrl call.

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

Required parameters: domain

Optional parameters: none

Looks up an enterprise by domain name. This is only supported for enterprises created via the Google-initiated creation flow. Lookup of the id is not needed for enterprises created via the EMM-initiated flow since the EMM learns the enterprise ID in the callback specified in the Enterprises.generateSignupUrl call.
sourceraw docstring

pullNotificationSet$clj

(pullNotificationSet$ auth parameters)

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

Required parameters: none

Optional parameters: requestMode

Pulls and returns a notification set for the enterprises associated with the service account authenticated for the request. The notification set may be empty if no notification are pending. A notification set returned needs to be acknowledged within 20 seconds by calling Enterprises.AcknowledgeNotificationSet, unless the notification set is empty. Notifications that are not acknowledged within the 20 seconds will eventually be included again in the response to another PullNotificationSet request, and those that are never acknowledged will ultimately be deleted according to the Google Cloud Platform Pub/Sub system policy. Multiple requests might be performed concurrently to retrieve notifications, in which case the pending notifications (if any) will be split among each caller, if any are pending. If no notifications are present, an empty notification list is returned. Subsequent requests may return more notifications once they become available.

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

Required parameters: none

Optional parameters: requestMode

Pulls and returns a notification set for the enterprises associated with the service account authenticated for the request. The notification set may be empty if no notification are pending. A notification set returned needs to be acknowledged within 20 seconds by calling Enterprises.AcknowledgeNotificationSet, unless the notification set is empty. Notifications that are not acknowledged within the 20 seconds will eventually be included again in the response to another PullNotificationSet request, and those that are never acknowledged will ultimately be deleted according to the Google Cloud Platform Pub/Sub system policy. Multiple requests might be performed concurrently to retrieve notifications, in which case the pending notifications (if any) will be split among each caller, if any are pending. If no notifications are present, an empty notification list is returned. Subsequent requests may return more notifications once they become available.
sourceraw docstring

sendTestPushNotification$clj

(sendTestPushNotification$ auth parameters)

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

Required parameters: enterpriseId

Optional parameters: none

Sends a test notification to validate the EMM integration with the Google Cloud Pub/Sub service for this enterprise.

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

Required parameters: enterpriseId

Optional parameters: none

Sends a test notification to validate the EMM integration with the Google Cloud Pub/Sub service for this enterprise.
sourceraw docstring

setAccount$clj

(setAccount$ auth parameters body)

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

Required parameters: enterpriseId

Optional parameters: none

Body:

{:accountEmail string}

Sets the account that will be used to authenticate to the API as the enterprise.

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

Required parameters: enterpriseId

Optional parameters: none

Body: 

{:accountEmail string}

Sets the account that will be used to authenticate to the API as the enterprise.
sourceraw docstring

setStoreLayout$clj

(setStoreLayout$ auth parameters body)

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

Required parameters: enterpriseId

Optional parameters: none

Body:

{:homepageId string, :storeLayoutType string}

Sets the store layout for the enterprise. By default, storeLayoutType is set to "basic" and the basic store layout is enabled. The basic layout only contains apps approved by the admin, and that have been added to the available product set for a user (using the setAvailableProductSet call). Apps on the page are sorted in order of their product ID value. If you create a custom store layout (by setting storeLayoutType = "custom" and setting a homepage), the basic store layout is disabled.

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

Required parameters: enterpriseId

Optional parameters: none

Body: 

{:homepageId string, :storeLayoutType string}

Sets the store layout for the enterprise. By default, storeLayoutType is set to "basic" and the basic store layout is enabled. The basic layout only contains apps approved by the admin, and that have been added to the available product set for a user (using the setAvailableProductSet call). Apps on the page are sorted in order of their product ID value. If you create a custom store layout (by setting storeLayoutType = "custom" and setting a homepage), the basic store layout is disabled.
sourceraw docstring

unenroll$clj

(unenroll$ auth parameters)

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

Required parameters: enterpriseId

Optional parameters: none

Unenrolls an enterprise from the calling EMM.

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

Required parameters: enterpriseId

Optional parameters: none

Unenrolls an enterprise from the calling EMM.
sourceraw docstring

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

× close