Class AlertDetailsOverride
java.lang.Object
com.azure.resourcemanager.securityinsights.models.AlertDetailsOverride
Settings for how to dynamically override alert static details.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the alertDescriptionFormat property: the format containing columns name(s) to override the alert description.Get the alertDisplayNameFormat property: the format containing columns name(s) to override the alert name.Get the alertSeverityColumnName property: the column name to take the alert severity from.Get the alertTacticsColumnName property: the column name to take the alert tactics from.void
validate()
Validates the instance.withAlertDescriptionFormat
(String alertDescriptionFormat) Set the alertDescriptionFormat property: the format containing columns name(s) to override the alert description.withAlertDisplayNameFormat
(String alertDisplayNameFormat) Set the alertDisplayNameFormat property: the format containing columns name(s) to override the alert name.withAlertSeverityColumnName
(String alertSeverityColumnName) Set the alertSeverityColumnName property: the column name to take the alert severity from.withAlertTacticsColumnName
(String alertTacticsColumnName) Set the alertTacticsColumnName property: the column name to take the alert tactics from.
-
Constructor Details
-
AlertDetailsOverride
public AlertDetailsOverride()
-
-
Method Details
-
alertDisplayNameFormat
Get the alertDisplayNameFormat property: the format containing columns name(s) to override the alert name.- Returns:
- the alertDisplayNameFormat value.
-
withAlertDisplayNameFormat
Set the alertDisplayNameFormat property: the format containing columns name(s) to override the alert name.- Parameters:
alertDisplayNameFormat
- the alertDisplayNameFormat value to set.- Returns:
- the AlertDetailsOverride object itself.
-
alertDescriptionFormat
Get the alertDescriptionFormat property: the format containing columns name(s) to override the alert description.- Returns:
- the alertDescriptionFormat value.
-
withAlertDescriptionFormat
Set the alertDescriptionFormat property: the format containing columns name(s) to override the alert description.- Parameters:
alertDescriptionFormat
- the alertDescriptionFormat value to set.- Returns:
- the AlertDetailsOverride object itself.
-
alertTacticsColumnName
Get the alertTacticsColumnName property: the column name to take the alert tactics from.- Returns:
- the alertTacticsColumnName value.
-
withAlertTacticsColumnName
Set the alertTacticsColumnName property: the column name to take the alert tactics from.- Parameters:
alertTacticsColumnName
- the alertTacticsColumnName value to set.- Returns:
- the AlertDetailsOverride object itself.
-
alertSeverityColumnName
Get the alertSeverityColumnName property: the column name to take the alert severity from.- Returns:
- the alertSeverityColumnName value.
-
withAlertSeverityColumnName
Set the alertSeverityColumnName property: the column name to take the alert severity from.- Parameters:
alertSeverityColumnName
- the alertSeverityColumnName value to set.- Returns:
- the AlertDetailsOverride object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-