Skip to content

FilterZoneInput

About FilterZoneInput

FilterZoneInput allows for filtering zones based on criteria described below. Only one field should be provided per Filter object unless using an operator (and or not) as specified below.

id

If provided, specifies filters that work against the unique id of a zone.

Type: FilterIDInput

name

If provided, specifies filters that work against the name of a zone.

Type: FilterStringInput

dataSourceId

If provided, specifies filters that work against the id of the data source that owns the zone.

Type: FilterIDInput

active

If provided, specifies filters that work against the active state of the zone

Type: FilterBooleanInput

and

If provided, a detection activity must pass all filters in this list to match the current filter.

Type: [FilterZoneInput!]

or

If provided, a detection activity must pass at least one of the filters in this list to match the current filter.

Type: [FilterZoneInput!]

not

If provided, a detection activity may not match this filter to match the current filter.

Type: FilterZoneInput