The incident's attributes for an import request.

Hierarchy

  • IncidentImportRequestAttributes

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

Timestamp when the incident was declared.

detected?: Date

Timestamp when the incident was detected.

fields?: {
    [key: string]: IncidentImportFieldAttributes;
}

A condensed view of the user-defined fields for which to create initial selections.

Type declaration

incidentTypeUuid?: string

A unique identifier that represents the incident type. If not provided, the default incident type is used.

resolved?: Date

Timestamp when the incident was resolved. Can only be set when the state field is set to 'resolved'.

title: string

The title of the incident that summarizes what happened.

The visibility of the incident.

Generated using TypeDoc