mobileAppIntentAndStateDetail-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.

Mobile App-Absicht und Installationsstatus für ein bestimmtes Gerät.

Eigenschaften

Eigenschaft Typ Beschreibung
applicationId Zeichenfolge MobieApp-Bezeichner.
displayName String Der vom Administrator bereitgestellte oder importierte Titel der App.
mobileAppIntent mobileAppIntent Absicht der mobilen App. Mögliche Werte: available, notAvailable, requiredInstall, requiredUninstall, requiredAndAvailableInstall, availableInstallWithoutEnrollment, exclude.
displayVersion String Lesbare Version der Anwendung
installState resultantAppState Der Installationsstatus der App. Mögliche Werte: installed, failed, notInstalled, uninstallFailed, pendingInstall, unknown, notApplicable.
supportedDeviceTypes mobileAppSupportedDeviceType-Sammlung Die unterstützten Plattformen für die App.

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@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"
    }
  ]
}