Type de ressource managedAppPolicyDeploymentSummary
Espace de noms: microsoft.graph
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
L’objet ManagedAppEntity est le type d’entité de base pour tous les autres types d’entité sous le flux de travail de gestion des applications.
Méthodes
Méthode | Type renvoyé | Description |
---|---|---|
Get managedAppPolicyDeploymentSummary | managedAppPolicyDeploymentSummary | Lit les propriétés et relations de l’objet managedAppPolicyDeploymentSummary. |
Update managedAppPolicyDeploymentSummary | managedAppPolicyDeploymentSummary | Met à jour les propriétés d’un objet managedAppPolicyDeploymentSummary. |
Propriétés
Propriété | Type | Description |
---|---|---|
displayName | String | Pas encore documenté |
configurationDeployedUserCount | Int32 | Pas encore documenté |
lastRefreshTime | DateTimeOffset | Pas encore documenté |
configurationDeploymentSummaryPerApp | Collection managedAppPolicyDeploymentSummaryPerApp | Pas encore documenté |
id | String | Clé de l’entité. |
version | String | Version de l’entité. |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.managedAppPolicyDeploymentSummary",
"displayName": "String",
"configurationDeployedUserCount": 1024,
"lastRefreshTime": "String (timestamp)",
"configurationDeploymentSummaryPerApp": [
{
"@odata.type": "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp",
"mobileAppIdentifier": {
"@odata.type": "microsoft.graph.androidMobileAppIdentifier",
"packageId": "String"
},
"configurationAppliedUserCount": 1024
}
],
"id": "String (identifier)",
"version": "String"
}