Share via


ScanResultProperties Class

Definition

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'

Applies to