Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Incident

Package version

Represents an incident in Azure Security Insights.

Hierarchy

Index

Properties

Optional additionalData

additionalData: IncidentAdditionalData

Additional data on the incident NOTE: This property will not be serialized. It can only be populated by the server.

Optional classification

classification: IncidentClassification

The reason the incident was closed

Optional classificationComment

classificationComment: undefined | string

Describes the reason the incident was closed

Optional classificationReason

classificationReason: IncidentClassificationReason

The classification reason the incident was closed with

Optional createdTimeUtc

createdTimeUtc: Date

The time the incident was created NOTE: This property will not be serialized. It can only be populated by the server.

Optional description

description: undefined | string

The description of the incident

Optional etag

etag: undefined | string

Etag of the azure resource

Optional firstActivityTimeUtc

firstActivityTimeUtc: Date

The time of the first activity in the incident

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

Optional incidentNumber

incidentNumber: undefined | number

A sequential number NOTE: This property will not be serialized. It can only be populated by the server.

Optional incidentUrl

incidentUrl: undefined | string

The deep-link url to the incident in Azure portal NOTE: This property will not be serialized. It can only be populated by the server.

Optional labels

labels: IncidentLabel[]

List of labels relevant to this incident

Optional lastActivityTimeUtc

lastActivityTimeUtc: Date

The time of the last activity in the incident

Optional lastModifiedTimeUtc

lastModifiedTimeUtc: Date

The last time the incident was updated NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional owner

Describes a user that the incident is assigned to

Optional providerIncidentId

providerIncidentId: undefined | string

The incident ID assigned by the incident provider

Optional providerName

providerName: undefined | string

The name of the source provider that generated the incident

Optional relatedAnalyticRuleIds

relatedAnalyticRuleIds: string[]

List of resource ids of Analytic rules related to the incident NOTE: This property will not be serialized. It can only be populated by the server.

Optional severity

The severity of the incident

Optional status

The status of the incident

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional teamInformation

teamInformation: TeamInformation

Describes a team for the incident

Optional title

title: undefined | string

The title of the incident

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc