AlertDocument
import type { AlertDocument } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";A document that is associated with an alert.
interface AlertDocument {
readonly aiSummary?: string;
readonly author?: string;
readonly collectionTime?: Date;
readonly content?: string;
readonly createTime?: Date;
readonly ingestTime?: Date;
readonly languageCode?: string;
name?: string;
readonly source?: string;
readonly sourceUpdateTime?: Date;
readonly sourceUri?: string;
readonly title?: string;
readonly translation?: AlertDocumentTranslation;
}§Properties
§
name?: string
[src]Identifier. Server generated name for the alert document. format is projects/{project}/alerts/{alert}/documents/{document}
§
readonly sourceUpdateTime?: Date
[src]Output only. Time when the intel was last updated by the source.
§
readonly translation?: AlertDocumentTranslation
[src]Output only. The translation of the document, if available.