tencentcloud-sdk-nodejs-csip 4.1.135 → 4.1.149
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
|
@@ -147,7 +147,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
147
147
|
*/
|
|
148
148
|
DescribeTaskLogURL(req: DescribeTaskLogURLRequest, cb?: (error: string, rep: DescribeTaskLogURLResponse) => void): Promise<DescribeTaskLogURLResponse>;
|
|
149
149
|
/**
|
|
150
|
-
*
|
|
150
|
+
* 检查视角下云资源配置风险列表
|
|
151
151
|
*/
|
|
152
152
|
DescribeCheckViewRisks(req: DescribeCheckViewRisksRequest, cb?: (error: string, rep: DescribeCheckViewRisksResponse) => void): Promise<DescribeCheckViewRisksResponse>;
|
|
153
153
|
/**
|
|
@@ -239,7 +239,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
239
239
|
return this.request("DescribeTaskLogURL", req, cb);
|
|
240
240
|
}
|
|
241
241
|
/**
|
|
242
|
-
*
|
|
242
|
+
* 检查视角下云资源配置风险列表
|
|
243
243
|
*/
|
|
244
244
|
async DescribeCheckViewRisks(req, cb) {
|
|
245
245
|
return this.request("DescribeCheckViewRisks", req, cb);
|
|
@@ -2207,6 +2207,10 @@ export interface AssetRiskItem {
|
|
|
2207
2207
|
* 风险规则ID
|
|
2208
2208
|
*/
|
|
2209
2209
|
RiskRuleId?: string;
|
|
2210
|
+
/**
|
|
2211
|
+
* 处置分类
|
|
2212
|
+
*/
|
|
2213
|
+
Classify?: string;
|
|
2210
2214
|
}
|
|
2211
2215
|
/**
|
|
2212
2216
|
* DeleteDomainAndIp请求参数结构体
|
|
@@ -2844,6 +2848,10 @@ export interface GateWayAsset {
|
|
|
2844
2848
|
* TSE的网关真实地域
|
|
2845
2849
|
*/
|
|
2846
2850
|
EngineRegion?: string;
|
|
2851
|
+
/**
|
|
2852
|
+
* 弱口令风险
|
|
2853
|
+
*/
|
|
2854
|
+
WeakPasswordRisk?: number;
|
|
2847
2855
|
}
|
|
2848
2856
|
/**
|
|
2849
2857
|
* CreateAccessKeySyncTask返回参数结构体
|
|
@@ -2994,6 +3002,10 @@ export interface CheckViewRiskItem {
|
|
|
2994
3002
|
* 事件类型
|
|
2995
3003
|
*/
|
|
2996
3004
|
EventType?: string;
|
|
3005
|
+
/**
|
|
3006
|
+
* 处置分类
|
|
3007
|
+
*/
|
|
3008
|
+
Classify?: string;
|
|
2997
3009
|
}
|
|
2998
3010
|
/**
|
|
2999
3011
|
* 资产视角的漏洞风险对象
|
|
@@ -4235,6 +4247,22 @@ export interface ExposesItem {
|
|
|
4235
4247
|
* 端口开放结果
|
|
4236
4248
|
*/
|
|
4237
4249
|
PortDetectResult?: string;
|
|
4250
|
+
/**
|
|
4251
|
+
* 标签
|
|
4252
|
+
*/
|
|
4253
|
+
Tag?: string;
|
|
4254
|
+
/**
|
|
4255
|
+
* 备注
|
|
4256
|
+
*/
|
|
4257
|
+
Comment?: string;
|
|
4258
|
+
/**
|
|
4259
|
+
* 待治理风险数量
|
|
4260
|
+
*/
|
|
4261
|
+
ToGovernedRiskCount?: number;
|
|
4262
|
+
/**
|
|
4263
|
+
* 待治理风险内容
|
|
4264
|
+
*/
|
|
4265
|
+
ToGovernedRiskContent?: string;
|
|
4238
4266
|
}
|
|
4239
4267
|
/**
|
|
4240
4268
|
* DescribeAccessKeyRisk请求参数结构体
|