Resource: Announcement
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. Announcements - Chronicle SOAR Announcements.
| JSON representation |
|---|
{ "name": string, "updateTime": string, "content": string, "expireTime": string, "title": string, "author": string, "lastAuthor": string } |
| Fields | |
|---|---|
name |
Identifier. The unique name(ID) of the Announcement. Format: projects/{project}/locations/{location}/instances/{instance}/announcements/{announcement} |
updateTime |
Output only. Last update time of the announcement. |
content |
Required. The announcement content, limited to 500 characters. |
expireTime |
Optional. The announcement expiration time, must be a future time. |
title |
Required. The announcement title. The title must be at least 3 characters and limited to 100 characters. |
author |
Output only. The user who created the announcement. |
lastAuthor |
Output only. The last user who edited the announcement. |
Methods |
|
|---|---|
|
Creates a new announcement. |
|
Deletes an announcement. |
|
Gets a specific announcement. |
|
Lists announcements for a specific instance. |
|
Updates an existing announcement. |