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

GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment

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

Assessment for Fraud Prevention.

interface GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment {
readonly transactionRisk?: number;
}

§Properties

§

Output only. Assessment of this transaction for behavioral trust.

§

Output only. Assessment of this transaction for risk of being part of a card testing attack.

§

Output only. Assessment of this transaction for risk of a stolen instrument.

§
readonly transactionRisk?: number
[src]

Output only. Probability of this transaction being fraudulent. Summarizes the combined risk of attack vectors below. Values are from 0.0 (lowest) to 1.0 (highest).