Case contains SOAR case information. NEXT_TAG: 8
| JSON representation | 
|---|
| { "id": string, "soarPlatformInfo": { object ( | 
| Fields | |
|---|---|
| id | 
 Id of the case. | 
| soarPlatformInfo | 
 Case related info of this same case in customer's SOAR platform. | 
| displayName | 
 Display name of the Case. | 
| stage | 
 Stage of the Case. Predefined values include "Triage", "Assessment", "Investigation", "Incident", "Improvement", "Research". And users can define custom string values. | 
| priority | 
 Case Priority. | 
| status | 
 Case Status. | 
| alertIds[] | 
 Alert IDs that are part of this case. | 
SoarPlatformInfo
Related info of Case in customer's SOAR platform.
| JSON representation | 
|---|
| {
  "caseId": string,
  "responsePlatformType": enum ( | 
| Fields | |
|---|---|
| caseId | 
 Id of the case in SOAR product. | 
| responsePlatformType | 
 Type of SOAR product. | 
ResponsePlatformType
Available response platforms.
| Enums | |
|---|---|
| RESPONSE_PLATFORM_TYPE_UNSPECIFIED | Response platform not specified. | 
| RESPONSE_PLATFORM_TYPE_SIEMPLIFY | Siemplify |