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 |
Identifier. The resource name of the WorkdeskNote. Format: projects/{project}/locations/{location}/instances/{instance}/legacySoarUsers/*/workdeskNotes/ |
title |
Required. The workdesk note title, limited to 50 characters. |
content |
Required. The workdesk note content, limited to 400 characters. |
updateTime |
Output only. Last update time of the workdesk note. |
Methods |
|
|---|---|
|
Create a WorkdeskNote. |
|
Delete a WorkdeskNote. |
|
Get a SOAR WorkdeskNote. |
|
Lists SOAR WorkdeskNotes. |
|
Update a WorkdeskNote. |