AuthzPolicyHttpRuleToOperationHeaderSetArgs

data class AuthzPolicyHttpRuleToOperationHeaderSetArgs(val headers: Output<List<AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgs>>? = null) : ConvertibleToJava<AuthzPolicyHttpRuleToOperationHeaderSetArgs>

Constructors

constructor(headers: Output<List<AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgs>>? = 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.

Functions

Link copied to clipboard
open override fun toJava(): AuthzPolicyHttpRuleToOperationHeaderSetArgs