AlertDetailsOverride interface
Settings for how to dynamically override alert static details
Properties
| alert |
the format containing columns name(s) to override the alert description |
| alert |
the format containing columns name(s) to override the alert name |
| alert |
the column name to take the alert severity from |
| alert |
the column name to take the alert tactics from |
Property Details
alertDescriptionFormat
the format containing columns name(s) to override the alert description
alertDescriptionFormat?: string
Property Value
string
alertDisplayNameFormat
the format containing columns name(s) to override the alert name
alertDisplayNameFormat?: string
Property Value
string
alertSeverityColumnName
the column name to take the alert severity from
alertSeverityColumnName?: string
Property Value
string
alertTacticsColumnName
the column name to take the alert tactics from
alertTacticsColumnName?: string
Property Value
string