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. Attachment represents a single attachment.

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

Delete an Attachment.

download

Export an Attachment.

get

Get an Attachment.

list

List Attachments.

upload

Create an Attachment.