[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-24 UTC."],[],[],null,["# RecaptchaTollFraudManagedRule interface\n\nThe 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----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------|--------------------------------------------------------------------------------------------|\n| [action](./firebase-admin.auth.recaptchatollfraudmanagedrule.md#recaptchatollfraudmanagedruleaction) | [RecaptchaAction](./firebase-admin.auth.md#recaptchaaction) | The action for reCAPTCHA-protected requests. |\n| [startScore](./firebase-admin.auth.recaptchatollfraudmanagedrule.md#recaptchatollfraudmanagedrulestartscore) | number | The action will be enforced if the reCAPTCHA score of a request is larger than startScore. |\n\nRecaptchaTollFraudManagedRule.action\n------------------------------------\n\nThe action for reCAPTCHA-protected requests.\n\n**Signature:** \n\n action?: RecaptchaAction;\n\nRecaptchaTollFraudManagedRule.startScore\n----------------------------------------\n\nThe action will be enforced if the reCAPTCHA score of a request is larger than startScore.\n\n**Signature:** \n\n startScore: number;"]]