CompositeFilter

Enables the creation of filtering criteria for security findings.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enables filtering based on boolean field values.

Link copied to clipboard

Enables filtering based on date and timestamp fields.

Link copied to clipboard

A list of IP address filters that allowing you to filter findings based on IP address properties.

Link copied to clipboard

Enables filtering based on map field values.

Link copied to clipboard

Provides an additional level of filtering, creating a three-layer nested structure. The first layer is a CompositeFilters array with a CompositeOperator (AND/OR). The second layer is a CompositeFilter object that contains direct filters and NestedCompositeFilters. The third layer is NestedCompositeFilters, which contains additional filter conditions.

Link copied to clipboard

Enables filtering based on numerical field values.

Link copied to clipboard

The logical operator used to combine multiple filter conditions.

Link copied to clipboard

Enables filtering based on string field values.

Functions

Link copied to clipboard
inline fun copy(block: CompositeFilter.Builder.() -> Unit = {}): CompositeFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String