CreatePatchBaselineRequest

Types

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

Properties

Link copied to clipboard

A set of rules used to include patches in the 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. The default value is UNSPECIFIED.

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

User-provided idempotency token.

Link copied to clipboard

A description of the patch baseline.

Link copied to clipboard

A set of global filters used to include patches in the baseline.

Link copied to clipboard
val name: String?

The name of the patch baseline.

Link copied to clipboard

Defines the operating system the patch baseline applies to. The default value is WINDOWS.

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.

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.

Link copied to clipboard
val tags: List<Tag>?

Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to. In this case, you could specify the following key-value pairs:

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