Authz Policy Http Rule To Not Operation Header Set
data class AuthzPolicyHttpRuleToNotOperationHeaderSet(val headers: List<AuthzPolicyHttpRuleToNotOperationHeaderSetHeader>? = null)
Properties
Link copied to clipboard
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. Structure is documented below.