OBJECT
FirewallRule
link GraphQL Schema definition
- type FirewallRule {
- # Unique identifier for this rule
- ID :
- # Indicates if the rule is enabled
- Boolean :
- # Firewall rule
- String :
- # Firewall rule
- Any :
- # Indicates if the rule is global
- Boolean :
- # Human-readable description for the rule
- String :
- # Lists all instances a firewall rule is applied to
- Machine] : [
- }