Type de ressource mobileAppIntentAndState

Espace de noms: microsoft.graph

Important: Les API Microsoft Graph sous la version /beta sont susceptibles d’être modifiées ; l’utilisation de production n’est pas prise en charge.

Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.

Intention MobileApp et État d’installation pour un appareil donné.

Méthodes

Méthode Type renvoyé Description
Répertorier mobileAppIntentAndStates collection mobileAppIntentAndState Répertorie les propriétés et les relations des objets mobileAppIntentAndState .
Get mobileAppIntentAndState mobileAppIntentAndState Lit les propriétés et les relations de l’objet mobileAppIntentAndState .
Créer mobileAppIntentAndState mobileAppIntentAndState Créez un objet mobileAppIntentAndState .
Supprimer mobileAppIntentAndState Aucun Supprime un mobileAppIntentAndState.
Mettre à jour mobileAppIntentAndState mobileAppIntentAndState Mettez à jour les propriétés d’un objet mobileAppIntentAndState .

Propriétés

Propriété Type Description
id String UUID pour l’objet
managedDeviceIdentifier String Identificateur d’appareil créé ou collecté par Intune.
userId String Identificateur pour l’utilisateur qui tente d’inscrire l’appareil.
mobileAppList collection mobileAppIntentAndStateDetail Liste des intentions et états de charge utile pour le locataire.

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la 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"
        }
      ]
    }
  ]
}