Property description

The spaceFilter clause filters objects based on the space(s) they belong to.

Minimal JSON

{
  "type": "spaceFilter",
  "values": [""],
  "operand": ""
}

Nested properties

PropertyDescriptionValuesMandatory
typespaceFilterstringYes
valuesName(s) of the space(s) the filter applies to.array of stringsYes
operandObject filter expression. Supported values are: in: Selects objects from the specified space(s)., notIn: Excludes objects from the specified space(s).stringYes