ScanResultProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A vulnerability assessment scan result properties for a single rule.
public class ScanResultProperties
type ScanResultProperties = class
Public Class ScanResultProperties
- Inheritance
-
ScanResultProperties
Constructors
ScanResultProperties() |
Initializes a new instance of the ScanResultProperties class. |
ScanResultProperties(String, String, Nullable<Boolean>, IList<IList<String>>, Remediation, BaselineAdjustedResult, VaRule) |
Initializes a new instance of the ScanResultProperties class. |
Properties
BaselineAdjustedResult |
Gets or sets the rule result adjusted with baseline. |
IsTrimmed |
Gets or sets indicated whether the results specified here are trimmed. |
QueryResults |
Gets or sets the results of the query that was run. |
Remediation |
Gets or sets remediation details. |
RuleId |
Gets or sets the rule Id. |
RuleMetadata |
Gets or sets vulnerability assessment rule metadata details. |
Status |
Gets or sets the rule result status. Possible values include: 'NonFinding', 'Finding', 'InternalError' |