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 |
|
---|---|
|
Create a stages available for case management. |
|
Delete a stages available for case management. |
|
Get specific stage available for case management. |
|
Lists all stages available for case management. |
|
Update a stages available for case management. |