Operator type
Comparison type to use for matching with the variable value.
KnownOperator can be used interchangeably with Operator,
this enum contains the known values that the service supports.
Known values supported by the service
Any: Any
IPMatch: IPMatch
GeoMatch: GeoMatch
Equal: Equal
Contains: Contains
LessThan: LessThan
GreaterThan: GreaterThan
LessThanOrEqual: LessThanOrEqual
GreaterThanOrEqual: GreaterThanOrEqual
BeginsWith: BeginsWith
EndsWith: EndsWith
RegEx: RegEx
ServiceTagMatch: ServiceTagMatch
AsnMatch: Autonomous System Number Match Operator
ClientFingerprint: Client Finger print Operator
type Operator = string