tencentcloud-sdk-nodejs-csip 4.1.232 → 4.1.233
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.
|
@@ -34,6 +34,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
34
34
|
async DescribeDspmAssetSecurityAnalyseStatus(req, cb) {
|
|
35
35
|
return this.request("DescribeDspmAssetSecurityAnalyseStatus", req, cb);
|
|
36
36
|
}
|
|
37
|
+
/**
|
|
38
|
+
* 对象存储异常检测调用记录信息
|
|
39
|
+
*/
|
|
40
|
+
async DescribeIpInvokeRecord(req, cb) {
|
|
41
|
+
return this.request("DescribeIpInvokeRecord", req, cb);
|
|
42
|
+
}
|
|
37
43
|
/**
|
|
38
44
|
* 删除域名和ip请求
|
|
39
45
|
*/
|
|
@@ -52,6 +58,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
52
58
|
async DescribeRiskRuleDetail(req, cb) {
|
|
53
59
|
return this.request("DescribeRiskRuleDetail", req, cb);
|
|
54
60
|
}
|
|
61
|
+
/**
|
|
62
|
+
* 创建资产同步任务
|
|
63
|
+
*/
|
|
64
|
+
async CreateCosAssetSyncTask(req, cb) {
|
|
65
|
+
return this.request("CreateCosAssetSyncTask", req, cb);
|
|
66
|
+
}
|
|
55
67
|
/**
|
|
56
68
|
* db资产详情
|
|
57
69
|
*/
|
|
@@ -83,10 +95,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
83
95
|
return this.request("DescribeAIAgentAssetList", req, cb);
|
|
84
96
|
}
|
|
85
97
|
/**
|
|
86
|
-
*
|
|
98
|
+
* 创建风险监测任务
|
|
87
99
|
*/
|
|
88
|
-
async
|
|
89
|
-
return this.request("
|
|
100
|
+
async CreateCosRiskScanTask(req, cb) {
|
|
101
|
+
return this.request("CreateCosRiskScanTask", req, cb);
|
|
90
102
|
}
|
|
91
103
|
/**
|
|
92
104
|
* 查询用户的账号列表
|
|
@@ -106,6 +118,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
106
118
|
async DescribeConfigCheckRules(req, cb) {
|
|
107
119
|
return this.request("DescribeConfigCheckRules", req, cb);
|
|
108
120
|
}
|
|
121
|
+
/**
|
|
122
|
+
* ip访问列表详情信息
|
|
123
|
+
*/
|
|
124
|
+
async DescribeIpInvokeRecordDetail(req, cb) {
|
|
125
|
+
return this.request("DescribeIpInvokeRecordDetail", req, cb);
|
|
126
|
+
}
|
|
109
127
|
/**
|
|
110
128
|
* 查询Dspm审批历史
|
|
111
129
|
*/
|
|
@@ -113,10 +131,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
113
131
|
return this.request("DescribeDspmApproveHistory", req, cb);
|
|
114
132
|
}
|
|
115
133
|
/**
|
|
116
|
-
*
|
|
134
|
+
* 获取扫描任务列表
|
|
117
135
|
*/
|
|
118
|
-
async
|
|
119
|
-
return this.request("
|
|
136
|
+
async DescribeScanTaskList(req, cb) {
|
|
137
|
+
return this.request("DescribeScanTaskList", req, cb);
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* 查看风险关联的存储桶信息
|
|
141
|
+
*/
|
|
142
|
+
async DescribeRiskBucketList(req, cb) {
|
|
143
|
+
return this.request("DescribeRiskBucketList", req, cb);
|
|
120
144
|
}
|
|
121
145
|
/**
|
|
122
146
|
* 删除Dspm申请单
|
|
@@ -130,6 +154,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
130
154
|
async DescribeDspmRiskDetail(req, cb) {
|
|
131
155
|
return this.request("DescribeDspmRiskDetail", req, cb);
|
|
132
156
|
}
|
|
157
|
+
/**
|
|
158
|
+
* 调用源ip列表
|
|
159
|
+
*/
|
|
160
|
+
async DescribeCosSourceIp(req, cb) {
|
|
161
|
+
return this.request("DescribeCosSourceIp", req, cb);
|
|
162
|
+
}
|
|
133
163
|
/**
|
|
134
164
|
* 查询日志备份配置
|
|
135
165
|
*/
|
|
@@ -137,10 +167,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
137
167
|
return this.request("DescribeDspmBackupSetting", req, cb);
|
|
138
168
|
}
|
|
139
169
|
/**
|
|
140
|
-
*
|
|
170
|
+
* 查看调用记录关联的文件信息
|
|
141
171
|
*/
|
|
142
|
-
async
|
|
143
|
-
return this.request("
|
|
172
|
+
async DescribeCosInvokeUa(req, cb) {
|
|
173
|
+
return this.request("DescribeCosInvokeUa", req, cb);
|
|
144
174
|
}
|
|
145
175
|
/**
|
|
146
176
|
* 获取资产视角的漏洞风险列表
|
|
@@ -161,10 +191,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
161
191
|
return this.request("DescribeRiskCenterWebsiteRiskList", req, cb);
|
|
162
192
|
}
|
|
163
193
|
/**
|
|
164
|
-
*
|
|
194
|
+
* 创建cos病毒扫描、敏感数据识别任务
|
|
165
195
|
*/
|
|
166
|
-
async
|
|
167
|
-
return this.request("
|
|
196
|
+
async CreateCosObjectScanTask(req, cb) {
|
|
197
|
+
return this.request("CreateCosObjectScanTask", req, cb);
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* 查看风险趋势图
|
|
201
|
+
*/
|
|
202
|
+
async DescribeRiskTrendData(req, cb) {
|
|
203
|
+
return this.request("DescribeRiskTrendData", req, cb);
|
|
168
204
|
}
|
|
169
205
|
/**
|
|
170
206
|
* 获取网卡列表
|
|
@@ -197,10 +233,22 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
197
233
|
return this.request("ModifyDspmAssetLogDeliverySwitch", req, cb);
|
|
198
234
|
}
|
|
199
235
|
/**
|
|
200
|
-
*
|
|
236
|
+
* 查询cos文件数据识别结果列表
|
|
201
237
|
*/
|
|
202
|
-
async
|
|
203
|
-
return this.request("
|
|
238
|
+
async DescribeCosIdentifyFileList(req, cb) {
|
|
239
|
+
return this.request("DescribeCosIdentifyFileList", req, cb);
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* 查看存储桶扫描任务详情
|
|
243
|
+
*/
|
|
244
|
+
async DescribeCosRiskScanTask(req, cb) {
|
|
245
|
+
return this.request("DescribeCosRiskScanTask", req, cb);
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* 查看cos桶访问权限信息
|
|
249
|
+
*/
|
|
250
|
+
async DescribeCosRoleAccessPermission(req, cb) {
|
|
251
|
+
return this.request("DescribeCosRoleAccessPermission", req, cb);
|
|
204
252
|
}
|
|
205
253
|
/**
|
|
206
254
|
* 获取端口视角的端口风险列表
|
|
@@ -214,6 +262,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
214
262
|
async DeleteDspmAssetAccount(req, cb) {
|
|
215
263
|
return this.request("DeleteDspmAssetAccount", req, cb);
|
|
216
264
|
}
|
|
265
|
+
/**
|
|
266
|
+
* 查询集团的子账号列表
|
|
267
|
+
*/
|
|
268
|
+
async DescribeSubUserInfo(req, cb) {
|
|
269
|
+
return this.request("DescribeSubUserInfo", req, cb);
|
|
270
|
+
}
|
|
217
271
|
/**
|
|
218
272
|
* 修改Dspm资产账号信息
|
|
219
273
|
*/
|
|
@@ -221,10 +275,34 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
221
275
|
return this.request("ModifyDspmAssetAccount", req, cb);
|
|
222
276
|
}
|
|
223
277
|
/**
|
|
224
|
-
*
|
|
278
|
+
* 更新自定义策略的开关
|
|
225
279
|
*/
|
|
226
|
-
async
|
|
227
|
-
return this.request("
|
|
280
|
+
async ModifyUebaRuleSwitch(req, cb) {
|
|
281
|
+
return this.request("ModifyUebaRuleSwitch", req, cb);
|
|
282
|
+
}
|
|
283
|
+
/**
|
|
284
|
+
* 修改策略状态
|
|
285
|
+
*/
|
|
286
|
+
async ModifyPolicyStatus(req, cb) {
|
|
287
|
+
return this.request("ModifyPolicyStatus", req, cb);
|
|
288
|
+
}
|
|
289
|
+
/**
|
|
290
|
+
* 修改Dspm身份信息
|
|
291
|
+
*/
|
|
292
|
+
async ModifyDspmIdentifyInfo(req, cb) {
|
|
293
|
+
return this.request("ModifyDspmIdentifyInfo", req, cb);
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* 查询cos审计字典信息列表
|
|
297
|
+
*/
|
|
298
|
+
async DescribeCosAuditDictionaryList(req, cb) {
|
|
299
|
+
return this.request("DescribeCosAuditDictionaryList", req, cb);
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
302
|
+
* 查询Dspm风险分组策略
|
|
303
|
+
*/
|
|
304
|
+
async DescribeDspmRiskStrategyGroup(req, cb) {
|
|
305
|
+
return this.request("DescribeDspmRiskStrategyGroup", req, cb);
|
|
228
306
|
}
|
|
229
307
|
/**
|
|
230
308
|
* 查询导出任务
|
|
@@ -244,6 +322,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
244
322
|
async DescribeAccessKeyAlarmDetail(req, cb) {
|
|
245
323
|
return this.request("DescribeAccessKeyAlarmDetail", req, cb);
|
|
246
324
|
}
|
|
325
|
+
/**
|
|
326
|
+
* 查看告警列表
|
|
327
|
+
*/
|
|
328
|
+
async DescribeCosAlarmList(req, cb) {
|
|
329
|
+
return this.request("DescribeCosAlarmList", req, cb);
|
|
330
|
+
}
|
|
247
331
|
/**
|
|
248
332
|
* 查询Dspm支持的资产类型信息
|
|
249
333
|
*/
|
|
@@ -257,10 +341,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
257
341
|
return this.request("DescribeOrganizationUserInfo", req, cb);
|
|
258
342
|
}
|
|
259
343
|
/**
|
|
260
|
-
*
|
|
344
|
+
* 停止扫风险中心扫描任务
|
|
261
345
|
*/
|
|
262
|
-
async
|
|
263
|
-
return this.request("
|
|
346
|
+
async StopRiskCenterTask(req, cb) {
|
|
347
|
+
return this.request("StopRiskCenterTask", req, cb);
|
|
348
|
+
}
|
|
349
|
+
/**
|
|
350
|
+
* cos概览信息
|
|
351
|
+
*/
|
|
352
|
+
async DescribeCosOverview(req, cb) {
|
|
353
|
+
return this.request("DescribeCosOverview", req, cb);
|
|
264
354
|
}
|
|
265
355
|
/**
|
|
266
356
|
* 获取子网列表
|
|
@@ -286,6 +376,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
286
376
|
async SendDspmAssetLoginSmsCode(req, cb) {
|
|
287
377
|
return this.request("SendDspmAssetLoginSmsCode", req, cb);
|
|
288
378
|
}
|
|
379
|
+
/**
|
|
380
|
+
* 查看对象存储访问权限列表
|
|
381
|
+
*/
|
|
382
|
+
async DescribeCosAccessPermissions(req, cb) {
|
|
383
|
+
return this.request("DescribeCosAccessPermissions", req, cb);
|
|
384
|
+
}
|
|
289
385
|
/**
|
|
290
386
|
* 查询Dspm资产账号回收后特权信息
|
|
291
387
|
*/
|
|
@@ -293,10 +389,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
293
389
|
return this.request("DescribeDspmAssetAccountRecycledPrivileges", req, cb);
|
|
294
390
|
}
|
|
295
391
|
/**
|
|
296
|
-
*
|
|
392
|
+
* 查询资产数据库信息
|
|
297
393
|
*/
|
|
298
|
-
async
|
|
299
|
-
return this.request("
|
|
394
|
+
async DescribeDspmAssetDatabaseList(req, cb) {
|
|
395
|
+
return this.request("DescribeDspmAssetDatabaseList", req, cb);
|
|
300
396
|
}
|
|
301
397
|
/**
|
|
302
398
|
* 云边界分析资产列表
|
|
@@ -328,6 +424,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
328
424
|
async DescribeRiskCenterVULViewVULRiskList(req, cb) {
|
|
329
425
|
return this.request("DescribeRiskCenterVULViewVULRiskList", req, cb);
|
|
330
426
|
}
|
|
427
|
+
/**
|
|
428
|
+
* 查看存储桶调用源ip列表
|
|
429
|
+
*/
|
|
430
|
+
async DescribeCosAkInvokeIpList(req, cb) {
|
|
431
|
+
return this.request("DescribeCosAkInvokeIpList", req, cb);
|
|
432
|
+
}
|
|
331
433
|
/**
|
|
332
434
|
* csip角色授权绑定接口
|
|
333
435
|
*/
|
|
@@ -346,12 +448,24 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
346
448
|
async DescribeDspmLogList(req, cb) {
|
|
347
449
|
return this.request("DescribeDspmLogList", req, cb);
|
|
348
450
|
}
|
|
451
|
+
/**
|
|
452
|
+
* 获取存储桶角色权限列表
|
|
453
|
+
*/
|
|
454
|
+
async DescribeCosRoleAccessPermissions(req, cb) {
|
|
455
|
+
return this.request("DescribeCosRoleAccessPermissions", req, cb);
|
|
456
|
+
}
|
|
349
457
|
/**
|
|
350
458
|
* 同步dspm用户列表
|
|
351
459
|
*/
|
|
352
460
|
async SyncDspmUsers(req, cb) {
|
|
353
461
|
return this.request("SyncDspmUsers", req, cb);
|
|
354
462
|
}
|
|
463
|
+
/**
|
|
464
|
+
* 添加cos告警策略
|
|
465
|
+
*/
|
|
466
|
+
async CreateCosPolicy(req, cb) {
|
|
467
|
+
return this.request("CreateCosPolicy", req, cb);
|
|
468
|
+
}
|
|
355
469
|
/**
|
|
356
470
|
* 修改Dspm资产日志投递开关
|
|
357
471
|
*/
|
|
@@ -382,6 +496,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
382
496
|
async DescribeCVMAssets(req, cb) {
|
|
383
497
|
return this.request("DescribeCVMAssets", req, cb);
|
|
384
498
|
}
|
|
499
|
+
/**
|
|
500
|
+
* 检测AK 异步任务
|
|
501
|
+
*/
|
|
502
|
+
async CreateAccessKeyCheckTask(req, cb) {
|
|
503
|
+
return this.request("CreateAccessKeyCheckTask", req, cb);
|
|
504
|
+
}
|
|
505
|
+
/**
|
|
506
|
+
* 修改或者更改处置状态
|
|
507
|
+
*/
|
|
508
|
+
async ModifyAlarmRiskStatus(req, cb) {
|
|
509
|
+
return this.request("ModifyAlarmRiskStatus", req, cb);
|
|
510
|
+
}
|
|
385
511
|
/**
|
|
386
512
|
* 创建Dspm申请单
|
|
387
513
|
*/
|
|
@@ -394,6 +520,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
394
520
|
async DescribeRiskRules(req, cb) {
|
|
395
521
|
return this.request("DescribeRiskRules", req, cb);
|
|
396
522
|
}
|
|
523
|
+
/**
|
|
524
|
+
* 查看调用记录关联的文件信息
|
|
525
|
+
*/
|
|
526
|
+
async DescribeCosIpInvokeRecordFile(req, cb) {
|
|
527
|
+
return this.request("DescribeCosIpInvokeRecordFile", req, cb);
|
|
528
|
+
}
|
|
529
|
+
/**
|
|
530
|
+
* 查看存储桶调用源ip列表
|
|
531
|
+
*/
|
|
532
|
+
async DescribeBucketInvokeIpList(req, cb) {
|
|
533
|
+
return this.request("DescribeBucketInvokeIpList", req, cb);
|
|
534
|
+
}
|
|
397
535
|
/**
|
|
398
536
|
* 查询Dspm风险记录
|
|
399
537
|
*/
|
|
@@ -449,10 +587,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
449
587
|
return this.request("DescribeRiskDetailList", req, cb);
|
|
450
588
|
}
|
|
451
589
|
/**
|
|
452
|
-
*
|
|
590
|
+
* 查看该appid下已购买的appid集合
|
|
453
591
|
*/
|
|
454
|
-
async
|
|
455
|
-
return this.request("
|
|
592
|
+
async DescribeCosAuditAppIdList(req, cb) {
|
|
593
|
+
return this.request("DescribeCosAuditAppIdList", req, cb);
|
|
594
|
+
}
|
|
595
|
+
/**
|
|
596
|
+
* 创建Dspm审批历史导出任务
|
|
597
|
+
*/
|
|
598
|
+
async CreateDspmApproveHistoryExportJob(req, cb) {
|
|
599
|
+
return this.request("CreateDspmApproveHistoryExportJob", req, cb);
|
|
456
600
|
}
|
|
457
601
|
/**
|
|
458
602
|
* 查询Dspm资产账号身份信息
|
|
@@ -473,10 +617,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
473
617
|
return this.request("DescribeRiskCenterAssetViewPortRiskList", req, cb);
|
|
474
618
|
}
|
|
475
619
|
/**
|
|
476
|
-
*
|
|
620
|
+
* 获取vpc列表
|
|
477
621
|
*/
|
|
478
|
-
async
|
|
479
|
-
return this.request("
|
|
622
|
+
async DescribeVpcAssets(req, cb) {
|
|
623
|
+
return this.request("DescribeVpcAssets", req, cb);
|
|
624
|
+
}
|
|
625
|
+
/**
|
|
626
|
+
* 获取审计支付信息
|
|
627
|
+
*/
|
|
628
|
+
async DescribeCosAuditPayInfo(req, cb) {
|
|
629
|
+
return this.request("DescribeCosAuditPayInfo", req, cb);
|
|
480
630
|
}
|
|
481
631
|
/**
|
|
482
632
|
* 获取配置视角的配置风险列表
|
|
@@ -508,12 +658,30 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
508
658
|
async DescribeRepositoryImageAssets(req, cb) {
|
|
509
659
|
return this.request("DescribeRepositoryImageAssets", req, cb);
|
|
510
660
|
}
|
|
661
|
+
/**
|
|
662
|
+
* 删除已删除的cos ak资产
|
|
663
|
+
*/
|
|
664
|
+
async DeleteCosAkAsset(req, cb) {
|
|
665
|
+
return this.request("DeleteCosAkAsset", req, cb);
|
|
666
|
+
}
|
|
667
|
+
/**
|
|
668
|
+
* 获取风险服务列表
|
|
669
|
+
*/
|
|
670
|
+
async DescribeRiskCenterServerRiskList(req, cb) {
|
|
671
|
+
return this.request("DescribeRiskCenterServerRiskList", req, cb);
|
|
672
|
+
}
|
|
511
673
|
/**
|
|
512
674
|
* cvm详情
|
|
513
675
|
*/
|
|
514
676
|
async DescribeCVMAssetInfo(req, cb) {
|
|
515
677
|
return this.request("DescribeCVMAssetInfo", req, cb);
|
|
516
678
|
}
|
|
679
|
+
/**
|
|
680
|
+
* 查看cos资产列表
|
|
681
|
+
*/
|
|
682
|
+
async DescribeCosAsset(req, cb) {
|
|
683
|
+
return this.request("DescribeCosAsset", req, cb);
|
|
684
|
+
}
|
|
517
685
|
/**
|
|
518
686
|
* 获取任务扫描报告列表
|
|
519
687
|
*/
|
|
@@ -526,6 +694,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
526
694
|
async VerifyDspmAssetLoginCode(req, cb) {
|
|
527
695
|
return this.request("VerifyDspmAssetLoginCode", req, cb);
|
|
528
696
|
}
|
|
697
|
+
/**
|
|
698
|
+
* 获取对应appid对应的当前正在扫描的taskid
|
|
699
|
+
*/
|
|
700
|
+
async DescribeCosAssetSyncTask(req, cb) {
|
|
701
|
+
return this.request("DescribeCosAssetSyncTask", req, cb);
|
|
702
|
+
}
|
|
529
703
|
/**
|
|
530
704
|
* 查询 Skill 安全检测计费信息,包括订单状态、总配额、已消耗配额、到期时间、支付模式等。无订单时返回零值(仅含 TimeNow 和 BetaEndTime)。试用订单通过 ModifyTrialStatus(Module=9) 领取,正式订单通过计费系统创建。
|
|
531
705
|
*/
|
|
@@ -539,10 +713,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
539
713
|
return this.request("DescribeDspmPersonApplyHistory", req, cb);
|
|
540
714
|
}
|
|
541
715
|
/**
|
|
542
|
-
*
|
|
716
|
+
* 获取策略列表信息
|
|
543
717
|
*/
|
|
544
|
-
async
|
|
545
|
-
return this.request("
|
|
718
|
+
async DescribeCosPolicy(req, cb) {
|
|
719
|
+
return this.request("DescribeCosPolicy", req, cb);
|
|
720
|
+
}
|
|
721
|
+
/**
|
|
722
|
+
* 删除策略
|
|
723
|
+
*/
|
|
724
|
+
async DeleteCosPolicy(req, cb) {
|
|
725
|
+
return this.request("DeleteCosPolicy", req, cb);
|
|
546
726
|
}
|
|
547
727
|
/**
|
|
548
728
|
* 修改日志备份设置
|
|
@@ -551,10 +731,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
551
731
|
return this.request("ModifyDspmBackupSetting", req, cb);
|
|
552
732
|
}
|
|
553
733
|
/**
|
|
554
|
-
*
|
|
734
|
+
* 获取调用记录列表
|
|
555
735
|
*/
|
|
556
|
-
async
|
|
557
|
-
return this.request("
|
|
736
|
+
async DescribeCallRecord(req, cb) {
|
|
737
|
+
return this.request("DescribeCallRecord", req, cb);
|
|
558
738
|
}
|
|
559
739
|
/**
|
|
560
740
|
* 查询Dspm白名单策略
|
|
@@ -568,6 +748,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
568
748
|
async DescribeListenerList(req, cb) {
|
|
569
749
|
return this.request("DescribeListenerList", req, cb);
|
|
570
750
|
}
|
|
751
|
+
/**
|
|
752
|
+
* 修改对象存储备注
|
|
753
|
+
*/
|
|
754
|
+
async ModifyCosMarkInfo(req, cb) {
|
|
755
|
+
return this.request("ModifyCosMarkInfo", req, cb);
|
|
756
|
+
}
|
|
571
757
|
/**
|
|
572
758
|
* 查询Dspm申请历史
|
|
573
759
|
*/
|
|
@@ -593,10 +779,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
593
779
|
return this.request("DescribeDspmAssetFieldList", req, cb);
|
|
594
780
|
}
|
|
595
781
|
/**
|
|
596
|
-
*
|
|
782
|
+
* 查看cos桶访问权限信息
|
|
597
783
|
*/
|
|
598
|
-
async
|
|
599
|
-
return this.request("
|
|
784
|
+
async DescribeCosAccessPermission(req, cb) {
|
|
785
|
+
return this.request("DescribeCosAccessPermission", req, cb);
|
|
600
786
|
}
|
|
601
787
|
/**
|
|
602
788
|
* 修改Dspm白名单策略
|
|
@@ -605,10 +791,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
605
791
|
return this.request("ModifyDspmWhitelistStrategy", req, cb);
|
|
606
792
|
}
|
|
607
793
|
/**
|
|
608
|
-
*
|
|
794
|
+
* 删除Dspm白名单策略
|
|
609
795
|
*/
|
|
610
|
-
async
|
|
611
|
-
return this.request("
|
|
796
|
+
async DeleteDspmWhitelistStrategy(req, cb) {
|
|
797
|
+
return this.request("DeleteDspmWhitelistStrategy", req, cb);
|
|
612
798
|
}
|
|
613
799
|
/**
|
|
614
800
|
* 删除恢复日志
|
|
@@ -629,10 +815,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
629
815
|
return this.request("DescribeCFWAssetStatistics", req, cb);
|
|
630
816
|
}
|
|
631
817
|
/**
|
|
632
|
-
*
|
|
818
|
+
* 查询Dspm风险策略
|
|
633
819
|
*/
|
|
634
|
-
async
|
|
635
|
-
return this.request("
|
|
820
|
+
async DescribeDspmRiskStrategy(req, cb) {
|
|
821
|
+
return this.request("DescribeDspmRiskStrategy", req, cb);
|
|
636
822
|
}
|
|
637
823
|
/**
|
|
638
824
|
* 创建Dspm风险导出任务
|
|
@@ -641,10 +827,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
641
827
|
return this.request("CreateDspmRiskExportJob", req, cb);
|
|
642
828
|
}
|
|
643
829
|
/**
|
|
644
|
-
*
|
|
830
|
+
* 查询Dspm访问拓扑ip列表
|
|
645
831
|
*/
|
|
646
|
-
async
|
|
647
|
-
return this.request("
|
|
832
|
+
async DescribeDspmAccessTopologyIps(req, cb) {
|
|
833
|
+
return this.request("DescribeDspmAccessTopologyIps", req, cb);
|
|
648
834
|
}
|
|
649
835
|
/**
|
|
650
836
|
* 查询云边界分析路径节点
|
|
@@ -677,10 +863,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
677
863
|
return this.request("DescribeAccessKeyAlarm", req, cb);
|
|
678
864
|
}
|
|
679
865
|
/**
|
|
680
|
-
*
|
|
866
|
+
* 获取风险项视角列表
|
|
681
867
|
*/
|
|
682
|
-
async
|
|
683
|
-
return this.request("
|
|
868
|
+
async DescribeRiskItemList(req, cb) {
|
|
869
|
+
return this.request("DescribeRiskItemList", req, cb);
|
|
684
870
|
}
|
|
685
871
|
/**
|
|
686
872
|
* 查询 Skill 安全检测结果。调用 CreateSkillScan 成功后使用返回的 ContentHash + EngineVersion 轮询本接口获取结果。上传成功后建议5分钟后首次轮询,如未检测完成之后每隔1分钟轮询一次。响应通过 Status 字段区分四种状态:检测完成(SUCCESS)、检测中(SCANNING)、无记录(NOT_FOUND)、检测失败(FAILED)。注意:检测结果保留90天,超期后将返回 NOT_FOUND。
|
|
@@ -749,10 +935,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
749
935
|
return this.request("DescribeVULRiskAdvanceCFGList", req, cb);
|
|
750
936
|
}
|
|
751
937
|
/**
|
|
752
|
-
*
|
|
938
|
+
* 获取已购Dspm订单信息
|
|
753
939
|
*/
|
|
754
|
-
async
|
|
755
|
-
return this.request("
|
|
940
|
+
async DescribeDspmPayInfo(req, cb) {
|
|
941
|
+
return this.request("DescribeDspmPayInfo", req, cb);
|
|
756
942
|
}
|
|
757
943
|
/**
|
|
758
944
|
* 查询是否绑定角色
|
|
@@ -760,6 +946,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
760
946
|
async DescribeAssumeRole(req, cb) {
|
|
761
947
|
return this.request("DescribeAssumeRole", req, cb);
|
|
762
948
|
}
|
|
949
|
+
/**
|
|
950
|
+
* 获取存储桶信息
|
|
951
|
+
*/
|
|
952
|
+
async DescribeCosBucketList(req, cb) {
|
|
953
|
+
return this.request("DescribeCosBucketList", req, cb);
|
|
954
|
+
}
|
|
763
955
|
/**
|
|
764
956
|
* 查询Dspm风险趋势
|
|
765
957
|
*/
|
|
@@ -790,6 +982,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
790
982
|
async DescribeDspmAccessRecord(req, cb) {
|
|
791
983
|
return this.request("DescribeDspmAccessRecord", req, cb);
|
|
792
984
|
}
|
|
985
|
+
/**
|
|
986
|
+
* 修改cos审计监测账号
|
|
987
|
+
*/
|
|
988
|
+
async ModifyCosAuditMonitorAccount(req, cb) {
|
|
989
|
+
return this.request("ModifyCosAuditMonitorAccount", req, cb);
|
|
990
|
+
}
|
|
793
991
|
/**
|
|
794
992
|
* 修改Dspm个人身份id
|
|
795
993
|
*/
|
|
@@ -802,6 +1000,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
802
1000
|
async DescribeUebaRule(req, cb) {
|
|
803
1001
|
return this.request("DescribeUebaRule", req, cb);
|
|
804
1002
|
}
|
|
1003
|
+
/**
|
|
1004
|
+
* 查看风险资产视角
|
|
1005
|
+
*/
|
|
1006
|
+
async DescribeCosBucketRisk(req, cb) {
|
|
1007
|
+
return this.request("DescribeCosBucketRisk", req, cb);
|
|
1008
|
+
}
|
|
805
1009
|
/**
|
|
806
1010
|
* 获取账号调用记录列表
|
|
807
1011
|
*/
|
|
@@ -880,6 +1084,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
880
1084
|
async DescribeDspmApproveOrderList(req, cb) {
|
|
881
1085
|
return this.request("DescribeDspmApproveOrderList", req, cb);
|
|
882
1086
|
}
|
|
1087
|
+
/**
|
|
1088
|
+
* 查看ak资产列表信息
|
|
1089
|
+
*/
|
|
1090
|
+
async DescribeCosAkAsset(req, cb) {
|
|
1091
|
+
return this.request("DescribeCosAkAsset", req, cb);
|
|
1092
|
+
}
|
|
883
1093
|
/**
|
|
884
1094
|
* 删除风险中心扫描任务
|
|
885
1095
|
*/
|
|
@@ -887,10 +1097,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
887
1097
|
return this.request("DeleteRiskScanTask", req, cb);
|
|
888
1098
|
}
|
|
889
1099
|
/**
|
|
890
|
-
*
|
|
1100
|
+
* 查看cos调用日志
|
|
891
1101
|
*/
|
|
892
|
-
async
|
|
893
|
-
return this.request("
|
|
1102
|
+
async DescribeCosIpInvokeLog(req, cb) {
|
|
1103
|
+
return this.request("DescribeCosIpInvokeLog", req, cb);
|
|
894
1104
|
}
|
|
895
1105
|
/**
|
|
896
1106
|
* 查询备份日志列表
|
|
@@ -898,6 +1108,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
898
1108
|
async DescribeDspmBackupLogList(req, cb) {
|
|
899
1109
|
return this.request("DescribeDspmBackupLogList", req, cb);
|
|
900
1110
|
}
|
|
1111
|
+
/**
|
|
1112
|
+
* 资产列表
|
|
1113
|
+
*/
|
|
1114
|
+
async DescribeOtherCloudAssets(req, cb) {
|
|
1115
|
+
return this.request("DescribeOtherCloudAssets", req, cb);
|
|
1116
|
+
}
|
|
901
1117
|
/**
|
|
902
1118
|
* 创建Dspm白名单策略
|
|
903
1119
|
*/
|
|
@@ -922,6 +1138,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
922
1138
|
async DescribeCheckViewRisks(req, cb) {
|
|
923
1139
|
return this.request("DescribeCheckViewRisks", req, cb);
|
|
924
1140
|
}
|
|
1141
|
+
/**
|
|
1142
|
+
* 创建Dspm资产访问拓扑导出任务
|
|
1143
|
+
*/
|
|
1144
|
+
async CreateDspmAssetAccessTopologyExportJob(req, cb) {
|
|
1145
|
+
return this.request("CreateDspmAssetAccessTopologyExportJob", req, cb);
|
|
1146
|
+
}
|
|
925
1147
|
/**
|
|
926
1148
|
* 资产视角下云资源配置风险列表
|
|
927
1149
|
*/
|
|
@@ -929,10 +1151,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
929
1151
|
return this.request("DescribeAssetRiskList", req, cb);
|
|
930
1152
|
}
|
|
931
1153
|
/**
|
|
932
|
-
*
|
|
1154
|
+
* 查看COS接口列表
|
|
933
1155
|
*/
|
|
934
|
-
async
|
|
935
|
-
return this.request("
|
|
1156
|
+
async DescribeCosActionList(req, cb) {
|
|
1157
|
+
return this.request("DescribeCosActionList", req, cb);
|
|
1158
|
+
}
|
|
1159
|
+
/**
|
|
1160
|
+
* 每日告警新增数据
|
|
1161
|
+
*/
|
|
1162
|
+
async DescribeCosAlarmTrendData(req, cb) {
|
|
1163
|
+
return this.request("DescribeCosAlarmTrendData", req, cb);
|
|
936
1164
|
}
|
|
937
1165
|
/**
|
|
938
1166
|
* 数据库资产列表
|
|
@@ -940,6 +1168,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
940
1168
|
async DescribeDbAssets(req, cb) {
|
|
941
1169
|
return this.request("DescribeDbAssets", req, cb);
|
|
942
1170
|
}
|
|
1171
|
+
/**
|
|
1172
|
+
* 查看风险证据以及描述
|
|
1173
|
+
*/
|
|
1174
|
+
async DescribeCosRiskEvidence(req, cb) {
|
|
1175
|
+
return this.request("DescribeCosRiskEvidence", req, cb);
|
|
1176
|
+
}
|
|
1177
|
+
/**
|
|
1178
|
+
* 按日期查看策略命中详情
|
|
1179
|
+
*/
|
|
1180
|
+
async DescribePolicyHitData(req, cb) {
|
|
1181
|
+
return this.request("DescribePolicyHitData", req, cb);
|
|
1182
|
+
}
|
|
943
1183
|
/**
|
|
944
1184
|
* 立体防护中心查询漏洞信息
|
|
945
1185
|
*/
|
|
@@ -947,10 +1187,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
947
1187
|
return this.request("DescribeSearchBugInfo", req, cb);
|
|
948
1188
|
}
|
|
949
1189
|
/**
|
|
950
|
-
*
|
|
1190
|
+
* 修改DspmIp信息
|
|
951
1191
|
*/
|
|
952
|
-
async
|
|
953
|
-
return this.request("
|
|
1192
|
+
async ModifyDspmIpInfo(req, cb) {
|
|
1193
|
+
return this.request("ModifyDspmIpInfo", req, cb);
|
|
1194
|
+
}
|
|
1195
|
+
/**
|
|
1196
|
+
* 获取资产视角的弱口令风险列表
|
|
1197
|
+
*/
|
|
1198
|
+
async DescribeRiskCenterAssetViewWeakPasswordRiskList(req, cb) {
|
|
1199
|
+
return this.request("DescribeRiskCenterAssetViewWeakPasswordRiskList", req, cb);
|
|
954
1200
|
}
|
|
955
1201
|
/**
|
|
956
1202
|
* 获取漏洞视角的漏洞风险列表
|
|
@@ -964,6 +1210,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
964
1210
|
async DescribeRiskCenterAssetViewVULRiskList(req, cb) {
|
|
965
1211
|
return this.request("DescribeRiskCenterAssetViewVULRiskList", req, cb);
|
|
966
1212
|
}
|
|
1213
|
+
/**
|
|
1214
|
+
* 修改Dspm审批单状态
|
|
1215
|
+
*/
|
|
1216
|
+
async ModifyDspmApproveStatus(req, cb) {
|
|
1217
|
+
return this.request("ModifyDspmApproveStatus", req, cb);
|
|
1218
|
+
}
|
|
967
1219
|
/**
|
|
968
1220
|
* 创建域名、ip相关信息
|
|
969
1221
|
*/
|
|
@@ -1007,10 +1259,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1007
1259
|
return this.request("DescribeScanReportList", req, cb);
|
|
1008
1260
|
}
|
|
1009
1261
|
/**
|
|
1010
|
-
*
|
|
1262
|
+
* 查询集团账号详情
|
|
1011
1263
|
*/
|
|
1012
|
-
async
|
|
1013
|
-
return this.request("
|
|
1264
|
+
async DescribeOrganizationInfo(req, cb) {
|
|
1265
|
+
return this.request("DescribeOrganizationInfo", req, cb);
|
|
1266
|
+
}
|
|
1267
|
+
/**
|
|
1268
|
+
* 查询Dspm资产支持的权限
|
|
1269
|
+
*/
|
|
1270
|
+
async DescribeDspmAssetSupportedPrivileges(req, cb) {
|
|
1271
|
+
return this.request("DescribeDspmAssetSupportedPrivileges", req, cb);
|
|
1014
1272
|
}
|
|
1015
1273
|
/**
|
|
1016
1274
|
* 创建Dspm个人身份id
|
|
@@ -1037,10 +1295,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1037
1295
|
return this.request("DescribeDspmAccessTopologyAccounts", req, cb);
|
|
1038
1296
|
}
|
|
1039
1297
|
/**
|
|
1040
|
-
*
|
|
1298
|
+
* 获取存储桶计费信息
|
|
1041
1299
|
*/
|
|
1042
|
-
async
|
|
1043
|
-
return this.request("
|
|
1300
|
+
async DescribeCosBucketBillingInfo(req, cb) {
|
|
1301
|
+
return this.request("DescribeCosBucketBillingInfo", req, cb);
|
|
1044
1302
|
}
|
|
1045
1303
|
/**
|
|
1046
1304
|
* 获取报告下载的临时链接
|
|
@@ -1054,6 +1312,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1054
1312
|
async DescribeCSIPRiskStatistics(req, cb) {
|
|
1055
1313
|
return this.request("DescribeCSIPRiskStatistics", req, cb);
|
|
1056
1314
|
}
|
|
1315
|
+
/**
|
|
1316
|
+
* 风险接口列表信息
|
|
1317
|
+
*/
|
|
1318
|
+
async DescribeCosRiskActionList(req, cb) {
|
|
1319
|
+
return this.request("DescribeCosRiskActionList", req, cb);
|
|
1320
|
+
}
|
|
1057
1321
|
/**
|
|
1058
1322
|
* 访问密钥风险记录详情
|
|
1059
1323
|
*/
|