Overview

Resource: AlertDocument

A document that is associated with an alert.

{
  "name": string,
  "content": string,
  "author": string,
  "createTime": string,
  "languageCode": string,
  "title": string,
  "aiSummary": string,
  "translation": {
    object (AlertDocumentTranslation)
  },
  "source": string,
  "sourceUri": string,
  "ingestTime": string,
  "collectionTime": string,
  "sourceUpdateTime": string
}

Fields
namestring

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

Output only. The content of the document.
authorstring

Output only. The author of the document.
createTimestring (Timestamp format)

Output only. The time the document was created.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
languageCodestring

Output only. The language code of the document.
titlestring

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

Output only. AI summary of the finding.
translationobject (AlertDocumentTranslation )

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

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

Output only. URI of the intel item from the source.
ingestTimestring (Timestamp format)

Output only. Time when GTI received the intel.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
collectionTimestring (Timestamp format)

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

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
sourceUpdateTimestring (Timestamp format)

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

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

AlertDocumentTranslation

The translation of an alert document.

{
  "translatedTitle": string,
  "translatedContent": string
}

Fields
translatedTitlestring

Output only. The translated title of the document.
translatedContentstring

Output only. The translated content of the document.

Methods

getGets a specific document associated with an alert.