You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9817,6 +9817,7 @@ paths:
9817
9817
- rules
9818
9818
- inbound_policy
9819
9819
- outbound_policy
9820
+
- action
9820
9821
properties:
9821
9822
devices:
9822
9823
type: object
@@ -16592,8 +16593,6 @@ components:
16592
16593
description: |
16593
16594
The inbound and outbound access rules to apply to the Firewall.
16594
16595
16595
-
`inbound_policy` and `outbound_policy` are required when creating a new Firewall.
16596
-
16597
16596
A Firewall may have up to 25 rules across its inbound and outbound rulesets.
16598
16597
properties:
16599
16598
inbound:
@@ -16691,7 +16690,7 @@ components:
16691
16690
- ACCEPT
16692
16691
- DROP
16693
16692
description: |
16694
-
The behavior for this rule. Overrides the `inbound_policy` or `outbound_policy` for the Firewall.
16693
+
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall's `inbound_policy` if this is an inbound rule, or the `outbound_policy` if this is an outbound rule.
0 commit comments