Class MatchCondition (0.5.10)

MatchCondition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Conditions under which this chain is invoked for a request.

Attribute

NameDescription
cel_expression str
Required. A Common Expression Language (CEL) expression that is used to match requests for which the extension chain is executed. For more information, see `CEL matcher language reference