CelFilterValidation
CelFilterValidation describes the validation configuration returned to clients to help them build safe filter expressions.
Package: thru.common.v1
Fields
Section titled “Fields”| Field | Type | # | Description |
|---|---|---|---|
allowed_functions | repeated string | 1 · optional | List of allowed CEL function names for a specific request type. |
allowed_fields | repeated string | 2 · optional | List of allowed field names accessible to the CEL expression. |
max_complexity | uint32 | 3 · optional | Maximum AST node count permitted for a CEL expression. |