Skip to main content
Skip table of contents

intuneRegistrations

Available from version1.15.0
Necessityoptional
Value typetext

Description

This property can be used to specify multiple registries via Microsoft Azure AD / Intune.

A JSON array is specified as the value, where each of the JSON objects it contains represents a registration.

Properties

The following properties can be specified per registration:

Example

Android

JS
"managedProperty": [
  {
    "key": "intuneRegistrations",
    "valueString": "[{\"mdmApplicationId\": \"b083a324-9a51-4638-8f63-853e4f2a62a7\", \"mdmRedirectUri\": \"ibiawsmobileclientauth://ibi.aws.mobileclient\", \"emailAddress\": \"sample@company.com\", \"remarkgroupId\": \"76b7c55a-89b1-48bf-96df-71304613c346\", \"historyOffset\": 30}]"
  }
]

iOS

XML
<key>intuneRegistrations</key>
<string>[{"mdmApplicationId": "b083a324-9a51-4638-8f63-853e4f2a62a7", "mdmRedirectUri": "ibiawsmobileclientauth://ibi.aws.mobileclient", "emailAddress": "sample@company.com", "remarkgroupId": "76b7c55a-89b1-48bf-96df-71304613c346", "historyOffset": 30}]</string>
JavaScript errors detected

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

If this problem persists, please contact our support.