ScanResultProperties interface
A vulnerability assessment scan result properties for a single rule.
Properties
| baseline |
The rule result adjusted with baseline. |
| is |
Indicated whether the results specified here are trimmed. |
| query |
The results of the query that was run. |
| remediation | Remediation details. |
| rule |
The rule Id. |
| rule |
vulnerability assessment rule metadata details. |
| status | The rule result status. |
Property Details
baselineAdjustedResult
The rule result adjusted with baseline.
baselineAdjustedResult?: BaselineAdjustedResult
Property Value
isTrimmed
Indicated whether the results specified here are trimmed.
isTrimmed?: boolean
Property Value
boolean
queryResults
The results of the query that was run.
queryResults?: string[][]
Property Value
string[][]
remediation
ruleId
The rule Id.
ruleId?: string
Property Value
string
ruleMetadata
status
The rule result status.
status?: string
Property Value
string