RuleResultsProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. RuleResultsProperties
- com.
Implements
public final class RuleResultsProperties
implements JsonSerializable<RuleResultsProperties>
Rule results properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Rule |
fromJson(JsonReader jsonReader)
Reads an instance of Rule |
| Boolean |
latestScan()
Get the latest |
| List<List<String>> |
results()
Get the results property: Expected results in the baseline. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static RuleResultsProperties fromJson(JsonReader jsonReader)
Reads an instance of RuleResultsProperties from the JsonReader.
Parameters:
Returns:
Throws:
latestScan
public Boolean latestScan()
Get the latestScan property: Take results from latest scan.
Returns:
results
public List<List<String>> results()
Get the results property: Expected results in the baseline.
Returns:
toJson
validate
public void validate()
Validates the instance.