ScanDetections¶
Structure Class¶
ScanDetections
dataclass
¶
Contains a complete view providing malware scan result details.
Attributes¶
highest_severity_threat_details
class-attribute
instance-attribute
¶
highest_severity_threat_details: HighestSeverityThreatDetails | None = None
Details of the highest severity threat detected during malware scan and number of infected files.
scanned_item_count
class-attribute
instance-attribute
¶
scanned_item_count: ScannedItemCount | None = None
Total number of scanned files.
threat_detected_by_name
class-attribute
instance-attribute
¶
threat_detected_by_name: ThreatDetectedByName | None = None
Contains details about identified threats organized by threat name.
threats_detected_item_count
class-attribute
instance-attribute
¶
threats_detected_item_count: ThreatsDetectedItemCount | None = None
Total number of infected files.