AlertRuleScheduledAlertDetailsOverride

data class AlertRuleScheduledAlertDetailsOverride(val descriptionFormat: String? = null, val displayNameFormat: String? = null, val dynamicProperties: List<AlertRuleScheduledAlertDetailsOverrideDynamicProperty>? = null, val severityColumnName: String? = null, val tacticsColumnName: String? = null)

Constructors

Link copied to clipboard
constructor(descriptionFormat: String? = null, displayNameFormat: String? = null, dynamicProperties: List<AlertRuleScheduledAlertDetailsOverrideDynamicProperty>? = null, severityColumnName: String? = null, tacticsColumnName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format containing columns name(s) to override the description of this Sentinel Alert Rule.

Link copied to clipboard

The format containing columns name(s) to override the name of this Sentinel Alert Rule.

Link copied to clipboard

A list of dynamic_property blocks as defined below.

Link copied to clipboard

The column name to take the alert severity from.

Link copied to clipboard

The column name to take the alert tactics from.