Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecurityAlertTimelineItem

Package version

Represents security alert timeline item.

Hierarchy

Index

Properties

alertType

alertType: string

The name of the alert type.

azureResourceId

azureResourceId: string

The alert azure resource id.

Optional description

description: undefined | string

The alert description.

displayName

displayName: string

The alert name.

endTimeUtc

endTimeUtc: Date

The alert end time.

kind

kind: "SecurityAlert"

Polymorphic discriminator, which specifies the different types this object can be

Optional productName

productName: undefined | string

The alert product name.

severity

severity: AlertSeverity

The alert severity.

startTimeUtc

startTimeUtc: Date

The alert start time.

timeGenerated

timeGenerated: Date

The alert generated time.

Generated using TypeDoc