mobileAppIntentAndState-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 von MobileApp für ein bestimmtes Gerät.
Methoden
| Methode | Rückgabetyp | Beschreibung |
|---|---|---|
| mobileAppIntentAndStates auflisten | mobileAppIntentAndState-Sammlung | Diese Eigenschaft listet die Eigenschaften und Beziehungen von Objekten des Typs "mobileAppIntentAndState" auf. |
| Abrufen von "mobileAppIntentAndState" | mobileAppIntentAndState | Lesen von Eigenschaften und Beziehungen des mobileAppIntentAndState-Objekts. |
| Erstellen von "mobileAppIntentAndState" | mobileAppIntentAndState | Erstellen sie ein neues mobileAppIntentAndState-Objekt. |
| mobileAppIntentAndState löschen | Keine | Löscht ein mobileAppIntentAndState -Objekt. |
| mobileAppIntentAndState aktualisieren | mobileAppIntentAndState | Dient zum Aktualisieren der 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 | String | 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"
}
]
}
]
}
Feedback
Feedback senden und anzeigen für