Type de ressource windows10AssociatedApps

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.

Windows 10 définition de l’application associée.

Propriétés

Propriété Type Description
appType windows10AppType Type d’application. Les valeurs possibles sont les suivantes : desktop, universal.
identifiant Chaîne Identificateur.

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.windows10AssociatedApps",
  "appType": "String",
  "identifier": "String"
}