Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.androidenterprise.serviceaccountkeys

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: enterpriseId, keyId

Optional parameters: none

Removes and invalidates the specified credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.

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

Required parameters: enterpriseId, keyId

Optional parameters: none

Removes and invalidates the specified credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: enterpriseId

Optional parameters: none

Body:

{:id string, :type string, :data string, :publicData string}

Generates new credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount. Only the type of the key should be populated in the resource to be inserted.

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

Required parameters: enterpriseId

Optional parameters: none

Body: 

{:id string, :type string, :data string, :publicData string}

Generates new credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount. Only the type of the key should be populated in the resource to be inserted.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: enterpriseId

Optional parameters: none

Lists all active credentials for the service account associated with this enterprise. Only the ID and key type are returned. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.

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

Required parameters: enterpriseId

Optional parameters: none

Lists all active credentials for the service account associated with this enterprise. Only the ID and key type are returned. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.
sourceraw docstring

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

× close