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
updateSource

1.14.0

optional

text

defaultAppLanguage

1.8.0

optional

text

sendErrorLogs

1.8.0

optional

boolean value

allowChangingSendingErrorLogs

1.8.0

optional

boolean value

allowCodeRegistration

1.12.0

optional

boolean value

supportEmailAddress

1.8.0

optional

text

intuneRegistrations

1.15.0

optional

text

allowLogout

1.8.0

optional

boolean value

categories

1.14.0

optional

text

defaultTheme

1.8.0

optional

number

remarkgroupId

1.8.0

required

text

remarkDisplayLanguage

1.8.0

optional

text

emailAddress

1.8.0

required [alternative to code]

text

region

1.8.0

optional

text

code

1.12.0

required [alternative to emailAddress and remarkgroupId]

text

allowEmailRegistration

1.11.0

optional

boolean value

emailRegistrations

1.15.0

optional

text

codeRegistrations

1.15.0

optional

text

historyOffset

1.8.0

optional

number