AlertDetail
import type { AlertDetail } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";Container for different types of alert details.
interface AlertDetail {
dataLeak?: DataLeakAlertDetail;
readonly detailType?: string;
initialAccessBroker?: InitialAccessBrokerAlertDetail;
insiderThreat?: InsiderThreatAlertDetail;
suspiciousDomain?: SuspiciousDomainAlertDetail;
targetTechnology?: TargetTechnologyAlertDetail;
}§Properties
§
dataLeak?: DataLeakAlertDetail
[src]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.
§
initialAccessBroker?: InitialAccessBrokerAlertDetail
[src]Initial Access Broker alert detail type.
§
insiderThreat?: InsiderThreatAlertDetail
[src]Insider Threat alert detail type.
§
suspiciousDomain?: SuspiciousDomainAlertDetail
[src]Domain Monitoring alert detail type.
§
targetTechnology?: TargetTechnologyAlertDetail
[src]Technology Watchlist alert detail type.