GetAlertRuleTemplateScheduledTemplate

data class GetAlertRuleTemplateScheduledTemplate(val description: String, val query: String, val queryFrequency: String, val queryPeriod: String, val severity: String, val tactics: List<String>, val triggerOperator: String, val triggerThreshold: Int)

Constructors

Link copied to clipboard
constructor(description: String, query: String, queryFrequency: String, queryPeriod: String, severity: String, tactics: List<String>, triggerOperator: String, triggerThreshold: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of this Sentinel Scheduled Alert Rule Template.

Link copied to clipboard

The query of this Sentinel Scheduled Alert Rule Template.

Link copied to clipboard

The ISO 8601 timespan duration between two consecutive queries.

Link copied to clipboard

The ISO 8601 timespan duration, which determine the time period of the data covered by the query.

Link copied to clipboard

The alert severity of this Sentinel Scheduled Alert Rule Template.

Link copied to clipboard

A list of categories of attacks by which to classify the rule.

Link copied to clipboard

The alert trigger operator, combined with trigger_threshold, setting alert threshold of this Sentinel Scheduled Alert Rule Template.

Link copied to clipboard

The baseline number of query results generated, combined with trigger_operator, setting alert threshold of this Sentinel Scheduled Alert Rule Template.