Get Patch Baseline Approval Rule
data class GetPatchBaselineApprovalRule(val approveAfterDays: Int, val approveUntilDate: String, val complianceLevel: String, val enableNonSecurity: Boolean, val patchFilters: List<GetPatchBaselineApprovalRulePatchFilter>)
Properties
Link copied to clipboard
The number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline.
Link copied to clipboard
The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Date is formatted as YYYY-MM-DD
. Conflicts with approve_after_days
Link copied to clipboard
The compliance level for patches approved by this rule.
Link copied to clipboard
Boolean enabling the application of non-security updates.
Link copied to clipboard
The patch filter group that defines the criteria for the rule.