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

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

§
readonly aiSummary?: string
[src]

Output only. AI summary of the finding.

§
readonly author?: string
[src]

Output only. The author of the document.

§
readonly collectionTime?: Date
[src]

Output only. Time when the origin source collected the intel.

§
readonly content?: string
[src]

Output only. The content of the document.

§
readonly createTime?: Date
[src]

Output only. The time the document was created.

§
readonly ingestTime?: Date
[src]

Output only. Time when GTI received the intel.

§
readonly languageCode?: string
[src]

Output only. The language code of the document.

§
name?: string
[src]

Identifier. Server generated name for the alert document. format is projects/{project}/alerts/{alert}/documents/{document}

§
readonly source?: string
[src]

Output only. Source of the intel item, e.g. DarkMarket.

§
readonly sourceUpdateTime?: Date
[src]

Output only. Time when the intel was last updated by the source.

§
readonly sourceUri?: string
[src]

Output only. URI of the intel item from the source.

§
readonly title?: string
[src]

Output only. The title of the document, if available.

§
readonly translation?: AlertDocumentTranslation
[src]

Output only. The translation of the document, if available.