[[["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 2023-04-18 UTC."],[],[],null,["# RecaptchaManagedRule interface\n\nThe config for a reCAPTCHA action rule.\n\n**Signature:** \n\n export interface RecaptchaManagedRule \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------|-------------------------------------------------------------|------------------------------------------------------------------------------------------|\n| [action](./firebase-admin.auth.recaptchamanagedrule.md#recaptchamanagedruleaction) | [RecaptchaAction](./firebase-admin.auth.md#recaptchaaction) | The action for reCAPTCHA-protected requests. |\n| [endScore](./firebase-admin.auth.recaptchamanagedrule.md#recaptchamanagedruleendscore) | number | The action will be enforced if the reCAPTCHA score of a request is larger than endScore. |\n\nRecaptchaManagedRule.action\n---------------------------\n\nThe action for reCAPTCHA-protected requests.\n\n**Signature:** \n\n action?: RecaptchaAction;\n\nRecaptchaManagedRule.endScore\n-----------------------------\n\nThe action will be enforced if the reCAPTCHA score of a request is larger than endScore.\n\n**Signature:** \n\n endScore: number;"]]