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 |
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 |
|
---|---|
|
Delete an Attachment. |
|
Export an Attachment. |
|
Get an Attachment. |
|
List Attachments. |
|
Create an Attachment. |