Type de ressource windowsMalwareCategoryCount

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.

Nombre d’appareils de catégorie de programmes malveillants

Propriétés

Propriété Type Description
category windowsMalwareCategory Catégorie de programmes malveillants. Les valeurs possibles sont : invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. Calculé. Les valeurs possibles sont : invalid, adware, passwordStealerbackdoorremote_Control_SoftwareremoteAccessTrojantooltrojantrojanDenialOfServiceemailFloodertrojanDropperkeyloggertrojanMassMailerdialertrojanMonitoringSoftwaremonitoringSoftwaretrojanProxyServerbrowserModifierviruscookiehipsRuleaolExploitransomnukerenterpriseUnwantedSoftwarebrowserPluginpolicysecurityDisablerwormexploitjokeProgramfilesharingProgramhostileActiveXControlmalwareCreationToolbehaviortrojanTelnetvulnerabilitysppunknownknownicqExploitpotentialUnwantedSoftwaretrojanFtpremoteControlSoftwaresettingsModifiersoftwareBundlertoolBarspywaretrojanDownloaderstealthNotifier.
deviceCount Int32 Nombre d’appareils avec détections de programmes malveillants pour cette catégorie de programmes malveillants
activeMalwareDetectionCount Int32 Nombre de détections de programmes malveillants actifs pour cette catégorie de programmes malveillants. Valeurs valides -2147483648 à 2147483647
distinctActiveMalwareCount Int32 Nombre de programmes malveillants actifs distincts pour cette catégorie de programmes malveillants. Valeurs valides -2147483648 à 2147483647
lastUpdateDateTime DateTimeOffset Horodatage de la dernière mise à jour pour le nombre d’appareils au format UTC

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.windowsMalwareCategoryCount",
  "category": "String",
  "deviceCount": 1024,
  "activeMalwareDetectionCount": 1024,
  "distinctActiveMalwareCount": 1024,
  "lastUpdateDateTime": "String (timestamp)"
}