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. |
| end |
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. |
| high |
The number of failed rules with high severity. NOTE: This property will not be serialized. It can only be populated by the server. |
| is |
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. |
| low |
The number of failed rules with low severity. NOTE: This property will not be serialized. It can only be populated by the server. |
| medium |
The number of failed rules with medium severity. NOTE: This property will not be serialized. It can only be populated by the server. |
| scan |
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. |
| sql |
The SQL version. NOTE: This property will not be serialized. It can only be populated by the server. |
| start |
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. |
| system |
SystemData of SqlVulnerabilityAssessmentScanRecordResource. NOTE: This property will not be serialized. It can only be populated by the server. |
| total |
The number of total failed rules. NOTE: This property will not be serialized. It can only be populated by the server. |
| total |
The number of total passed rules. NOTE: This property will not be serialized. It can only be populated by the server. |
| total |
The number of total rules assessed. NOTE: This property will not be serialized. It can only be populated by the server. |
| trigger |
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