Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::OutcomeFilter::Operator.
The operator to compare the outcome variable value with the outcome value in the outcome filter.
Constants
OPERATOR_UNSPECIFIED
value: 0
The operator is unspecified.
EQUAL
value: 1
The outcome variable value must be equal to the outcome value in the
outcome filter.
CONTAINS
value: 2
The outcome variable value must contain the outcome value in the
outcome filter.
MATCHES_REGEX
value: 3
The outcome variable value must match the outcome value regex in the
outcome filter.
MATCHES_CIDR
value: 4
The outcome variable value must be a valid IP address in the outcome
filter value CIDR range.