RulesResultsInput Class

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

public final class RulesResultsInput

Rules results input.

Constructor Summary

Constructor Description
RulesResultsInput()

Creates an instance of RulesResultsInput class.

Method Summary

Modifier and Type Method and Description
Boolean latestScan()

Get the latestScan property: Take results from latest scan.

Map<String,List<List<String>>> results()

Get the results property: Expected results to be inserted into the baseline.

void validate()

Validates the instance.

RulesResultsInput withLatestScan(Boolean latestScan)

Set the latestScan property: Take results from latest scan.

RulesResultsInput withResults(Map<String,List<List<String>>> results)

Set the results property: Expected results to be inserted into the baseline.

Methods inherited from java.lang.Object

Constructor Details

RulesResultsInput

public RulesResultsInput()

Creates an instance of RulesResultsInput class.

Method Details

latestScan

public Boolean latestScan()

Get the latestScan property: Take results from latest scan.

Returns:

the latestScan value.

results

public Map<><>>> results()

Get the results property: Expected results to be inserted into the baseline. Leave this field empty it LatestScan == true.

Returns:

the results value.

validate

public void validate()

Validates the instance.

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.

withResults

public RulesResultsInput withResults(Map<><>>> 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.

Applies to