IncidentProperties interface
Describes incident properties
Properties
| additional |
Additional data on the incident |
| classification | The reason the incident was closed |
| classification |
Describes the reason the incident was closed |
| classification |
The classification reason the incident was closed with |
| created |
The time the incident was created |
| description | The description of the incident |
| first |
The time of the first activity in the incident |
| incident |
A sequential number |
| incident |
The deep-link url to the incident in Azure portal |
| labels | List of labels relevant to this incident |
| last |
The time of the last activity in the incident |
| last |
The last time the incident was updated |
| owner | Describes a user that the incident is assigned to |
| provider |
The incident ID assigned by the incident provider |
| provider |
The name of the source provider that generated the incident |
| related |
List of resource ids of Analytic rules related to the incident |
| severity | The severity of the incident |
| status | The status of the incident |
| team |
Describes a team for the incident |
| title | The title of the incident |
Property Details
additionalData
Additional data on the incident
additionalData?: IncidentAdditionalData
Property Value
classification
The reason the incident was closed
classification?: string
Property Value
string
classificationComment
Describes the reason the incident was closed
classificationComment?: string
Property Value
string
classificationReason
The classification reason the incident was closed with
classificationReason?: string
Property Value
string
createdTimeUtc
The time the incident was created
createdTimeUtc?: Date
Property Value
Date
description
The description of the incident
description?: string
Property Value
string
firstActivityTimeUtc
The time of the first activity in the incident
firstActivityTimeUtc?: Date
Property Value
Date
incidentNumber
A sequential number
incidentNumber?: number
Property Value
number
incidentUrl
The deep-link url to the incident in Azure portal
incidentUrl?: string
Property Value
string
labels
lastActivityTimeUtc
The time of the last activity in the incident
lastActivityTimeUtc?: Date
Property Value
Date
lastModifiedTimeUtc
The last time the incident was updated
lastModifiedTimeUtc?: Date
Property Value
Date
owner
Describes a user that the incident is assigned to
owner?: IncidentOwnerInfo
Property Value
providerIncidentId
The incident ID assigned by the incident provider
providerIncidentId?: string
Property Value
string
providerName
The name of the source provider that generated the incident
providerName?: string
Property Value
string
relatedAnalyticRuleIds
List of resource ids of Analytic rules related to the incident
relatedAnalyticRuleIds?: string[]
Property Value
string[]
severity
The severity of the incident
severity: string
Property Value
string
status
The status of the incident
status: string
Property Value
string
teamInformation
title
The title of the incident
title: string
Property Value
string