tencentcloud-sdk-nodejs-waf 4.1.21 → 4.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2506,6 +2506,23 @@ export interface BatchOperateUserSignatureRulesRequest {
|
|
|
2506
2506
|
*/
|
|
2507
2507
|
Filters?: Array<FiltersItemNew>;
|
|
2508
2508
|
}
|
|
2509
|
+
/**
|
|
2510
|
+
* 设置哪些字段是否存储或转发
|
|
2511
|
+
*/
|
|
2512
|
+
export interface FieldWriteConfig {
|
|
2513
|
+
/**
|
|
2514
|
+
* 1:开启 0:不开启
|
|
2515
|
+
*/
|
|
2516
|
+
EnableHeaders?: number;
|
|
2517
|
+
/**
|
|
2518
|
+
* 1:开启 0:不开启
|
|
2519
|
+
*/
|
|
2520
|
+
EnableBody?: number;
|
|
2521
|
+
/**
|
|
2522
|
+
* 1:开启 0:不开启
|
|
2523
|
+
*/
|
|
2524
|
+
EnableBot?: number;
|
|
2525
|
+
}
|
|
2509
2526
|
/**
|
|
2510
2527
|
* ModifyWafThreatenIntelligence返回参数结构体
|
|
2511
2528
|
*/
|
|
@@ -5076,6 +5093,22 @@ export interface CreatePostCKafkaFlowRequest {
|
|
|
5076
5093
|
* kafka集群的版本号
|
|
5077
5094
|
*/
|
|
5078
5095
|
KafkaVersion: string;
|
|
5096
|
+
/**
|
|
5097
|
+
* 是否开启SASL校验,默认不开启,0-关闭,1-开启
|
|
5098
|
+
*/
|
|
5099
|
+
SASLEnable?: number;
|
|
5100
|
+
/**
|
|
5101
|
+
* SASL用户名
|
|
5102
|
+
*/
|
|
5103
|
+
SASLUser?: string;
|
|
5104
|
+
/**
|
|
5105
|
+
* SASL密码
|
|
5106
|
+
*/
|
|
5107
|
+
SASLPassword?: string;
|
|
5108
|
+
/**
|
|
5109
|
+
* 开启访问日志某些字段是否投递
|
|
5110
|
+
*/
|
|
5111
|
+
WriteConfig?: FieldWriteConfig;
|
|
5079
5112
|
}
|
|
5080
5113
|
/**
|
|
5081
5114
|
* DescribeBotSceneList返回参数结构体
|
|
@@ -11076,10 +11109,30 @@ export interface PostCKafkaFlowInfo {
|
|
|
11076
11109
|
* 压缩算法,支持gzip 和 lz4
|
|
11077
11110
|
*/
|
|
11078
11111
|
Compression?: string;
|
|
11112
|
+
/**
|
|
11113
|
+
* 是否支持SASL,0-关闭,1-开启
|
|
11114
|
+
*/
|
|
11115
|
+
SASLEnable?: number;
|
|
11116
|
+
/**
|
|
11117
|
+
* SASL用户名
|
|
11118
|
+
*/
|
|
11119
|
+
SASLUser?: string;
|
|
11120
|
+
/**
|
|
11121
|
+
* SALS密码
|
|
11122
|
+
*/
|
|
11123
|
+
SASLPassword?: string;
|
|
11079
11124
|
/**
|
|
11080
11125
|
* 描述信息
|
|
11081
11126
|
*/
|
|
11082
11127
|
Content?: string;
|
|
11128
|
+
/**
|
|
11129
|
+
* 1-外网TGW,2-支撑环境,默认为支撑环境
|
|
11130
|
+
*/
|
|
11131
|
+
VipType?: number;
|
|
11132
|
+
/**
|
|
11133
|
+
* 配置状态
|
|
11134
|
+
*/
|
|
11135
|
+
WriteConfig?: FieldWriteConfig;
|
|
11083
11136
|
}
|
|
11084
11137
|
/**
|
|
11085
11138
|
* UpsertSession请求参数结构体
|