Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings

import type { GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";

Per-action challenge settings.

interface GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings {
scoreThreshold?: number;
}

§Properties

§
scoreThreshold?: number
[src]

Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).