FileExclusionSetting

FileExclusionSetting
File Exclusion Setting

Conveys user specified file exclusion setting for this file at different time instances.

JSON Example
{
    "last_inspection_setting": false,
    "current_setting": false
}
boolean
last_inspection_setting
Optional

Conveys whether this file was present in the exclusion list at the time of the last inspected event for this file in the requested time window. If true, it means the file is present in exclusion list when last inspected event occurred.

boolean
current_setting
Optional

Conveys whether this file is present in exclusion list at the time of calling this API. If true, it means the file is present in exclusion list.

Property Of