Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.45 KB

AntivirusQuarantine.md

File metadata and controls

15 lines (11 loc) · 1.45 KB

AntivirusQuarantine

Properties

Name Type Description Notes
file str Path of this file, starting with /ifs.
last_istag str The ICAP Service Tag (ISTag) recorded for this file during the last scan, or null if no tag was recorded. For more information about ISTags, see https://tools.ietf.org/html/rfc3507. [optional]
last_scan int The date and time this file was last scanned for viruses, as a UNIX timestamp. If null, the file has never been scanned. [optional]
quarantined bool If true, this file is quarantined. If false, the file is not quarantined.
scan_result str 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.
scan_status str The scanning status of this file. If 'current', the file was scanned with the most up-to-date virus defintions. If 'not_current', it has either not been scanned, been modified since the last scan, or the virus definitions are not current.

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