InitialAccessBrokerFindingDetail
import type { InitialAccessBrokerFindingDetail } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";A detail object for an Initial Access Broker (IAB) finding.
interface InitialAccessBrokerFindingDetail {
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 IAB finding. This ID can be used to retrieve the content of the document for further analysis.