SecurityPolicyRuleMatcherExprOptionsArgs

data class SecurityPolicyRuleMatcherExprOptionsArgs(val recaptchaOptions: Output<SecurityPolicyRuleMatcherExprOptionsRecaptchaOptionsArgs>? = null) : ConvertibleToJava<SecurityPolicyRuleMatcherExprOptionsArgs>

Constructors

Link copied to clipboard
constructor(recaptchaOptions: Output<SecurityPolicyRuleMatcherExprOptionsRecaptchaOptionsArgs>? = null)

Properties

Link copied to clipboard

reCAPTCHA configuration options to be applied for the rule. If the rule does not evaluate reCAPTCHA tokens, this field will have no effect.

Functions

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