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
intuneRegistrations

1.15.0

optional

text

defaultAppLanguage

1.8.0

optional

text

allowChangingSendingErrorLogs

1.8.0

optional

boolean value

codeRegistrations

1.15.0

optional

text

allowCodeRegistration

1.12.0

optional

boolean value

allowEmailRegistration

1.11.0

optional

boolean value

remarkDisplayLanguage

1.8.0

optional

text

defaultTheme

1.8.0

optional

number

code

1.12.0

required [alternative to emailAddress and remarkgroupId]

text

region

1.8.0

optional

text

supportEmailAddress

1.8.0

optional

text

remarkgroupId

1.8.0

required

text

updateSource

1.14.0

optional

text

emailAddress

1.8.0

required [alternative to code]

text

historyOffset

1.8.0

optional

number

allowLogout

1.8.0

optional

boolean value

categories

1.14.0

optional

text

sendErrorLogs

1.8.0

optional

boolean value

emailRegistrations

1.15.0

optional

text