GenericInstanceFilterRuleOperator Type alias

Type definition that describes operators supported by GenericInstanceFilterRule.

@note like operator should be handled as a contains operator - it matches all strings that contain a given string.

GenericInstanceFilterRuleOperator = "is-equal" | "is-not-equal" | "is-null" | "is-not-null" | "is-true" | "is-false" | "less" | "less-or-equal" | "greater" | "greater-or-equal" | "like"

Defined in

Last Updated: 25 April, 2024