REST Resource: projects.locations.instances.legacySoarUsers.workdeskNotes

Resource: WorkdeskNote

This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. WorkdeskNote represents a note in Chronicle SOAR.

JSON representation
{
  "name": string,
  "title": string,
  "content": string,
  "updateTime": string
}
Fields
name

string

Identifier. The resource name of the WorkdeskNote. Format: projects/{project}/locations/{location}/instances/{instance}/legacySoarUsers/*/workdeskNotes/

title

string

Required. The workdesk note title, limited to 50 characters.

content

string

Required. The workdesk note content, limited to 400 characters.

updateTime

string (int64 format)

Output only. Last update time of the workdesk note.

Methods

create

Create a WorkdeskNote.

delete

Delete a WorkdeskNote.

get

Get a SOAR WorkdeskNote.

list

Lists SOAR WorkdeskNotes.

patch

Update a WorkdeskNote.