Class FusionSubTypeSeverityFilter

java.lang.Object
com.azure.resourcemanager.securityinsights.models.FusionSubTypeSeverityFilter

public final class FusionSubTypeSeverityFilter extends Object
Represents severity configuration for a source subtype consumed in Fusion detection.
  • Constructor Details

    • FusionSubTypeSeverityFilter

      public FusionSubTypeSeverityFilter()
  • Method Details

    • isSupported

      public Boolean isSupported()
      Get the isSupported property: Determines whether this source subtype supports severity configuration or not.
      Returns:
      the isSupported value.
    • filters

      Get the filters property: Individual Severity configuration settings for a given source subtype consumed in Fusion detection.
      Returns:
      the filters value.
    • withFilters

      Set the filters property: Individual Severity configuration settings for a given source subtype consumed in Fusion detection.
      Parameters:
      filters - the filters value to set.
      Returns:
      the FusionSubTypeSeverityFilter object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.