Resource: CaseComment
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. Case Comment - Chronicle SOAR Case Comment.
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"user": string,
"comment": string,
"deletionInvoker": string,
"alertIdentifier": string,
"caseAttachment": {
object ( |
Fields | |
---|---|
name |
Output only. Identifier. The unique name(ID) of the CaseComment. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/caseComments/{caseComment} |
createTime |
Output only. The timestamp when the comment was created. |
updateTime |
Output only. The timestamp when the comment was last updated. |
user |
Required. User owner of the comment. |
comment |
Required. The content of the comment. |
deletionInvoker |
Output only. The user who deleted the comment. |
alertIdentifier |
Optional. The alert associated with the comment. |
caseAttachment |
Optional. The attachment associated with the comment. |
userOwnerFullName |
Output only. The user who created the comment. |
lastEditorFullName |
Output only. The user who last edited the comment. |
deletedByUser |
Output only. The user who deleted the comment. |
case |
Output only. The case associated with the comment. |
isFavorite |
Optional. Whether the comment is marked as a favorite. |
isDeleted |
Output only. Indicates if the comment has been softly deleted. |
CaseAttachment
Case Attachment of the Case Comment.
JSON representation |
---|
{ "attachmentBase64": string, "fileType": string, "fileName": string, "fileId": string } |
Fields | |
---|---|
attachmentBase64 |
Required. Base64 encoded attachment associated with the comment (if exists). |
fileType |
Required. The file type of the attachment (if exists). |
fileName |
Required. The file name of the attachment (if it exists). |
fileId |
Output only. The file id of the attachment. |
Methods |
|
---|---|
|
Create a CaseComment. |
|
Delete a CaseComment. |
|
Get a CaseComment. |
|
Lists CaseComments. |
|
Update a CaseComment. |