Values_0.EffectivePatchSourceThe EffectivePatch structure defines metadata about a patch along with the approval state of the patch in a particular patch baseline. The approval state includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.
type nonrec t = {patch : Patch.t option;Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.
*)patchStatus : PatchStatus.t option;The status of the patch in a patch baseline. This includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of PatchEpoch.t
| `List of [> `String of PatchAdvisoryId.t ] list
| `String of PatchId.t
| `Timestamp of DateTime.t ])
list ])
list ]