ScanProperties interface

A vulnerability assessment scan record properties.

Properties

database

The database name.

endTime

Scan results are valid until end time (UTC).

highSeverityFailedRulesCount

The number of failed rules with high severity.

isBaselineApplied

Baseline created for this database, and has one or more rules.

lowSeverityFailedRulesCount

The number of failed rules with low severity.

mediumSeverityFailedRulesCount

The number of failed rules with medium severity.

server

The server name.

sqlVersion

The SQL version.

startTime

The scan start time (UTC).

state

The scan status.

totalFailedRulesCount

The number of total failed rules.

totalPassedRulesCount

The number of total passed rules.

totalRulesCount

The number of total rules assessed.

triggerType

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