Skip to content

CelFilterValidation

View as Markdown

CelFilterValidation describes the validation configuration returned to clients to help them build safe filter expressions.

Package: thru.common.v1

FieldType#Description
allowed_functionsrepeated string1 · optionalList of allowed CEL function names for a specific request type.
allowed_fieldsrepeated string2 · optionalList of allowed field names accessible to the CEL expression.
max_complexityuint323 · optionalMaximum AST node count permitted for a CEL expression.