PatchComplianceData

Information about the state of a patch on a particular managed node as it relates to the patch baseline used to patch the node.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.

Link copied to clipboard

The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.

Link copied to clipboard

The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.

Link copied to clipboard

The operating system-specific ID of the patch.

Link copied to clipboard

The severity of the patch such as Critical, Important, and Moderate.

Link copied to clipboard

The state of the patch on the managed node, such as INSTALLED or FAILED.

Link copied to clipboard

The title of the patch.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String