IBI-aws MobileClient

Managed configuration

Sample configuration

Sample configuration Android
JavaScript
{
  "kind": "androidenterprise#managedConfiguration",
  "productId": "ibi.aws.mobileclient",
  "managedProperty": [
    {
      "key": "emailAddress",
      "valueString": "test.sample@company.com"
    },
    {
      "key": "remarkgroupId",
      "valueString": "4325fecc-97b1-4a81-9984-b03ba3018036"
    },
    {
      "key": "allowLogout",
      "valueBool": false
    },
    {
      "key": "supportEmailAddress",
      "valueString": "support@company.com"
    }
  ]
}
Sample configurationiOS
XML
<dict>
  <key>emailAddress</key>
  <string>test.sample@company.com</string>
  <key>remarkgroupId</key>
  <string>4325fecc-97b1-4a81-9984-b03ba3018036</string>
  <key>allowLogout</key>
  <false/>
  <key>supportEmailAddress</key>
  <string>support@company.com</string>
</dict>

Available configurations

The following configuration keys are currently available:

Property

Available from version

Necessity

Value type

allowChangingSendingErrorLogs

1.8.0

optional

boolean value

allowCodeRegistration

1.12.0

optional

boolean value

allowEmailRegistration

1.11.0

optional

boolean value

allowLogout

1.8.0

optional

boolean value

categories

1.14.0

optional

text

code

1.12.0

required [alternative to emailAddress and remarkgroupId]

text

codeRegistrations

1.15.0

optional

text

defaultAppLanguage

1.8.0

optional

text

defaultTheme

1.8.0

optional

number

emailAddress

1.8.0

required [alternative to code]

text

emailRegistrations

1.15.0

optional

text

historyOffset

1.8.0

optional

number

intuneRegistrations

1.15.0

optional

text

region

1.8.0

optional

text

remarkDisplayLanguage

1.8.0

optional

text

remarkgroupId

1.8.0

required

text

sendErrorLogs

1.8.0

optional

boolean value

supportEmailAddress

1.8.0

optional

text

updateSource

1.14.0

optional

text