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: enterpriseId, userId, managedConfigurationForUserId

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, userId, managedConfigurationForUserId

Optional parameters: none

Removes a per-user managed configuration for an app for the specified user.
raw 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.
raw 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.
raw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: managedConfigurationForUserId, userId, enterpriseId

Optional parameters: none

Body:

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

Optional parameters: none

Body: 

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

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

× close