mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-15 21:36:35 +08:00
集群可以设置默认的WAF策略、缓存策略
This commit is contained in:
@@ -52,6 +52,7 @@ message CreateUserRequest {
|
||||
string email = 6;
|
||||
string remark = 7;
|
||||
string source = 8;
|
||||
int64 nodeClusterId = 9;
|
||||
}
|
||||
|
||||
message CreateUserResponse {
|
||||
@@ -69,6 +70,7 @@ message UpdateUserRequest {
|
||||
string email = 7;
|
||||
string remark = 8;
|
||||
bool isOn = 9;
|
||||
int64 nodeClusterId = 10;
|
||||
}
|
||||
|
||||
// 删除用户
|
||||
|
||||
Reference in New Issue
Block a user