List

Lists all the per-device managed configurations for the specified device

3 variables
15 variables

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

Authorization

To use this building block you will have to grant access to at least one of the following scopes:

  • Manage corporate Android devices

Input

This building block consumes 3 input parameters

  = Parameter name
  = Format

enterpriseId STRING Required

The ID of the enterprise

userId STRING Required

The ID of the user

deviceId STRING Required

The Android ID of the device

Output

This building block provides 15 output parameters

  = Parameter name
  = Format

kind STRING

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#managedConfigurationsForDeviceListResponse"

managedConfigurationForDevice[] OBJECT

A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user

managedConfigurationForDevice[].configurationVariables OBJECT

A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings

managedConfigurationForDevice[].configurationVariables.kind STRING

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#configurationVariables"

managedConfigurationForDevice[].configurationVariables.mcmId STRING

The ID of the managed configurations settings

managedConfigurationForDevice[].configurationVariables.variableSet[] OBJECT

A variable set is a key-value pair of EMM-provided placeholders and its corresponding value, which is attributed to a user. For example, $FIRSTNAME could be a placeholder, and its value could be Alice. Placeholders should start with a '$' sign and should be alphanumeric only

managedConfigurationForDevice[].kind STRING

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#managedConfiguration"

managedConfigurationForDevice[].managedProperty[] OBJECT

A managed property of a managed configuration. The property must match one of the properties in the app restrictions schema of the product. Exactly one of the value fields must be populated, and it must match the property's type in the app restrictions schema

managedConfigurationForDevice[].managedProperty[].key STRING

The unique key that identifies the property

managedConfigurationForDevice[].managedProperty[].valueBool BOOLEAN

The boolean value - this will only be present if type of the property is bool

managedConfigurationForDevice[].managedProperty[].valueBundle OBJECT

A bundle of managed properties

managedConfigurationForDevice[].managedProperty[].valueInteger INTEGER

The integer value - this will only be present if type of the property is integer

managedConfigurationForDevice[].managedProperty[].valueString STRING

The string value - this will only be present if type of the property is string, choice or hidden

managedConfigurationForDevice[].managedProperty[].valueStringArray[] STRING

managedConfigurationForDevice[].productId STRING

The ID of the product that the managed configuration is for, e.g. "app:com.google.android.gm"