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 |
|---|---|---|---|
| allowEmailRegistration |
1.11.0 |
optional |
boolean value |
| remarkgroupId |
1.8.0 |
required |
text |
| allowLogout |
1.8.0 |
optional |
boolean value |
| allowCodeRegistration |
1.12.0 |
optional |
boolean value |
| remarkDisplayLanguage |
1.8.0 |
optional |
text |
| emailAddress |
1.8.0 |
required [alternative to code] |
text |
| codeRegistrations |
1.15.0 |
optional |
text |
| emailRegistrations |
1.15.0 |
optional |
text |
| allowChangingSendingErrorLogs |
1.8.0 |
optional |
boolean value |
| sendErrorLogs |
1.8.0 |
optional |
boolean value |
| supportEmailAddress |
1.8.0 |
optional |
text |
| categories |
1.14.0 |
optional |
text |
| code |
1.12.0 |
required [alternative to emailAddress and remarkgroupId] |
text |
| region |
1.8.0 |
optional |
text |
| intuneRegistrations |
1.15.0 |
optional |
text |
| defaultTheme |
1.8.0 |
optional |
number |
| historyOffset |
1.8.0 |
optional |
number |
| defaultAppLanguage |
1.8.0 |
optional |
text |
| updateSource |
1.14.0 |
optional |
text |