Get Patch Baseline Result
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 json: 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, json: String, name: String, namePrefix: String? = null, operatingSystem: String? = null, owner: String, rejectedPatches: List<String>, rejectedPatchesAction: String, sources: List<GetPatchBaselineSource>)
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
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
Link copied to clipboard
Link copied to clipboard
List of rejected patches.
Link copied to clipboard
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.