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

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;
}

§Properties

§
discoveryDocumentIds?: string[]
[src]

Required. Array of ids to accommodate multiple discovery documents

§
severity?: string
[src]

Required. InsiderThreat specific severity This will be the string representation of the InsiderThreatFindingDetail.Severityenum. (e.g., "LOW", "MEDIUM", "HIGH", "CRITICAL")