InsiderThreatAlertDetail
import type { InsiderThreatAlertDetail } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";Captures the specific details of InsiderThreat alert.
interface InsiderThreatAlertDetail {
discoveryDocumentIds?: string[];
severity?: string;
}