Module Values_0.PatchRuleGroupSource

A set of rules defining the approval rules for a patch baseline.

Sourcetype nonrec t = {
  1. patchRules : PatchRuleList.t;
    (*

    The rules that make up the rule group.

    *)
}
Sourceval context_ : string
Sourceval make : patchRules:PatchRuleList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of ApproveAfterDays.t | `String of PatchStringDateTime.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of PatchFilterValue.t ] list ]) list ] list ]) list ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t