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

GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment

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

Account defender risk assessment.

interface GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment {
readonly labels?:
| "ACCOUNT_DEFENDER_LABEL_UNSPECIFIED"
| "PROFILE_MATCH"
| "SUSPICIOUS_LOGIN_ACTIVITY"
| "SUSPICIOUS_ACCOUNT_CREATION"
| "RELATED_ACCOUNTS_NUMBER_HIGH"[];
}

§Properties

§
readonly labels?: "ACCOUNT_DEFENDER_LABEL_UNSPECIFIED" | "PROFILE_MATCH" | "SUSPICIOUS_LOGIN_ACTIVITY" | "SUSPICIOUS_ACCOUNT_CREATION" | "RELATED_ACCOUNTS_NUMBER_HIGH"[]
[src]

Output only. Labels for this request.