Browse Source

创建logPushJob需要ownership challenge

ChenHaolong 1 year ago
parent
commit
8b6385a207
1 changed files with 1 additions and 0 deletions
  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 {