Values.PartialMatchSourceThe reference rule that partially matches the ViolationTarget rule and violation reason.
type nonrec t = {reference : ReferenceRule.t option;The reference rule from the primary security group of the Firewall Manager policy.
*)targetViolationReasons : TargetViolationReasons.t option;The violation reason.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of TargetViolationReason.t ] list
| `String of ReferenceRule.t ])
list ]