ENUM
QueryFilterOperator
Operators to help in the filtering
link GraphQL Schema definition
- enum QueryFilterOperator {
- # The CONTAINS operator does a case sensitive check for the passed string being
- # part of the value. Example 'foo' passed and value being 'foobar' will match
- # The DOESNOTCONTAIN operator does a case sensitive check for the passed string
- # that should not be part of the value. Example 'foo' passed and value will
- # consist of strings without 'foo' word.
- # The STARTSWITH operator does a case sensitive check for the passed string being
- # start of the value. Example 'foo' passed and value being 'foobar' will match
- # The ENDSWITH operator does a case sensitive check for the passed string being
- # end of the value. Example 'bar' passed and value being 'foobar' will match
- # The ISNULL operator does not require the value to be set.
- # The ISNULL operator does not require the value to be set.
- }
link Require by
- ObservabilityQueryFilterTypeType representation to capture query filter parameters.
- QueryFilterInput filter parameter to help filtering the output of the query. If multiple filter objects are specified they are treated as an and. Nested queries can be created using the 'and', 'or' or 'not' parameters. In the filter the user should choose between one of: - the `field`, `operator` and `values` parameters - one of the `and`, `or` or `not` parameters
- SpringPolicyDimensionInfonull
- SpringPolicyFilterfilter to reduce policy source scope - SpringPolicySourceType
- SpringPolicyRuleExpressionSpring provider policy rule expression
- SpringPolicyRuleExpressionInputSpring provider policy rule expression input