RecaptchaManagedRule interface
Stay organized with collections
Save and categorize content based on your preferences.
The config for a reCAPTCHA action rule.
Signature:
export interface RecaptchaManagedRule
Properties
Property |
Type |
Description |
action |
RecaptchaAction |
The action for reCAPTCHA-protected requests. |
endScore |
number |
The action will be enforced if the reCAPTCHA score of a request is larger than endScore. |
RecaptchaManagedRule.action
The action for reCAPTCHA-protected requests.
Signature:
action?: RecaptchaAction;
RecaptchaManagedRule.endScore
The action will be enforced if the reCAPTCHA score of a request is larger than endScore.
Signature:
endScore: number;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-18 UTC.
[null,null,["Last updated 2023-04-18 UTC."],[],[],null,["The config for a reCAPTCHA action rule.\n\n**Signature:** \n\n export interface RecaptchaManagedRule \n\nProperties\n\nRecaptchaManagedRule.action\n\nThe action for reCAPTCHA-protected requests.\n\n**Signature:** \n\n action?: RecaptchaAction;\n\nRecaptchaManagedRule.endScore\n\nThe action will be enforced if the reCAPTCHA score of a request is larger than endScore.\n\n**Signature:** \n\n endScore: number;"]]