Share via


Type de ressource malwareStateForWindowsDevice

Espace de noms: microsoft.graph

Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.

État des programmes malveillants pour un appareil Windows

Méthodes

Méthode Type renvoyé Description
Répertorier malwareStateForWindowsDevices collection malwareStateForWindowsDevice Répertorie les propriétés et les relations des objets malwareStateForWindowsDevice .
Obtenir malwareStateForWindowsDevice malwareStateForWindowsDevice Lit les propriétés et relations de l’objet malwareStateForWindowsDevice .
Créer un malwareStateForWindowsDevice malwareStateForWindowsDevice Créez un objet malwareStateForWindowsDevice .
Delete malwareStateForWindowsDevice Aucune Supprime un malwareStateForWindowsDevice.
Mettre à jour malwareStateForWindowsDevice malwareStateForWindowsDevice Mettez à jour les propriétés d’un objet malwareStateForWindowsDevice .

Propriétés

Propriété Type Description
id Chaîne Identificateur unique. Il s’agit de l’ID de l’appareil.
deviceName Chaîne Indique le nom de l’appareil évalué pour l’état des programmes malveillants
executionState windowsMalwareExecutionState Indique status d’exécution du programme malveillant. Les valeurs possibles sont : inconnu, bloqué, autorisé, en cours d’exécution, notRunning. La valeur par défaut est inconnue. Les valeurs possibles sont les suivantes : unknown, blocked, allowed, running, notRunning.
threatState windowsMalwareThreatState Indique status des menaces du programme malveillant. Les valeurs possibles sont : active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. la valeur par défaut est noStatusCleared. Valeurs possibles : active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.
initialDetectionDateTime DateTimeOffset Date/heure de détection initiale du programme malveillant
lastStateChangeDateTime DateTimeOffset La dernière fois que cette menace particulière a été modifiée
detectionCount Int32 Indique le nombre de fois où le programme malveillant est détecté

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.malwareStateForWindowsDevice",
  "id": "String (identifier)",
  "deviceName": "String",
  "executionState": "String",
  "threatState": "String",
  "initialDetectionDateTime": "String (timestamp)",
  "lastStateChangeDateTime": "String (timestamp)",
  "detectionCount": 1024
}