Interface ComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptionsA

    • Method Detail

      • getActionTokenSiteKeys

        @Stability(Stable)
        @Nullable
        default List<String> getActionTokenSiteKeys()
        A list of site keys to be used during the validation of reCAPTCHA action-tokens.

        The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#action_token_site_keys ComputeSecurityPolicyRuleA#action_token_site_keys}

      • getSessionTokenSiteKeys

        @Stability(Stable)
        @Nullable
        default List<String> getSessionTokenSiteKeys()
        A list of site keys to be used during the validation of reCAPTCHA session-tokens.

        The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#session_token_site_keys ComputeSecurityPolicyRuleA#session_token_site_keys}