Partager via


Type de ressource windowsPackageInformation

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.

Contient les propriétés des informations de package pour une application métier Windows. Utilisé comme propriété dans l’objet windowsPhone81AppXBundle, qui est également déconseillé. Ce type complexe sera déconseillé en février 2023.

Propriétés

Propriété Type Description
applicableArchitecture windowsArchitecture Architecture Windows sur laquelle cette application peut s’exécuter. Les valeurs possibles sont none, x86, x64, arm, neutral, arm64.
displayName Chaîne Nom complet.
identityName String Nom d’identité.
identityPublisher Chaîne Éditeur d’identité.
identityResourceIdentifier String Identificateur de ressource d’identité.
identityVersion Chaîne Version de l’identité.
minimumSupportedOperatingSystem windowsMinimumOperatingSystem Valeur pour la version minimale du système d’exploitation applicable.

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.windowsPackageInformation",
  "applicableArchitecture": "String",
  "displayName": "String",
  "identityName": "String",
  "identityPublisher": "String",
  "identityResourceIdentifier": "String",
  "identityVersion": "String",
  "minimumSupportedOperatingSystem": {
    "@odata.type": "microsoft.graph.windowsMinimumOperatingSystem",
    "v8_0": true,
    "v8_1": true,
    "v10_0": true,
    "v10_1607": true,
    "v10_1703": true,
    "v10_1709": true,
    "v10_1803": true,
    "v10_1809": true,
    "v10_1903": true,
    "v10_1909": true,
    "v10_2004": true,
    "v10_2H20": true,
    "v10_21H1": true
  }
}