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

Creates a new workdesk note for a specific user.

delete

Deletes an existing workdesk note.

get

Gets a specific workdesk note.

list

Lists workdesk notes for a specific user.

patch

Updates an existing workdesk note.