Resource: InvestigationComment
Represents a comment made on an investigation.
| JSON representation |
|---|
{
"name": string,
"content": string,
"author": string,
"authorDisplayName": string,
"responseRequired": boolean,
"createTime": string,
"authorType": enum ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the investigation comment. Format: projects/{project}/locations/{location}/instances/{instance}/investigations/{investigation}/investigationComments/{investigationComment} |
content |
Required. The text content of the comment. |
author |
Output only. The email address of the user who created the comment. |
authorDisplayName |
Output only. The display name of the comment's author. |
responseRequired |
Optional. Indicates if a response is required for the comment. |
createTime |
Output only. The time the comment was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
authorType |
Output only. The type of the comment's author, for example, whether it was made by a Mandiant Internal user. |
AuthorType
The type of the comment's author.
| Enums | |
|---|---|
AUTHOR_TYPE_UNSPECIFIED |
The comment author type is unspecified. |
MTD |
The comment was made by a Mandiant internal user. |
Methods |
|
|---|---|
|
CreateInvestigationComment is used to create an investigation comment. |
|
DeleteInvestigationComment is used to delete an investigation comment. |
|
Retrieves a specific investigation comment. |
|
ListInvestigationComments is used to retrieve existing investigation comments for a given investigation. |
|
UpdateInvestigationComment is used to update an investigation comment. |