Operator type

Operator for a given condition.
KnownOperator can be used interchangeably with Operator, this enum contains the known values that the service supports.

Known values supported by the service

Equals: Equals
NotEquals: NotEquals
Contains: Contains
DoesNotContain: DoesNotContain

type Operator = string