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

GoogleCloudRecaptchaenterpriseV1RiskAnalysis

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

Risk analysis result for an event.

interface GoogleCloudRecaptchaenterpriseV1RiskAnalysis {
readonly extendedVerdictReasons?: string[];
readonly reasons?:
| "CLASSIFICATION_REASON_UNSPECIFIED"
| "AUTOMATION"
| "UNEXPECTED_ENVIRONMENT"
| "TOO_MUCH_TRAFFIC"
| "UNEXPECTED_USAGE_PATTERNS"
| "LOW_CONFIDENCE_SCORE"
| "SUSPECTED_CARDING"
| "SUSPECTED_CHARGEBACK"[];
readonly score?: number;
}

§Properties

§
readonly extendedVerdictReasons?: string[]
[src]

Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.

§
readonly reasons?: "CLASSIFICATION_REASON_UNSPECIFIED" | "AUTOMATION" | "UNEXPECTED_ENVIRONMENT" | "TOO_MUCH_TRAFFIC" | "UNEXPECTED_USAGE_PATTERNS" | "LOW_CONFIDENCE_SCORE" | "SUSPECTED_CARDING" | "SUSPECTED_CHARGEBACK"[]
[src]

Output only. Reasons contributing to the risk analysis verdict.

§
readonly score?: number
[src]

Output only. Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic).