Type de ressource appListItem
Espace de noms: microsoft.graph
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Représente une application dans la liste des applications gérées
Propriétés
Propriété | Type | Description |
---|---|---|
name | Chaîne | Nom de l’application |
éditeur | Chaîne | Éditeur de l’application |
appStoreUrl | Chaîne | URL de magasin de l’application |
appId | Chaîne | Identificateur d’application ou d’ensemble d’applications |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.appListItem",
"name": "String",
"publisher": "String",
"appStoreUrl": "String",
"appId": "String"
}