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 | |
|---|---|
name | stringIdentifier. Server generated name for the alert document. format is projects/{project}/alerts/{alert}/documents/{document} |
content | stringOutput only. The content of the document. |
author | stringOutput 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 | stringOutput only. The language code of the document. |
title | stringOutput only. The title of the document, if available. |
aiSummary | stringOutput only. AI summary of the finding. |
translation | object (AlertDocumentTranslation )Output only. The translation of the document, if available. |
source | stringOutput only. Source of the intel item, e.g. DarkMarket. |
sourceUri | stringOutput 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.
{
"translatedTitle": string,
"translatedContent": string
}| Fields | |
|---|---|
translatedTitle | stringOutput only. The translated title of the document. |
translatedContent | stringOutput only. The translated content of the document. |
Methods
| get | Gets a specific document associated with an alert. |
