Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.26 KB

AntivirusQuarantine.md

File metadata and controls

15 lines (11 loc) · 1.26 KB

AntivirusQuarantine

Properties

Name Type Description Notes
File string Path of this file, starting with /ifs. [default to null]
LastIstag string [optional] [default to null]
LastScan int32 [optional] [default to null]
Quarantined bool If true, this file is quarantined. If false, the file is not quarantined. [default to null]
ScanResult string The result of the last scan on this file. This string is usually one of: never_scanned, clean, quarantined, repaired, truncated, infected_no_action_taken, skipped_per_settings. However, a longer string starting with 'unknown_status' and describing the details can also appear in uncommon edge cases. [default to null]
ScanStatus string The scanning status of this file. If 'current', the file was scanned with the most up-to-date virus definitions. If 'not_current', it has either not been scanned, been modified since the last scan, or the virus definitions are not current. [default to null]

[Back to Model list] [Back to API list] [Back to README]