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.
Constructors
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 alert generated time.