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