[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention

AllowListedSetting

Conveys user specified allow-list settting for this file at different time instances using /allow-list API.


Properties

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.


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.

JSON Example

{
	"current_setting": false,
	"last_inspection_setting": false
}
[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention
Property Of

InspectedFile

Feedback

Was this page helpful?