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

GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountRiskReason

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

Risk explainability reasons for account defender.

interface GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountRiskReason {
readonly reason?:
| "RISK_REASON_UNSPECIFIED"
| "CLIENT_HISTORICAL_BOT_ACTIVITY"
| "ACCOUNT_IN_LARGE_RELATED_GROUP"
| "CLIENT_ACCESSED_MANY_ACCOUNTS";
}

§Properties

§
readonly reason?: "RISK_REASON_UNSPECIFIED" | "CLIENT_HISTORICAL_BOT_ACTIVITY" | "ACCOUNT_IN_LARGE_RELATED_GROUP" | "CLIENT_ACCESSED_MANY_ACCOUNTS"
[src]

Output only. A risk reason associated with this request.