QueryCondition interface
Represents a condition used to query for TI objects.
Properties
| clauses | The list of clauses to be evaluated in disjunction or conjunction base on the specified top level connective operator. |
| condition |
The top level connective operator for this condition. |
| stix |
The STIX type for the objects returned by this query. |
Property Details
clauses
The list of clauses to be evaluated in disjunction or conjunction base on the specified top level connective operator.
clauses: ConditionClause[]
Property Value
conditionConnective
The top level connective operator for this condition.
conditionConnective?: string
Property Value
string
stixObjectType
The STIX type for the objects returned by this query.
stixObjectType?: string
Property Value
string