VulnerabilityDetectionRemediationStatus
enum
Vulnerability detection's Remediation Status. This status reflects the progress and outcome of remediation actions (e.g., patch installation), and is distinct from the detection’s vulnerability status.
Enum Values
UNKNOWN
No remediation action has been initiated for this detection or remediation state is not yet known.
IN_PROGRESS
A remediation action has been initiated and is currently in progress.
FAILED
A remediation action failed to complete successfully, e.g. a patch failed to install.
SCAN_PENDING
A remediation action has completed and a scan is now pending to re-evaluate the detection's threat status.
SCAN_COMPLETE
A remediation action and scan have completed. No further remediation work is expected for this detection.
PENDING_REBOOT
A remediation action requires a reboot to proceed.