Hi everyone, I’m working on a script that needs to add L3 firewall rules under a group policy, and I’m wondering if there’s any support for including a `source` field in the request payload. I couldn’t find any mention of this in the official documentation, but I’m curious if it’s supported unofficially or possibly planned for a future release. According to the documentation, the schema for `L3FirewallRules` is as follows: - `L3FirewallRules`: `object[]` An ordered array of the L3 firewall rules - `comment`: `string` — Description of the rule (optional) - `destCidr*`: `string` — Destination IP address (IP, CIDR, FQDN, or 'any') - `destPort`: `string` — Destination port (1–65535, range, or 'any') - `policy*`: `string` — 'allow' or 'deny' - `protocol*`: `string` — 'tcp', 'udp', 'icmp', 'icmp6', or 'any' As you can see, there’s no mention of a `source` field. Has anyone tried including it anyway, or received clarification from the dev team? Any insights would be greatly appreciated! Thanks in advance!
... View more