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

GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals

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

Signals describing the user involved in this transaction.

interface GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals {
readonly activeDaysLowerBound?: number;
readonly syntheticRisk?: number;
}

§Properties

§
readonly activeDaysLowerBound?: number
[src]

Output only. This user (based on email, phone, and other identifiers) has been seen on the internet for at least this number of days.

§
readonly syntheticRisk?: number
[src]

Output only. Likelihood (from 0.0 to 1.0) this user includes synthetic components in their identity, such as a randomly generated email address, temporary phone number, or fake shipping address.