Class GetPatchBaselineApprovalRule


  • public final class GetPatchBaselineApprovalRule
    extends java.lang.Object
    • Method Detail

      • approveAfterDays

        public java.lang.Integer approveAfterDays()
        Returns:
        Number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline.
      • approveUntilDate

        public java.lang.String approveUntilDate()
        Returns:
        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`
      • complianceLevel

        public java.lang.String complianceLevel()
        Returns:
        Compliance level for patches approved by this rule.
      • enableNonSecurity

        public java.lang.Boolean enableNonSecurity()
        Returns:
        Boolean enabling the application of non-security updates.