Class RulesResultsInput

java.lang.Object
com.azure.resourcemanager.security.models.RulesResultsInput

public final class RulesResultsInput extends Object
Rules results input.
  • Constructor Details

    • RulesResultsInput

      public RulesResultsInput()
  • Method Details

    • latestScan

      public Boolean latestScan()
      Get the latestScan property: Take results from latest scan.
      Returns:
      the latestScan value.
    • withLatestScan

      public RulesResultsInput withLatestScan(Boolean latestScan)
      Set the latestScan property: Take results from latest scan.
      Parameters:
      latestScan - the latestScan value to set.
      Returns:
      the RulesResultsInput object itself.
    • results

      public Map<String,List<List<String>>> results()
      Get the results property: Expected results to be inserted into the baseline. Leave this field empty it LatestScan == true.
      Returns:
      the results value.
    • withResults

      public RulesResultsInput withResults(Map<String,List<List<String>>> results)
      Set the results property: Expected results to be inserted into the baseline. Leave this field empty it LatestScan == true.
      Parameters:
      results - the results value to set.
      Returns:
      the RulesResultsInput object itself.
    • validate

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