REST Resource: projects.alerts.documents

Resource: AlertDocument

A document that is associated with an alert.

JSON representation
{
  "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
name

string

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

content

string

Output only. The content of the document.

author

string

Output only. The author of the document.

createTime

string (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".

languageCode

string

Output only. The language code of the document.

title

string

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

aiSummary

string

Output only. AI summary of the finding.

translation

object (AlertDocumentTranslation)

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

source

string

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

sourceUri

string

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

ingestTime

string (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".

collectionTime

string (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".

sourceUpdateTime

string (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.

JSON representation
{
  "translatedTitle": string,
  "translatedContent": string
}
Fields
translatedTitle

string

Output only. The translated title of the document.

translatedContent

string

Output only. The translated content of the document.

Methods

get

Gets a specific document associated with an alert.