recaptcha Options
suspend fun recaptchaOptions(value: Output<SecurityPolicyRuleMatcherExprOptionsRecaptchaOptionsArgs>)
Parameters
value
reCAPTCHA configuration options to be applied for the rule. If the rule does not evaluate reCAPTCHA tokens, this field will have no effect.
suspend fun recaptchaOptions(argument: suspend SecurityPolicyRuleMatcherExprOptionsRecaptchaOptionsArgsBuilder.() -> Unit)
Parameters
argument
reCAPTCHA configuration options to be applied for the rule. If the rule does not evaluate reCAPTCHA tokens, this field will have no effect.