REST Resource: projects.locations.instances.announcements

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

string

Identifier. The unique name(ID) of the Announcement. Format: projects/{project}/locations/{location}/instances/{instance}/announcements/{announcement}

updateTime

string (int64 format)

Output only. Last update time of the announcement.

content

string

Required. The announcement content, limited to 500 characters.

expireTime

string (int64 format)

Optional. The announcement expiration time, must be a future time.

title

string

Required. The announcement title. The title must be at least 3 characters and limited to 100 characters.

author

string

Output only. The user who created the announcement.

lastAuthor

string

Output only. The last user who edited the announcement.

Methods

create

Create an Announcement.

delete

Delete an Announcement.

get

Get an Announcement.

list

List page of Announcements.

patch

Update an Announcement.