Values.NetworkTrafficRuleSourceA rule that controls network traffic during penetration testing by allowing or denying traffic to specific URL patterns.
type nonrec t = {effect_ : NetworkTrafficRuleEffect.t option;The effect of the rule. Valid values are ALLOW and DENY.
*)pattern : String_.t option;The URL pattern to match for the rule.
*)networkTrafficRuleType : NetworkTrafficRuleType.t option;The type of the network traffic rule. Currently, only URL is supported.
*)}