condition property

Expr? condition
getter/setter pair

A CEL expression for conditions that must be met in order for the rule to apply.

If not provided, the rule matches all objects.

Optional.

Implementation

Expr? condition;