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

GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict

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

Information about behavioral trust of the transaction.

interface GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict {
readonly trust?: number;
}

§Properties

§
readonly trust?: number
[src]

Output only. Probability of this transaction attempt being executed in a behaviorally trustworthy way. Values are from 0.0 (lowest) to 1.0 (highest).