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).

Hierarchy

  • CaseTypeResourceAttributes

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
deletedAt?: Date

Timestamp when the case type was marked as deleted. A null value indicates the case type is active.

description?: string

A detailed description explaining when this case type should be used.

emoji?: string

An emoji icon representing the case type in the UI.

name: string

The display name of the case type, shown in the Case Management UI when creating or viewing cases.

Generated using TypeDoc