RecaptchaTollFraudManagedRule interface
Stay organized with collections
Save and categorize content based on your preferences.
The managed rules for toll fraud provider, containing the enforcement status. The toll fraud provider contains all SMS related user flows.
Signature:
export interface RecaptchaTollFraudManagedRule
Properties
Property |
Type |
Description |
action |
RecaptchaAction |
The action for reCAPTCHA-protected requests. |
startScore |
number |
The action will be enforced if the reCAPTCHA score of a request is larger than startScore. |
RecaptchaTollFraudManagedRule.action
The action for reCAPTCHA-protected requests.
Signature:
action?: RecaptchaAction;
RecaptchaTollFraudManagedRule.startScore
The action will be enforced if the reCAPTCHA score of a request is larger than startScore.
Signature:
startScore: 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 2024-10-24 UTC.
[null,null,["Last updated 2024-10-24 UTC."],[],[],null,["The managed rules for toll fraud provider, containing the enforcement status. The toll fraud provider contains all SMS related user flows.\n\n**Signature:** \n\n export interface RecaptchaTollFraudManagedRule \n\nProperties\n\nRecaptchaTollFraudManagedRule.action\n\nThe action for reCAPTCHA-protected requests.\n\n**Signature:** \n\n action?: RecaptchaAction;\n\nRecaptchaTollFraudManagedRule.startScore\n\nThe action will be enforced if the reCAPTCHA score of a request is larger than startScore.\n\n**Signature:** \n\n startScore: number;"]]