BaselineOverride

Defines the basic information about a patch baseline override.

Types

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

Properties

Link copied to clipboard

A set of rules defining the approval rules for a patch baseline.

Link copied to clipboard

A list of explicitly approved patches for the baseline.

Link copied to clipboard

Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation.

Link copied to clipboard

Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.

Link copied to clipboard

Indicates whether managed nodes for which there are available security-related patches that have not been approved by the baseline are being defined as COMPLIANT or NON_COMPLIANT. This option is specified when the CreatePatchBaseline or UpdatePatchBaseline commands are run.

Link copied to clipboard

A set of patch filters, typically used for approval rules.

Link copied to clipboard

The operating system rule used by the patch baseline override.

Link copied to clipboard

A list of explicitly rejected patches for the baseline.

Link copied to clipboard

The action for Patch Manager to take on patches included in the RejectedPackages list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.

Link copied to clipboard

Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.

Functions

Link copied to clipboard
inline fun copy(block: BaselineOverride.Builder.() -> Unit = {}): BaselineOverride
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