rules property
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*").
If no rules are provided when creating a firewall policy, a default rule with action "allow" will be added.
Implementation
core.List<FirewallPolicyRule>? rules;