Google Cloud Firewall is a network security feature that lets you define rules to allow or block traffic to and from your VM instances. This handler helps you list firewall rules in your GCP project using service account authentication. It makes it easier to fetch firewall configurations for auditing, monitoring, or compliance checks.Documentation Index
Fetch the complete documentation index at: https://docs.superagentx.ai/llms.txt
Use this file to discover all available pages before exploring further.
Example
To create theGCPFirewallHandler object with GCP credentials:
The get_firewall_details method retrieves all firewall rules in your GCP project. It returns details like name, allowed protocols/ports, source/destination ranges, and priority.

