ScanProperties interface
A vulnerability assessment scan record properties.
Properties
database | The database name. |
end |
Scan results are valid until end time (UTC). |
high |
The number of failed rules with high severity. |
is |
Baseline created for this database, and has one or more rules. |
low |
The number of failed rules with low severity. |
medium |
The number of failed rules with medium severity. |
server | The server name. |
sql |
The SQL version. |
start |
The scan start time (UTC). |
state | The scan status. |
total |
The number of total failed rules. |
total |
The number of total passed rules. |
total |
The number of total rules assessed. |
trigger |
The scan trigger type. |
Property Details
database
The database name.
database?: string
Property Value
string
endTime
Scan results are valid until end time (UTC).
endTime?: Date
Property Value
Date
highSeverityFailedRulesCount
The number of failed rules with high severity.
highSeverityFailedRulesCount?: number
Property Value
number
isBaselineApplied
Baseline created for this database, and has one or more rules.
isBaselineApplied?: boolean
Property Value
boolean
lowSeverityFailedRulesCount
The number of failed rules with low severity.
lowSeverityFailedRulesCount?: number
Property Value
number
mediumSeverityFailedRulesCount
The number of failed rules with medium severity.
mediumSeverityFailedRulesCount?: number
Property Value
number
server
The server name.
server?: string
Property Value
string
sqlVersion
The SQL version.
sqlVersion?: string
Property Value
string
startTime
The scan start time (UTC).
startTime?: Date
Property Value
Date
state
The scan status.
state?: string
Property Value
string
totalFailedRulesCount
The number of total failed rules.
totalFailedRulesCount?: number
Property Value
number
totalPassedRulesCount
The number of total passed rules.
totalPassedRulesCount?: number
Property Value
number
totalRulesCount
The number of total rules assessed.
totalRulesCount?: number
Property Value
number
triggerType
The scan trigger type.
triggerType?: string
Property Value
string