RuntimeProtectionStatus interface

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

Properties

agentHealthStatus

The runtime protection agent health status.

agentHealthStatusIssues

The runtime protection agent health status issues, if present.

agentLicenseStatus

The runtime protection agent license status.

definitionsLastUpdated

The timestamp when the malware definitions were last updated.

definitionsVersion

The version of the malware definitions.

definitionUpdateMode

The definition update mode for runtime protection.

enforcementLevel

The enforcement level set for the runtime protection on the bare metal machine.

scanCompletedTime

The timestamp of the most recently completed scan, or empty if there has never been a scan.

scanScheduledTime

The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled.

scanStartedTime

The timestamp of the most recently started scan, or empty if there has never been a scan.

Property Details

agentHealthStatus

The runtime protection agent health status.

agentHealthStatus?: string

Property Value

string

agentHealthStatusIssues

The runtime protection agent health status issues, if present.

agentHealthStatusIssues?: string[]

Property Value

string[]

agentLicenseStatus

The runtime protection agent license status.

agentLicenseStatus?: string

Property Value

string

definitionsLastUpdated

The timestamp when the malware definitions were last updated.

definitionsLastUpdated?: Date

Property Value

Date

definitionsVersion

The version of the malware definitions.

definitionsVersion?: string

Property Value

string

definitionUpdateMode

The definition update mode for runtime protection.

definitionUpdateMode?: string

Property Value

string

enforcementLevel

The enforcement level set for the runtime protection on the bare metal machine.

enforcementLevel?: string

Property Value

string

scanCompletedTime

The timestamp of the most recently completed scan, or empty if there has never been a scan.

scanCompletedTime?: Date

Property Value

Date

scanScheduledTime

The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled.

scanScheduledTime?: Date

Property Value

Date

scanStartedTime

The timestamp of the most recently started scan, or empty if there has never been a scan.

scanStartedTime?: Date

Property Value

Date