Skip to main content
Skip table of contents

intuneRegistrations

Verfügbar ab Version1.15.0
NotwendigkeitOptional
WerttypText

Beschreibung

Mit dieser Eigenschaft können mehrere Registrierungen über Microsoft Entra ID (früher Azure Active Directory) / Intune angegeben werden.

Als Wert wird ein JSON-Array angegeben, bei welchem jedes der darin enthaltenen JSON-Objekte eine Registrierung darstellt.

Eigenschaften

Folgende Eigenschaften können pro Registrierung angegeben werden:


Beispiel

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.