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
createdAt
If provided, specifies filters that work against the timestamp the zone was created at.
Type: FilterDateTimeOffsetInput
updatedAt
If provided, specifies filters that work against the timestamp the zone was most recently updated.
Type: FilterDateTimeOffsetInput
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