REST Resource: projects.locations.instances.cases.caseComments

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 (CaseAttachment)
  },
  "userOwnerFullName": string,
  "lastEditorFullName": string,
  "deletedByUser": string,
  "case": string,
  "isFavorite": boolean,
  "isDeleted": boolean
}
Fields
name

string

Output only. Identifier. The unique name(ID) of the CaseComment. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/caseComments/{caseComment}

createTime

string (int64 format)

Output only. The timestamp when the comment was created.

updateTime

string (int64 format)

Output only. The timestamp when the comment was last updated.

user

string

Required. User owner of the comment.

comment

string

Required. The content of the comment.

deletionInvoker

string

Output only. The user who deleted the comment.

alertIdentifier

string

Optional. The alert associated with the comment.

caseAttachment

object (CaseAttachment)

Optional. The attachment associated with the comment.

userOwnerFullName

string

Output only. The user who created the comment.

lastEditorFullName

string

Output only. The user who last edited the comment.

deletedByUser

string

Output only. The user who deleted the comment.

case

string (int64 format)

Output only. The case associated with the comment.

isFavorite

boolean

Optional. Whether the comment is marked as a favorite.

isDeleted

boolean

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

string

Required. Base64 encoded attachment associated with the comment (if exists).

fileType

string

Required. The file type of the attachment (if exists).

fileName

string

Required. The file name of the attachment (if it exists).

fileId

string (int64 format)

Output only. The file id of the attachment.

Methods

create

Create a CaseComment.

delete

Delete a CaseComment.

get

Get a CaseComment.

list

Lists CaseComments.

patch

Update a CaseComment.