Class MicrosoftSecurityIncidentCreationAlertRuleCommonProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.MicrosoftSecurityIncidentCreationAlertRuleCommonProperties
- Direct Known Subclasses:
MicrosoftSecurityIncidentCreationAlertRuleProperties
MicrosoftSecurityIncidentCreation rule common property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the displayNamesExcludeFilter property: the alerts' displayNames on which the cases will not be generated.Get the displayNamesFilter property: the alerts' displayNames on which the cases will be generated.Get the productFilter property: The alerts' productName on which the cases will be generated.Get the severitiesFilter property: the alerts' severities on which the cases will be generated.void
validate()
Validates the instance.withDisplayNamesExcludeFilter
(List<String> displayNamesExcludeFilter) Set the displayNamesExcludeFilter property: the alerts' displayNames on which the cases will not be generated.withDisplayNamesFilter
(List<String> displayNamesFilter) Set the displayNamesFilter property: the alerts' displayNames on which the cases will be generated.withProductFilter
(MicrosoftSecurityProductName productFilter) Set the productFilter property: The alerts' productName on which the cases will be generated.withSeveritiesFilter
(List<AlertSeverity> severitiesFilter) Set the severitiesFilter property: the alerts' severities on which the cases will be generated.
-
Constructor Details
-
MicrosoftSecurityIncidentCreationAlertRuleCommonProperties
public MicrosoftSecurityIncidentCreationAlertRuleCommonProperties()
-
-
Method Details
-
displayNamesFilter
Get the displayNamesFilter property: the alerts' displayNames on which the cases will be generated.- Returns:
- the displayNamesFilter value.
-
withDisplayNamesFilter
public MicrosoftSecurityIncidentCreationAlertRuleCommonProperties withDisplayNamesFilter(List<String> displayNamesFilter) Set the displayNamesFilter property: the alerts' displayNames on which the cases will be generated.- Parameters:
displayNamesFilter
- the displayNamesFilter value to set.- Returns:
- the MicrosoftSecurityIncidentCreationAlertRuleCommonProperties object itself.
-
displayNamesExcludeFilter
Get the displayNamesExcludeFilter property: the alerts' displayNames on which the cases will not be generated.- Returns:
- the displayNamesExcludeFilter value.
-
withDisplayNamesExcludeFilter
public MicrosoftSecurityIncidentCreationAlertRuleCommonProperties withDisplayNamesExcludeFilter(List<String> displayNamesExcludeFilter) Set the displayNamesExcludeFilter property: the alerts' displayNames on which the cases will not be generated.- Parameters:
displayNamesExcludeFilter
- the displayNamesExcludeFilter value to set.- Returns:
- the MicrosoftSecurityIncidentCreationAlertRuleCommonProperties object itself.
-
productFilter
Get the productFilter property: The alerts' productName on which the cases will be generated.- Returns:
- the productFilter value.
-
withProductFilter
public MicrosoftSecurityIncidentCreationAlertRuleCommonProperties withProductFilter(MicrosoftSecurityProductName productFilter) Set the productFilter property: The alerts' productName on which the cases will be generated.- Parameters:
productFilter
- the productFilter value to set.- Returns:
- the MicrosoftSecurityIncidentCreationAlertRuleCommonProperties object itself.
-
severitiesFilter
Get the severitiesFilter property: the alerts' severities on which the cases will be generated.- Returns:
- the severitiesFilter value.
-
withSeveritiesFilter
public MicrosoftSecurityIncidentCreationAlertRuleCommonProperties withSeveritiesFilter(List<AlertSeverity> severitiesFilter) Set the severitiesFilter property: the alerts' severities on which the cases will be generated.- Parameters:
severitiesFilter
- the severitiesFilter value to set.- Returns:
- the MicrosoftSecurityIncidentCreationAlertRuleCommonProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-