Resource: Attachment
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. Represents a file uploaded to SecOps by a user. These files provide supporting evidence, documentation, or relevant data for security investigations and can be associated with various entities within the system.
| JSON representation |
|---|
{ "name": string, "fileName": string, "description": string, "mimeType": string, "author": string } |
| Fields | |
|---|---|
name |
Identifier. The unique name(ID) of the attachment. Format: projects/{project}/locations/{location}/instances/{instance}/legacySoarUsers/{legacySoarUser}/attachments/{attachment} |
fileName |
Output only. The file name including its file extension, maximum of 256 characters. |
description |
Optional. The attachment description, maximum of 100 characters. |
mimeType |
Output only. The attachment mime type, maximum of 100 characters. |
author |
Output only. The user who uploaded the attachment. |
Methods |
|
|---|---|
|
Deletes an Attachment. |
|
Exports (downloads) an Attachment's raw content. |
|
Gets a single Attachment by its resource name. |
|
Lists Attachments belonging to a specific user. |
|
Creates a new Attachment by uploading a file. |