GetPatchBaselineResult

data class GetPatchBaselineResult(val approvalRules: List<GetPatchBaselineApprovalRule>, val approvedPatches: List<String>, val approvedPatchesComplianceLevel: String, val approvedPatchesEnableNonSecurity: Boolean, val defaultBaseline: Boolean? = null, val description: String, val globalFilters: List<GetPatchBaselineGlobalFilter>, val id: String, val name: String, val namePrefix: String? = null, val operatingSystem: String? = null, val owner: String, val rejectedPatches: List<String>, val rejectedPatchesAction: String, val sources: List<GetPatchBaselineSource>)

A collection of values returned by getPatchBaseline.

Constructors

Link copied to clipboard
constructor(approvalRules: List<GetPatchBaselineApprovalRule>, approvedPatches: List<String>, approvedPatchesComplianceLevel: String, approvedPatchesEnableNonSecurity: Boolean, defaultBaseline: Boolean? = null, description: String, globalFilters: List<GetPatchBaselineGlobalFilter>, id: String, name: String, namePrefix: String? = null, operatingSystem: String? = null, owner: String, rejectedPatches: List<String>, rejectedPatchesAction: String, sources: List<GetPatchBaselineSource>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of rules used to include patches in the baseline.

Link copied to clipboard

List of explicitly approved patches for the baseline.

Link copied to clipboard

The compliance level for approved patches.

Link copied to clipboard

Indicates whether the list of approved patches includes non-security updates that should be applied to the instances.

Link copied to clipboard
Link copied to clipboard

Description of the baseline.

Link copied to clipboard

Set of global filters used to exclude patches from the baseline.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The name specified to identify the patch source.

Link copied to clipboard
val namePrefix: String? = null
Link copied to clipboard
val operatingSystem: String? = null
Link copied to clipboard
Link copied to clipboard

List of rejected patches.

Link copied to clipboard

The action specified to take on patches included in the rejected_patches list.

Link copied to clipboard

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