SecurityAlertTimelineItemResponse

data class SecurityAlertTimelineItemResponse(val alertType: String, val azureResourceId: String, val description: String? = null, val displayName: String, val endTimeUtc: String, val intent: String, val kind: String, val productName: String? = null, val severity: String, val startTimeUtc: String, val techniques: List<String>? = null, val timeGenerated: String)

Represents security alert timeline item.

Constructors

Link copied to clipboard
constructor(alertType: String, azureResourceId: String, description: String? = null, displayName: String, endTimeUtc: String, intent: String, kind: String, productName: String? = null, severity: String, startTimeUtc: String, techniques: List<String>? = null, timeGenerated: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the alert type.

Link copied to clipboard

The alert azure resource id.

Link copied to clipboard
val description: String? = null

The alert description.

Link copied to clipboard

The alert name.

Link copied to clipboard

The alert end time.

Link copied to clipboard

The intent of the alert.

Link copied to clipboard

The entity query kind Expected value is 'SecurityAlert'.

Link copied to clipboard
val productName: String? = null

The alert product name.

Link copied to clipboard

The alert severity.

Link copied to clipboard

The alert start time.

Link copied to clipboard
val techniques: List<String>? = null

The techniques of the alert.

Link copied to clipboard

The alert generated time.