RuntimeProtectionStatus interface
RuntimeProtectionStatus represents the runtime protection status of the bare metal machine.
Properties
| agent |
The runtime protection agent health status. |
| agent |
The runtime protection agent health status issues, if present. |
| agent |
The runtime protection agent license status. |
| definitions |
The timestamp when the malware definitions were last updated. |
| definitions |
The version of the malware definitions. |
| definition |
The definition update mode for runtime protection. |
| enforcement |
The enforcement level set for the runtime protection on the bare metal machine. |
| scan |
The timestamp of the most recently completed scan, or empty if there has never been a scan. |
| scan |
The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled. |
| scan |
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