VulnerabilityAssessmentScanRecord interface
A vulnerability assessment scan record.
- Extends
Properties
| 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. |
| number |
The number of failed security checks. 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. |
| 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. |
| storage |
The scan results storage container path. 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
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?: VulnerabilityAssessmentScanError[]
Property Value
numberOfFailedSecurityChecks
The number of failed security checks. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfFailedSecurityChecks?: 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
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
storageContainerPath
The scan results storage container path. NOTE: This property will not be serialized. It can only be populated by the server.
storageContainerPath?: string
Property Value
string
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