Liking cljdoc? Tell your friends :D

happygapi.androidenterprise.managedconfigurationsforuser

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: managedConfigurationForUserId, enterpriseId, userId

Optional parameters: none

Removes a per-user managed configuration for an app for the specified user.

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

Required parameters: managedConfigurationForUserId, enterpriseId, userId

Optional parameters: none

Removes a per-user managed configuration for an app for the specified user.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: managedConfigurationForUserId, enterpriseId, userId

Optional parameters: none

Retrieves details of a per-user managed configuration for an app for the specified user.

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

Required parameters: managedConfigurationForUserId, enterpriseId, userId

Optional parameters: none

Retrieves details of a per-user managed configuration for an app for the specified user.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: enterpriseId, userId

Optional parameters: none

Lists all the per-user managed configurations for the specified user. Only the ID is set.

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

Required parameters: enterpriseId, userId

Optional parameters: none

Lists all the per-user managed configurations 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/managedconfigurationsforuser/update

Required parameters: enterpriseId, userId, managedConfigurationForUserId

Optional parameters: none

Body:

{:managedProperty [{:valueBool boolean, :valueBundle ManagedPropertyBundle, :valueStringArray [string], :key string, :valueString string, :valueInteger integer, :valueBundleArray [ManagedPropertyBundle]}], :configurationVariables {:mcmId string, :variableSet [VariableSet]}, :kind string, :productId string}

Adds or updates the managed configuration settings for an app for the specified user. If you support the Managed configurations iframe, you can apply managed configurations to a user by specifying an mcmId and its associated configuration variables (if any) in the request. Alternatively, all EMMs can apply managed configurations by passing a list of managed properties.

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

Required parameters: enterpriseId, userId, managedConfigurationForUserId

Optional parameters: none

Body: 

{:managedProperty [{:valueBool boolean,
                    :valueBundle ManagedPropertyBundle,
                    :valueStringArray [string],
                    :key string,
                    :valueString string,
                    :valueInteger integer,
                    :valueBundleArray [ManagedPropertyBundle]}],
 :configurationVariables {:mcmId string, :variableSet [VariableSet]},
 :kind string,
 :productId string}

Adds or updates the managed configuration settings for an app for the specified user. If you support the Managed configurations iframe, you can apply managed configurations to a user by specifying an mcmId and its associated configuration variables (if any) in the request. Alternatively, all EMMs can apply managed configurations by passing a list of managed properties.
sourceraw docstring

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

× close