Values_1.PatchGroupPatchBaselineMappingSourceThe mapping between a patch group and the patch baseline the patch group is registered with.
type nonrec t = {patchGroup : Values_0.PatchGroup.t option;The name of the patch group registered with the patch baseline.
*)baselineIdentity : PatchBaselineIdentity.t option;The patch baseline the patch group is registered with.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.PatchGroup.t
| `Structure of
(string
* [> `Boolean of Values_0.DefaultBaseline.t
| `Enum of string
| `String of Values_0.BaselineId.t ])
list ])
list ]