GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderActionArgs

data class GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderActionArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderActionArgs>

A set header action sets a header and forwards the request to the backend. This can be used to trigger custom protection implemented on the backend.

Constructors

constructor(key: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val key: Output<String>? = null

The header key to set in the request to the backend server.

Link copied to clipboard
val value: Output<String>? = null

The header value to set in the request to the backend server.

Functions

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