Liking cljdoc? Tell your friends :D

happygapi.androidenterprise.managedconfigurationsforuser

Google Play EMM API: managedconfigurationsforuser. Manages the deployment of apps to Android for Work users. 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 for Work users.
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: enterpriseId, managedConfigurationForUserId, 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: enterpriseId, managedConfigurationForUserId, 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: enterpriseId, managedConfigurationForUserId, 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: enterpriseId, managedConfigurationForUserId, 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, managedConfigurationForUserId, userId

Optional parameters: none

Body:

{:configurationVariables {:kind string, :mcmId string, :variableSet [VariableSet]}, :kind string, :managedProperty [{:key string, :valueBool boolean, :valueBundle ManagedPropertyBundle, :valueBundleArray [ManagedPropertyBundle], :valueInteger integer, :valueString string, :valueStringArray [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, managedConfigurationForUserId, userId

Optional parameters: none

Body: 

{:configurationVariables {:kind string,
                          :mcmId string,
                          :variableSet [VariableSet]},
 :kind string,
 :managedProperty [{:key string,
                    :valueBool boolean,
                    :valueBundle ManagedPropertyBundle,
                    :valueBundleArray [ManagedPropertyBundle],
                    :valueInteger integer,
                    :valueString string,
                    :valueStringArray [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