浏览代码

创建logPushJob需要ownership challenge

ChenHaolong 1 年之前
父节点
当前提交
8b6385a207
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {