headers

@JvmName(name = "ulndwlfxmkmxjwbj")
suspend fun headers(value: Output<List<AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgs>>)
@JvmName(name = "wicwemjekudpccwd")
suspend fun headers(value: List<AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgs>?)

Parameters

value

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.


@JvmName(name = "lnrgjolbygxxctir")
suspend fun headers(vararg values: Output<AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgs>)


@JvmName(name = "ngaemwqbitoasojp")
suspend fun headers(values: List<Output<AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgs>>)
@JvmName(name = "goboefqwagpnqunt")
suspend fun headers(vararg values: AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgs)

Parameters

values

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.


@JvmName(name = "wuwilojcmnlkannu")
suspend fun headers(argument: List<suspend AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgsBuilder.() -> Unit>)
@JvmName(name = "nvknfjuywhtqnhdu")
suspend fun headers(vararg argument: suspend AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgsBuilder.() -> Unit)
@JvmName(name = "hktyecotambpsgck")
suspend fun headers(argument: suspend AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgsBuilder.() -> Unit)

Parameters

argument

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.