MalwareScanProperties interface

model interface MalwareScanProperties

Properties

scanEndTime

The time at which the scan has ended. Only available for a scan which has terminated.

scanId

The identifier of the scan.

scanStartTime

The time at which the scan had been initiated.

scanStatus

A status code of the scan operation.

scanStatusMessage

A description of the status of the scan.

scanSummary

A summary of the scan results.

Property Details

scanEndTime

The time at which the scan has ended. Only available for a scan which has terminated.

scanEndTime?: string

Property Value

string

scanId

The identifier of the scan.

scanId?: string

Property Value

string

scanStartTime

The time at which the scan had been initiated.

scanStartTime?: string

Property Value

string

scanStatus

A status code of the scan operation.

scanStatus?: string

Property Value

string

scanStatusMessage

A description of the status of the scan.

scanStatusMessage?: string

Property Value

string

scanSummary

A summary of the scan results.

scanSummary?: ScanSummary

Property Value