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

AbuseDetected

import type { AbuseDetected } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

A generic alert for abusive user activity occurring with a customer.

interface AbuseDetected {
additionalDetails?: EntityList;
product?: string;
subAlertId?: string;
variationType?: "ABUSE_DETECTED_VARIATION_TYPE_UNSPECIFIED" | "DRIVE_ABUSIVE_CONTENT" | "LIMITED_DISABLE";
}

§Properties

§
additionalDetails?: EntityList
[src]

List of abusive users/entities to be displayed in a table in the alert.

§
product?: string
[src]

Product that the abuse is originating from.

§
subAlertId?: string
[src]

Unique identifier of each sub alert that is onboarded.

§
variationType?: "ABUSE_DETECTED_VARIATION_TYPE_UNSPECIFIED" | "DRIVE_ABUSIVE_CONTENT" | "LIMITED_DISABLE"
[src]

Variation of AbuseDetected alerts. The variation_type determines the texts displayed the alert details. This differs from sub_alert_id because each sub alert can have multiple variation_types, representing different stages of the alert.