gcp.project.computeService.firewall
Supported platform
- gcp
Description
Google Cloud (GCP) Compute firewall
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
id | string | Unique identifier |
projectId | string | Project ID |
name | string | User-provided name |
description | string | An optional description of this resource |
priority | int | Priority for this rule |
direction | string | Direction of traffic |
disabled | bool | Whether the firewall rule is disabled |
sourceRanges | []string | Source ranges |
sourceServiceAccounts | []string | Source service accounts |
sourceTags | []string | Source tags |
destinationRanges | []string | Range of destination IP addresses for which the rule applies to traffic |
targetServiceAccounts | []string | List of service accounts |
created | time | Creation timestamp |
allowed | []dict | List of ALLOW rules specified by this firewall |
denied | []dict | List of DENY rules specified by this firewall |
References