Browse Source

创建logPushJob需要ownership challenge

ChenHaolong 1 năm trước cách đây
mục cha
commit
8b6385a207
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      logPush.proto

+ 1 - 0
logPush.proto

@@ -39,6 +39,7 @@ message CreateLogPushJobRequestByZoneId {
   string zoneId = 3;
   string dataSet = 4;
   string destinationConf = 5;
+  string ownershipChallenge = 6;
 }
 
 message CreateLogPushJobReplay {