|
@@ -92,6 +92,7 @@ type Acl struct {
|
|
|
Port []string `json:"ports"`
|
|
|
AllowedDirection AllowedTrafficDirection `json:"allowed_traffic_direction"`
|
|
|
Enabled bool `json:"enabled"`
|
|
|
+ ReferenceID string `json:"reference_id"`
|
|
|
CreatedBy string `json:"created_by"`
|
|
|
CreatedAt time.Time `json:"created_at"`
|
|
|
}
|