windowsMalwareCategoryCount-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph-APIs unter der /beta-Version können geändert werden. Die Produktionsverwendung wird nicht unterstützt.

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Geräteanzahl der Schadsoftwarekategorie

Eigenschaften

Eigenschaft Typ Beschreibung
Kategorie windowsMalwareCategory Schadsoftwarekategorie. Mögliche Werte sind: 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 .
deviceCount Int32 Anzahl der Geräte mit Schadsoftwareerkennungen für diese Schadsoftwarekategorie
activeMalwareDetectionCount Int32 Anzahl der aktiven Schadsoftwareerkennungen für diese Schadsoftwarekategorie. Gültige Werte – 2147483648 2147483647
distinctActiveMalwareCount Int32 Anzahl der eindeutigen aktiven Schadsoftware für diese Schadsoftwarekategorie. Gültige Werte – 2147483648 2147483647
lastUpdateDateTime DateTimeOffset Der Zeitstempel des letzten Updates für die Geräteanzahl in UTC

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

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