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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript