mobileAppIntentAndStateDetail-Ressourcentyp
Namespace: microsoft.graph
Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.
Absichts- und Installationsstatus mobiler Apps für ein bestimmtes Gerät.
Eigenschaften
| Eigenschaft | Typ | Beschreibung |
|---|---|---|
| applicationId | Zeichenfolge | MobieApp-Bezeichner. |
| displayName | Zeichenfolge | Der vom Administrator bereitgestellte oder importierte Titel der App. |
| mobileAppIntent | mobileAppIntent | Mobile App Intent. Mögliche Werte: available, notAvailable, requiredInstall, requiredUninstall, requiredAndAvailableInstall, availableInstallWithoutEnrollment, exclude. |
| displayVersion | Zeichenfolge | 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"
}
]
}
Feedback
Feedback senden und anzeigen für