SqlVulnerabilityAssessmentScanRecord interface

A vulnerability assessment scan record.

Extends

Properties

database

The database name. NOTE: This property will not be serialized. It can only be populated by the server.

endTime

The scan end time (UTC). NOTE: This property will not be serialized. It can only be populated by the server.

errors

The scan errors. NOTE: This property will not be serialized. It can only be populated by the server.

highSeverityFailedRulesCount

The number of failed rules with high severity. NOTE: This property will not be serialized. It can only be populated by the server.

isBaselineApplied

Baseline created for this database, and has one or more rules. NOTE: This property will not be serialized. It can only be populated by the server.

lowSeverityFailedRulesCount

The number of failed rules with low severity. NOTE: This property will not be serialized. It can only be populated by the server.

mediumSeverityFailedRulesCount

The number of failed rules with medium severity. NOTE: This property will not be serialized. It can only be populated by the server.

scanId

The scan ID. NOTE: This property will not be serialized. It can only be populated by the server.

server

The server name. NOTE: This property will not be serialized. It can only be populated by the server.

sqlVersion

The SQL version. NOTE: This property will not be serialized. It can only be populated by the server.

startTime

The scan start time (UTC). NOTE: This property will not be serialized. It can only be populated by the server.

state

The scan status. NOTE: This property will not be serialized. It can only be populated by the server.

systemData

SystemData of SqlVulnerabilityAssessmentScanRecordResource. NOTE: This property will not be serialized. It can only be populated by the server.

totalFailedRulesCount

The number of total failed rules. NOTE: This property will not be serialized. It can only be populated by the server.

totalPassedRulesCount

The number of total passed rules. NOTE: This property will not be serialized. It can only be populated by the server.

totalRulesCount

The number of total rules assessed. NOTE: This property will not be serialized. It can only be populated by the server.

triggerType

The scan trigger type. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

database

The database name. NOTE: This property will not be serialized. It can only be populated by the server.

database?: string

Property Value

string

endTime

The scan end time (UTC). NOTE: This property will not be serialized. It can only be populated by the server.

endTime?: Date

Property Value

Date

errors

The scan errors. NOTE: This property will not be serialized. It can only be populated by the server.

errors?: SqlVulnerabilityAssessmentScanError[]

Property Value

highSeverityFailedRulesCount

The number of failed rules with high severity. NOTE: This property will not be serialized. It can only be populated by the server.

highSeverityFailedRulesCount?: number

Property Value

number

isBaselineApplied

Baseline created for this database, and has one or more rules. NOTE: This property will not be serialized. It can only be populated by the server.

isBaselineApplied?: boolean

Property Value

boolean

lowSeverityFailedRulesCount

The number of failed rules with low severity. NOTE: This property will not be serialized. It can only be populated by the server.

lowSeverityFailedRulesCount?: number

Property Value

number

mediumSeverityFailedRulesCount

The number of failed rules with medium severity. NOTE: This property will not be serialized. It can only be populated by the server.

mediumSeverityFailedRulesCount?: number

Property Value

number

scanId

The scan ID. NOTE: This property will not be serialized. It can only be populated by the server.

scanId?: string

Property Value

string

server

The server name. NOTE: This property will not be serialized. It can only be populated by the server.

server?: string

Property Value

string

sqlVersion

The SQL version. NOTE: This property will not be serialized. It can only be populated by the server.

sqlVersion?: string

Property Value

string

startTime

The scan start time (UTC). NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: Date

Property Value

Date

state

The scan status. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

Property Value

string

systemData

SystemData of SqlVulnerabilityAssessmentScanRecordResource. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

totalFailedRulesCount

The number of total failed rules. NOTE: This property will not be serialized. It can only be populated by the server.

totalFailedRulesCount?: number

Property Value

number

totalPassedRulesCount

The number of total passed rules. NOTE: This property will not be serialized. It can only be populated by the server.

totalPassedRulesCount?: number

Property Value

number

totalRulesCount

The number of total rules assessed. NOTE: This property will not be serialized. It can only be populated by the server.

totalRulesCount?: number

Property Value

number

triggerType

The scan trigger type. NOTE: This property will not be serialized. It can only be populated by the server.

triggerType?: string

Property Value

string

Inherited Property Details

id

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyResource.id

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyResource.name

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyResource.type