REST Resource: projects.locations.instances.legacySoarUsers.attachments

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

string

Identifier. The unique name(ID) of the attachment. Format: projects/{project}/locations/{location}/instances/{instance}/legacySoarUsers/{legacySoarUser}/attachments/{attachment}

fileName

string

Output only. The file name including its file extension, maximum of 256 characters.

description

string

Optional. The attachment description, maximum of 100 characters.

mimeType

string

Output only. The attachment mime type, maximum of 100 characters.

author

string

Output only. The user who uploaded the attachment.

Methods

delete

Deletes an Attachment.

download

Exports (downloads) an Attachment's raw content.

get

Gets a single Attachment by its resource name.

list

Lists Attachments belonging to a specific user.

upload

Creates a new Attachment by uploading a file.