A case type that defines a classification category for cases. Each case type can have its own custom attributes, statuses, and automation rules.

Hierarchy

  • CaseTypeResource

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Attributes of a case type, which define a classification category for cases. Organizations use case types to model different workflows (for example, Security Incident, Bug Report, Change Request).

id?: string

Case type's identifier

JSON:API resource type for case types.

Generated using TypeDoc