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 | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" 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
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 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
The name of the resource 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
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type
Azure SDK for JavaScript