Resource: CaseStageDefinition
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. CaseStageDefinitions represents a stage in the lifecycle of a case.
| JSON representation |
|---|
{ "name": string, "displayName": string, "order": integer } |
| Fields | |
|---|---|
name |
Identifier. The resource name of the CaseStageDefinition. Format: projects/{project}/locations/{location}/instances/{instance}/caseStageDefinitions/{caseStageDefinition} |
displayName |
Required. Immutable. The display name of the new stage to create. The display name must be unique within the instance. The display name must not contain special characters. |
order |
Required. Immutable. Defines the case stage order in the lifetime of a case. |
Methods |
|
|---|---|
|
Creates a new CaseStageDefinition. |
|
Deletes a CaseStageDefinition. |
|
Gets a single CaseStageDefinition by its resource name. |
|
Lists all CaseStageDefinitions available in the instance. |
|
Updates an existing CaseStageDefinition. |