ThreatDetectedByName¶
Structure Class¶
ThreatDetectedByName
dataclass
¶
Contains details about identified threats organized by threat name.
Attributes¶
item_count
class-attribute
instance-attribute
¶
item_count: int | None = None
Total number of infected files identified.
shortened
class-attribute
instance-attribute
¶
shortened: bool | None = None
Flag to determine if the finding contains every single infected file-path and/or every threat.
threat_names
class-attribute
instance-attribute
¶
threat_names: list[ScanThreatName] | None = None
List of identified threats with details, organized by threat name.
unique_threat_name_count
class-attribute
instance-attribute
¶
unique_threat_name_count: int | None = None
Total number of unique threats by name identified, as part of the malware scan.