Alert Rule Scheduled Alert Details Override
data class AlertRuleScheduledAlertDetailsOverride(val descriptionFormat: String? = null, val displayNameFormat: String? = null, val dynamicProperties: List<AlertRuleScheduledAlertDetailsOverrideDynamicProperty>? = null, val severityColumnName: String? = null, val tacticsColumnName: String? = null)
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.