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 kind: String, val productName: String? = null, val severity: String, val startTimeUtc: String, val timeGenerated: String)
Represents security alert timeline item.