headers property

List<AuthzPolicyAuthzRuleHeaderMatch>? headers
getter/setter pair

A list of headers to match against in http header.

The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches.

Required.

Implementation

core.List<AuthzPolicyAuthzRuleHeaderMatch>? headers;