Values.ConditionSourceContains information about the condition.
type nonrec t = {eq : Eq.t option;Represents the equal condition to be applied to a single field when querying for findings. Max values: 50
*)neq : Neq.t option;Represents the not equal condition to be applied to a single field when querying for findings. Max values: 50
*)gt : Integer.t option;Represents a greater than condition to be applied to a single field when querying for findings.
*)gte : Integer.t option;Represents a greater than or equal condition to be applied to a single field when querying for findings.
*)lt : Integer.t option;Represents a less than condition to be applied to a single field when querying for findings.
*)lte : Integer.t option;Represents a less than or equal condition to be applied to a single field when querying for findings.
*)equals : Equals.t option;Represents an equal condition to be applied to a single field when querying for findings. Max values: 50
*)notEquals : NotEquals.t option;Represents a not equal condition to be applied to a single field when querying for findings. Max values: 50
*)greaterThan : Long.t option;Represents a greater than condition to be applied to a single field when querying for findings.
*)greaterThanOrEqual : Long.t option;Represents a greater than or equal condition to be applied to a single field when querying for findings.
*)lessThan : Long.t option;Represents a less than condition to be applied to a single field when querying for findings.
*)lessThanOrEqual : Long.t option;Represents a less than or equal condition to be applied to a single field when querying for findings.
*)matches : Matches.t option;Represents the match condition to be applied to a single field when querying for findings. The matches condition is available only for create-filter and update-filter APIs.
*)notMatches : NotMatches.t option;Represents the not match condition to be applied to a single field when querying for findings. The not-matches condition is available only for create-filter and update-filter APIs.
*)}