AlertDetailsOverrideResponse

data class AlertDetailsOverrideResponse(val alertDescriptionFormat: String? = null, val alertDisplayNameFormat: String? = null, val alertDynamicProperties: List<AlertPropertyMappingResponse>? = null, val alertSeverityColumnName: String? = null, val alertTacticsColumnName: String? = null)

Settings for how to dynamically override alert static details

Constructors

Link copied to clipboard
constructor(alertDescriptionFormat: String? = null, alertDisplayNameFormat: String? = null, alertDynamicProperties: List<AlertPropertyMappingResponse>? = null, alertSeverityColumnName: String? = null, alertTacticsColumnName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the format containing columns name(s) to override the alert description

Link copied to clipboard

the format containing columns name(s) to override the alert name

Link copied to clipboard

List of additional dynamic properties to override

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