AnomalyTimelineItemResponse

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

Represents anomaly timeline item.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The anomaly azure resource id.

Link copied to clipboard
val description: String? = null

The anomaly description.

Link copied to clipboard

The anomaly name.

Link copied to clipboard

The anomaly end time.

Link copied to clipboard
val intent: String? = null

The intent of the anomaly.

Link copied to clipboard

The entity query kind Expected value is 'Anomaly'.

Link copied to clipboard
val productName: String? = null

The anomaly product name.

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

The reasons that cause the anomaly.

Link copied to clipboard

The anomaly start time.

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

The techniques of the anomaly.

Link copied to clipboard

The anomaly generated time.

Link copied to clipboard
val vendor: String? = null

The name of the anomaly vendor.