diff --git a/internal/definitions/firewall/match.go b/internal/definitions/firewall/match.go index f854519..be92fb4 100644 --- a/internal/definitions/firewall/match.go +++ b/internal/definitions/firewall/match.go @@ -1,7 +1,6 @@ package firewall type Match struct { - TCPDestinationPort uint64 `json:"tcp_destination_port,omitempty"` Services []string `json:"services,omitempty"` SourceAddresses []string `json:"source_addresses,omitempty"` DestinationAddresses []string `json:"destination_addresses,omitempty"`