GetAlertRuleAnomalyMultiSelectObservation

data class GetAlertRuleAnomalyMultiSelectObservation(val description: String, val name: String, val supportedValues: List<String>, val values: List<String>)

Constructors

constructor(description: String, name: String, supportedValues: List<String>, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description 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

A list of supported values of the single select observation.

Link copied to clipboard

A list of values of the single select observation.