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

AlertDetail

import type { AlertDetail } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

Container for different types of alert details.

interface AlertDetail {
readonly detailType?: string;
initialAccessBroker?: InitialAccessBrokerAlertDetail;
insiderThreat?: InsiderThreatAlertDetail;
suspiciousDomain?: SuspiciousDomainAlertDetail;
targetTechnology?: TargetTechnologyAlertDetail;
}

§Properties

§

Data Leak alert detail type.

§
readonly detailType?: string
[src]

Output only. Name of the detail type. Will be set by the server during creation to the name of the field that is set in the detail union.

§

Initial Access Broker alert detail type.

§

Insider Threat alert detail type.

§

Domain Monitoring alert detail type.

§

Technology Watchlist alert detail type.