Data object representing an incident handle in a response.

Hierarchy

  • IncidentHandleDataResponse

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

Incident handle attributes for responses

id: string

The ID of the incident handle

Relationships associated with an incident handle response, including linked users and incident type.

Incident handle resource type

Generated using TypeDoc