Package version:

Interface SqlVulnerabilityAssessmentScanRecord

A vulnerability assessment scan record.

Hierarchy

Properties

database?: string

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

endTime?: Date

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

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

highSeverityFailedRulesCount?: number

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

id?: string

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

isBaselineApplied?: boolean

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?: number

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

mediumSeverityFailedRulesCount?: number

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

name?: string

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

scanId?: string

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

server?: string

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

sqlVersion?: string

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

startTime?: Date

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

state?: string

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

systemData?: SystemData

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

totalFailedRulesCount?: number

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

totalPassedRulesCount?: number

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

totalRulesCount?: number

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

triggerType?: string

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

type?: string

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

Generated using TypeDoc