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.
Constructors
Link copied to clipboard
fun SecurityAlertTimelineItemResponse(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)