Resource: WorkdeskContact
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. The WorkdeskContact class represents an individual contact entity within Chronicle SOAR, used for communication and incident management.
JSON representation |
---|
{ "name": string, "contactName": string, "phoneNumber": string, "email": string, "description": string } |
Fields | |
---|---|
name |
Identifier. The resource name of the WorkdeskContact. Format: projects/{project}/locations/{location}/instances/{instance}/legacySoarUsers/{legacySoarUser}/workdeskContacts/{workdeskContact} |
contactName |
Required. The contact's name, limited to a maximum of 128 characters. |
phoneNumber |
Required. The contact's phone number, limited to a maximum of 20 characters. |
email |
Required. The contact's email address, limited to a maximum of 254 characters. |
description |
Required. The contact's description, limited to a maximum of 100 characters. |
Methods |
|
---|---|
|
Create a WorkdeskContact. |
|
Delete a WorkdeskContact. |
|
Get a SOAR WorkdeskContact. |
|
Lists SOAR workdeskContacts. |
|
Update a WorkdeskContact. |