GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict
import type { GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";
Information about SMS toll fraud.
interface GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict {
readonly reasons?: "SMS_TOLL_FRAUD_REASON_UNSPECIFIED" | "INVALID_PHONE_NUMBER"[];
readonly risk?: number;
}