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

GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason

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

Risk reasons applicable to the Fraud Prevention assessment.

interface GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason {
readonly reason?:
| "REASON_UNSPECIFIED"
| "HIGH_TRANSACTION_VELOCITY"
| "EXCESSIVE_ENUMERATION_PATTERN"
| "SHORT_IDENTITY_HISTORY"
| "GEOLOCATION_DISCREPANCY"
| "ASSOCIATED_WITH_FRAUD_CLUSTER";
}

§Properties

§
readonly reason?: "REASON_UNSPECIFIED" | "HIGH_TRANSACTION_VELOCITY" | "EXCESSIVE_ENUMERATION_PATTERN" | "SHORT_IDENTITY_HISTORY" | "GEOLOCATION_DISCREPANCY" | "ASSOCIATED_WITH_FRAUD_CLUSTER"
[src]

Output only. Risk reasons applicable to the Fraud Prevention assessment.