Module Values.PartialMatchSource

The reference rule that partially matches the ViolationTarget rule and violation reason.

Sourcetype nonrec t = {
  1. reference : ReferenceRule.t option;
    (*

    The reference rule from the primary security group of the Firewall Manager policy.

    *)
  2. targetViolationReasons : TargetViolationReasons.t option;
    (*

    The violation reason.

    *)
}
Sourceval make : ?reference:??? -> ?targetViolationReasons:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of TargetViolationReason.t ] list | `String of ReferenceRule.t ]) 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