Resource: WorkdeskLink
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. WorkdeskLinks - Chronicle SOAR WorkdeskLinks.
| JSON representation |
|---|
{ "name": string, "displayName": string, "url": string, "description": string, "author": string } |
| Fields | |
|---|---|
name |
Identifier. The unique name of the WorkdeskLink. Format: projects/{project}/locations/{location}/instances/{instance}/legacySoarUsers/{legacySoarUser}/workdeskLinks/{workdeskLink} |
displayName |
Optional. The display name of the WorkdeskLink. |
url |
Required. The WorkdeskLink's URL, limited to 2048 characters. |
description |
Required. The WorkdeskLink's description, limited to 100 characters. |
author |
Output only. The user who created the WorkdeskLink. |
Methods |
|
|---|---|
|
Creates a new workdesk link for a specific user. |
|
Deletes an existing workdesk link. |
|
Gets a specific workdesk link. |
|
Lists workdesk links for a specific user. |
|
Updates an existing workdesk link. |