Type de ressource windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary
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 du résumé de déploiement d’une stratégie supplémentaire WindowsDefenderApplicationControl.
Méthodes
Méthode | Type renvoyé | Description |
---|---|---|
Obtenir windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary | windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary | Lit les propriétés et relations de l’objet windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary . |
Mettre à jour windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary | windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary | Mettez à jour les propriétés d’un objet windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary . |
Propriétés
Propriété | Type | Description |
---|---|---|
id | String | Clé de l’entité. |
deployedDeviceCount | Int32 | Nombre d’appareils qui ont correctement déployé cette stratégie supplémentaire WindowsDefenderApplicationControl. |
failedDeviceCount | Int32 | Nombre d’appareils qui n’ont pas pu déployer cette stratégie supplémentaire WindowsDefenderApplicationControl. |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary",
"id": "String (identifier)",
"deployedDeviceCount": 1024,
"failedDeviceCount": 1024
}