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 |
|---|---|---|---|
|
1.8.0 |
optional |
boolean value |
|
|
1.12.0 |
optional |
boolean value |
|
|
1.11.0 |
optional |
boolean value |
|
|
1.8.0 |
optional |
boolean value |
|
|
1.14.0 |
optional |
text |
|
|
1.12.0 |
required [alternative to emailAddress and remarkgroupId] |
text |
|
|
1.15.0 |
optional |
text |
|
|
1.8.0 |
optional |
text |
|
|
1.8.0 |
optional |
number |
|
|
1.8.0 |
required [alternative to code] |
text |
|
|
1.15.0 |
optional |
text |
|
|
1.8.0 |
optional |
number |
|
|
1.15.0 |
optional |
text |
|
|
1.8.0 |
optional |
text |
|
|
1.8.0 |
optional |
text |
|
|
1.8.0 |
required |
text |
|
|
1.8.0 |
optional |
boolean value |
|
|
1.8.0 |
optional |
text |
|
|
1.14.0 |
optional |
text |