Authz Policy Http Rule To Operation Header Set
data class AuthzPolicyHttpRuleToOperationHeaderSet(val headers: List<AuthzPolicyHttpRuleToOperationHeaderSetHeader>? = 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.