Skip to main content
Skip table of contents

Managed configuration

Sample configuration

Sample configuration Android

JS
{
  "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 configuration iOS

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:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.