mobileAppIntentAndState-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph-APIs unter der /beta-Version können sich ändern. Die Verwendung in der Produktion wird nicht unterstützt.

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

MobileApp-Absichts- und Installationsstatus für ein bestimmtes Gerät.

Methoden

Methode Rückgabetyp Beschreibung
mobileAppIntentAndStates auflisten mobileAppIntentAndState-Sammlung Auflisten der Eigenschaften und Beziehungen der mobileAppIntentAndState-Objekte .
Abrufen von mobileAppIntentAndState mobileAppIntentAndState Liest Eigenschaften und Beziehungen des mobileAppIntentAndState-Objekts .
Erstellen von mobileAppIntentAndState mobileAppIntentAndState Erstellen Sie ein neues mobileAppIntentAndState-Objekt .
MobileAppIntentAndState löschen Keine Löscht mobileAppIntentAndState.
Aktualisieren von mobileAppIntentAndState mobileAppIntentAndState Aktualisieren sie die Eigenschaften eines mobileAppIntentAndState-Objekts .

Eigenschaften

Eigenschaft Typ Beschreibung
id String UUID für das Objekt
managedDeviceIdentifier Zeichenfolge Von Intune erstellter oder erfasster Gerätebezeichner
userId Zeichenfolge Bezeichner für den Benutzer, der versucht hat, das Gerät zu registrieren.
mobileAppList mobileAppIntentAndStateDetail-Sammlung Die Liste der Nutzlastabsichten und -zustände für den Mandanten.

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.mobileAppIntentAndState",
  "id": "String (identifier)",
  "managedDeviceIdentifier": "String",
  "userId": "String",
  "mobileAppList": [
    {
      "@odata.type": "microsoft.graph.mobileAppIntentAndStateDetail",
      "applicationId": "String",
      "displayName": "String",
      "mobileAppIntent": "String",
      "displayVersion": "String",
      "installState": "String",
      "supportedDeviceTypes": [
        {
          "@odata.type": "microsoft.graph.mobileAppSupportedDeviceType",
          "type": "String",
          "minimumOperatingSystemVersion": "String",
          "maximumOperatingSystemVersion": "String"
        }
      ]
    }
  ]
}