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

GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict

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

Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details.

interface GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict {
readonly risk?: number;
}

§Properties

§
readonly risk?: number
[src]

Output only. Probability of this transaction attempt being part of a card testing attack. Values are from 0.0 (lowest) to 1.0 (highest).