Security Alert Timeline Item Response
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.
Properties
Link copied to clipboard
The alert azure resource id.
Link copied to clipboard
The alert description.
Link copied to clipboard
The alert name.
Link copied to clipboard
The alert end time.
Link copied to clipboard
The alert product name.
Link copied to clipboard
The alert start time.
Link copied to clipboard
The techniques of the alert.
Link copied to clipboard
The alert generated time.