Skip to main content
Skip table of contents

Verwaltete Konfiguration

Beispielkonfiguration

Beispielkonfiguration Android

JS
{
  "kind": "androidenterprise#managedConfiguration",
  "productId": "ibi.aws.mobileclient",
  "managedProperty": [
    {
      "key": "emailAddress",
      "valueString": "test.beispiel@unternehmen.com"
    },
    {
      "key": "remarkgroupId",
      "valueString": "4325fecc-97b1-4a81-9984-b03ba3018036"
    },
    {
      "key": "allowLogout",
      "valueBool": false
    },
    {
      "key": "supportEmailAddress",
      "valueString": "support@unternehmen.com"
    }
  ]
}

Beispielkonfiguration iOS

XML
<dict>
  <key>emailAddress</key>
  <string>test.beispiel@unternehmen.com</string>
  <key>remarkgroupId</key>
  <string>4325fecc-97b1-4a81-9984-b03ba3018036</string>
  <key>allowLogout</key>
  <false/>
  <key>supportEmailAddress</key>
  <string>support@unternehmen.com</string>
</dict>

Konfigurationsmöglichkeiten

Derzeit stehen die im Folgenden beschriebenen Konfigurationsmöglichkeiten zur Verfügung:

JavaScript errors detected

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

If this problem persists, please contact our support.