AllowListedSetting
AllowListedSetting
Conveys user specified allow-list settting for this file at different time instances using /allow-list API.
JSON Example
{
"last_inspection_setting": false,
"current_setting": false
}
boolean
last_inspection_setting
Optional
Conveys whether this file is present in allow-list at the time of last inspected event for this file in the requested time window of [start_time, end_time]. If true, it means the file is present in allow-list when last inspected event occured.
boolean
current_setting
Optional
Conveys whether this file is present in allow-list at the time of calling this API as user specified using /allow-list API. If true, it means the file is present in allow-list.