InsiderThreatFindingDetail
import type { InsiderThreatFindingDetail } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";A detail object for a InsiderThreat finding.
interface InsiderThreatFindingDetail {
documentId?: string;
matchScore?: number;
severity?:
} | "SEVERITY_UNSPECIFIED"
| "LOW"
| "MEDIUM"
| "HIGH"
| "CRITICAL";
§Properties
§
documentId?: string
[src]Required. The unique identifier of the document that triggered the InsiderThreat finding. This ID can be used to retrieve the content of the document for further analysis.