GetAlertRuleAnomalyThresholdObservation

data class GetAlertRuleAnomalyThresholdObservation(val description: String, val max: String, val min: String, val name: String, val value: String)

Constructors

Link copied to clipboard
constructor(description: String, max: String, min: String, name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the threshold observation.

Link copied to clipboard
val max: String

The max value of the threshold observation.

Link copied to clipboard
val min: String

The min value of the threshold observation.

Link copied to clipboard

The guid of this Sentinel Alert Rule Template. Either display_name or name have to be specified.

Link copied to clipboard

The value of the threshold observation.