challengeRules property

List<GoogleCloudRecaptchaenterpriseV1ChallengeRule>? challengeRules
getter/setter pair

A list of rules that configure when and how reCAPTCHA presents a challenge.

reCAPTCHA evaluates these rules in order and applies the first one that matches.

Required.

Implementation

core.List<GoogleCloudRecaptchaenterpriseV1ChallengeRule>? challengeRules;