The incident-type-scoped behavior settings. All fields are optional on update. Any field omitted from a PATCH request keeps its current value. This object is read-only on the incident type resource itself and is only mutated through the update (PATCH) endpoint.

Hierarchy

  • IncidentTypeConfiguration

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
allowIncidentDeletion?: boolean

Whether incidents of this type can be deleted.

allowWorkflows?: boolean

Whether automation workflows can be triggered for incidents of this type.

createMessage?: string

An optional message shown to users when they declare an incident of this type.

editableTimestamps?: boolean

Whether responders can edit incident timestamps for incidents of this type.

privateIncidents?: boolean

Whether responders can create private incidents of this type. This is an opt-in setting, distinct from private_incidents_by_default, which controls whether incidents are created private automatically.

privateIncidentsByDefault?: boolean

Whether incidents of this type are created as private by default.

When set to servicenow, incidents will display the ServiceNow record ID instead of the public ID. If no ServiceNow integration exists, the public ID will be displayed.

testIncidents?: boolean

Whether incidents of this type are treated as test incidents.

Generated using TypeDoc