Skip to content

Commit 99f7886

Browse files
committed
add user agent field to ResourceOrigin
1 parent bfb1bdb commit 99f7886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protect/control/v1/common.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import "google/protobuf/timestamp.proto";
88
message ResourceOrigin {
99
string zone_id = 1;
1010
string workload_id = 2;
11+
string user_agent = 3;
1112
}
1213

1314
message Zone {

0 commit comments

Comments
 (0)