GetAlertRuleAnomalyResult

data class GetAlertRuleAnomalyResult(val anomalySettingsVersion: Int, val anomalyVersion: String, val description: String, val displayName: String, val enabled: Boolean, val frequency: String, val id: String, val logAnalyticsWorkspaceId: String, val mode: String, val multiSelectObservations: List<GetAlertRuleAnomalyMultiSelectObservation>, val name: String, val prioritizedExcludeObservations: List<GetAlertRuleAnomalyPrioritizedExcludeObservation>, val requiredDataConnectors: List<GetAlertRuleAnomalyRequiredDataConnector>, val settingsDefinitionId: String, val singleSelectObservations: List<GetAlertRuleAnomalySingleSelectObservation>, val tactics: List<String>, val techniques: List<String>, val thresholdObservations: List<GetAlertRuleAnomalyThresholdObservation>)

A collection of values returned by getAlertRuleAnomaly.

Constructors

Link copied to clipboard
constructor(anomalySettingsVersion: Int, anomalyVersion: String, description: String, displayName: String, enabled: Boolean, frequency: String, id: String, logAnalyticsWorkspaceId: String, mode: String, multiSelectObservations: List<GetAlertRuleAnomalyMultiSelectObservation>, name: String, prioritizedExcludeObservations: List<GetAlertRuleAnomalyPrioritizedExcludeObservation>, requiredDataConnectors: List<GetAlertRuleAnomalyRequiredDataConnector>, settingsDefinitionId: String, singleSelectObservations: List<GetAlertRuleAnomalySingleSelectObservation>, tactics: List<String>, techniques: List<String>, thresholdObservations: List<GetAlertRuleAnomalyThresholdObservation>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The version of the Anomaly Security ML Analytics Settings.

Link copied to clipboard

The anomaly version of the Anomaly Alert Rule.

Link copied to clipboard

The description of the threshold observation.

Link copied to clipboard
Link copied to clipboard

Is the Anomaly Alert Rule enabled?

Link copied to clipboard

The frequency the Anomaly Alert Rule will be run.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

A list of multi_select_observation blocks as defined below.

Link copied to clipboard

The name of the threshold observation.

Link copied to clipboard

A list of prioritized_exclude_observation blocks as defined below.

Link copied to clipboard

A required_data_connector block as defined below.

Link copied to clipboard

The ID of the anomaly settings definition Id.

Link copied to clipboard

A list of single_select_observation blocks as defined below.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A list of threshold_observation blocks as defined below.