Share via


RuntimeProtectionStatus interface

RuntimeProtectionStatus represents the runtime protection status of the bare metal machine.

Properties

definitionsLastUpdated

The timestamp when the malware definitions were last updated. NOTE: This property will not be serialized. It can only be populated by the server.

definitionsVersion

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

scanCompletedTime

The timestamp of the most recently completed scan, or empty if there has never been a scan. NOTE: This property will not be serialized. It can only be populated by the server.

scanScheduledTime

The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled. NOTE: This property will not be serialized. It can only be populated by the server.

scanStartedTime

The timestamp of the most recently started scan, or empty if there has never been a scan. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

definitionsLastUpdated

The timestamp when the malware definitions were last updated. NOTE: This property will not be serialized. It can only be populated by the server.

definitionsLastUpdated?: Date

Property Value

Date

definitionsVersion

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

definitionsVersion?: string

Property Value

string

scanCompletedTime

The timestamp of the most recently completed scan, or empty if there has never been a scan. NOTE: This property will not be serialized. It can only be populated by the server.

scanCompletedTime?: Date

Property Value

Date

scanScheduledTime

The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled. NOTE: This property will not be serialized. It can only be populated by the server.

scanScheduledTime?: Date

Property Value

Date

scanStartedTime

The timestamp of the most recently started scan, or empty if there has never been a scan. NOTE: This property will not be serialized. It can only be populated by the server.

scanStartedTime?: Date

Property Value

Date