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

DataLeakAlertDetail

import type { DataLeakAlertDetail } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

Captures the specific details of Data Leak alert.

interface DataLeakAlertDetail {
discoveryDocumentIds?: string[];
severity?: string;
}

§Properties

§
discoveryDocumentIds?: string[]
[src]

Required. Array of ids to accommodate multiple discovery documents

§
severity?: string
[src]

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