tencentcloud-sdk-nodejs-csip 4.1.231 → 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,18 @@ 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
|
+
}
|
|
703
|
+
/**
|
|
704
|
+
* 查询 Skill 安全检测计费信息,包括订单状态、总配额、已消耗配额、到期时间、支付模式等。无订单时返回零值(仅含 TimeNow 和 BetaEndTime)。试用订单通过 ModifyTrialStatus(Module=9) 领取,正式订单通过计费系统创建。
|
|
705
|
+
*/
|
|
706
|
+
async DescribeSkillScanPayInfo(req, cb) {
|
|
707
|
+
return this.request("DescribeSkillScanPayInfo", req, cb);
|
|
708
|
+
}
|
|
529
709
|
/**
|
|
530
710
|
* 查询Dspm访客申请记录
|
|
531
711
|
*/
|
|
@@ -533,10 +713,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
533
713
|
return this.request("DescribeDspmPersonApplyHistory", req, cb);
|
|
534
714
|
}
|
|
535
715
|
/**
|
|
536
|
-
*
|
|
716
|
+
* 获取策略列表信息
|
|
537
717
|
*/
|
|
538
|
-
async
|
|
539
|
-
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);
|
|
540
726
|
}
|
|
541
727
|
/**
|
|
542
728
|
* 修改日志备份设置
|
|
@@ -545,10 +731,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
545
731
|
return this.request("ModifyDspmBackupSetting", req, cb);
|
|
546
732
|
}
|
|
547
733
|
/**
|
|
548
|
-
*
|
|
734
|
+
* 获取调用记录列表
|
|
549
735
|
*/
|
|
550
|
-
async
|
|
551
|
-
return this.request("
|
|
736
|
+
async DescribeCallRecord(req, cb) {
|
|
737
|
+
return this.request("DescribeCallRecord", req, cb);
|
|
552
738
|
}
|
|
553
739
|
/**
|
|
554
740
|
* 查询Dspm白名单策略
|
|
@@ -562,6 +748,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
562
748
|
async DescribeListenerList(req, cb) {
|
|
563
749
|
return this.request("DescribeListenerList", req, cb);
|
|
564
750
|
}
|
|
751
|
+
/**
|
|
752
|
+
* 修改对象存储备注
|
|
753
|
+
*/
|
|
754
|
+
async ModifyCosMarkInfo(req, cb) {
|
|
755
|
+
return this.request("ModifyCosMarkInfo", req, cb);
|
|
756
|
+
}
|
|
565
757
|
/**
|
|
566
758
|
* 查询Dspm申请历史
|
|
567
759
|
*/
|
|
@@ -587,10 +779,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
587
779
|
return this.request("DescribeDspmAssetFieldList", req, cb);
|
|
588
780
|
}
|
|
589
781
|
/**
|
|
590
|
-
*
|
|
782
|
+
* 查看cos桶访问权限信息
|
|
591
783
|
*/
|
|
592
|
-
async
|
|
593
|
-
return this.request("
|
|
784
|
+
async DescribeCosAccessPermission(req, cb) {
|
|
785
|
+
return this.request("DescribeCosAccessPermission", req, cb);
|
|
594
786
|
}
|
|
595
787
|
/**
|
|
596
788
|
* 修改Dspm白名单策略
|
|
@@ -599,10 +791,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
599
791
|
return this.request("ModifyDspmWhitelistStrategy", req, cb);
|
|
600
792
|
}
|
|
601
793
|
/**
|
|
602
|
-
*
|
|
794
|
+
* 删除Dspm白名单策略
|
|
603
795
|
*/
|
|
604
|
-
async
|
|
605
|
-
return this.request("
|
|
796
|
+
async DeleteDspmWhitelistStrategy(req, cb) {
|
|
797
|
+
return this.request("DeleteDspmWhitelistStrategy", req, cb);
|
|
606
798
|
}
|
|
607
799
|
/**
|
|
608
800
|
* 删除恢复日志
|
|
@@ -623,10 +815,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
623
815
|
return this.request("DescribeCFWAssetStatistics", req, cb);
|
|
624
816
|
}
|
|
625
817
|
/**
|
|
626
|
-
*
|
|
818
|
+
* 查询Dspm风险策略
|
|
627
819
|
*/
|
|
628
|
-
async
|
|
629
|
-
return this.request("
|
|
820
|
+
async DescribeDspmRiskStrategy(req, cb) {
|
|
821
|
+
return this.request("DescribeDspmRiskStrategy", req, cb);
|
|
630
822
|
}
|
|
631
823
|
/**
|
|
632
824
|
* 创建Dspm风险导出任务
|
|
@@ -635,10 +827,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
635
827
|
return this.request("CreateDspmRiskExportJob", req, cb);
|
|
636
828
|
}
|
|
637
829
|
/**
|
|
638
|
-
*
|
|
830
|
+
* 查询Dspm访问拓扑ip列表
|
|
639
831
|
*/
|
|
640
|
-
async
|
|
641
|
-
return this.request("
|
|
832
|
+
async DescribeDspmAccessTopologyIps(req, cb) {
|
|
833
|
+
return this.request("DescribeDspmAccessTopologyIps", req, cb);
|
|
642
834
|
}
|
|
643
835
|
/**
|
|
644
836
|
* 查询云边界分析路径节点
|
|
@@ -671,10 +863,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
671
863
|
return this.request("DescribeAccessKeyAlarm", req, cb);
|
|
672
864
|
}
|
|
673
865
|
/**
|
|
674
|
-
*
|
|
866
|
+
* 获取风险项视角列表
|
|
675
867
|
*/
|
|
676
|
-
async
|
|
677
|
-
return this.request("
|
|
868
|
+
async DescribeRiskItemList(req, cb) {
|
|
869
|
+
return this.request("DescribeRiskItemList", req, cb);
|
|
678
870
|
}
|
|
679
871
|
/**
|
|
680
872
|
* 查询 Skill 安全检测结果。调用 CreateSkillScan 成功后使用返回的 ContentHash + EngineVersion 轮询本接口获取结果。上传成功后建议5分钟后首次轮询,如未检测完成之后每隔1分钟轮询一次。响应通过 Status 字段区分四种状态:检测完成(SUCCESS)、检测中(SCANNING)、无记录(NOT_FOUND)、检测失败(FAILED)。注意:检测结果保留90天,超期后将返回 NOT_FOUND。
|
|
@@ -743,10 +935,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
743
935
|
return this.request("DescribeVULRiskAdvanceCFGList", req, cb);
|
|
744
936
|
}
|
|
745
937
|
/**
|
|
746
|
-
*
|
|
938
|
+
* 获取已购Dspm订单信息
|
|
747
939
|
*/
|
|
748
|
-
async
|
|
749
|
-
return this.request("
|
|
940
|
+
async DescribeDspmPayInfo(req, cb) {
|
|
941
|
+
return this.request("DescribeDspmPayInfo", req, cb);
|
|
750
942
|
}
|
|
751
943
|
/**
|
|
752
944
|
* 查询是否绑定角色
|
|
@@ -754,6 +946,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
754
946
|
async DescribeAssumeRole(req, cb) {
|
|
755
947
|
return this.request("DescribeAssumeRole", req, cb);
|
|
756
948
|
}
|
|
949
|
+
/**
|
|
950
|
+
* 获取存储桶信息
|
|
951
|
+
*/
|
|
952
|
+
async DescribeCosBucketList(req, cb) {
|
|
953
|
+
return this.request("DescribeCosBucketList", req, cb);
|
|
954
|
+
}
|
|
757
955
|
/**
|
|
758
956
|
* 查询Dspm风险趋势
|
|
759
957
|
*/
|
|
@@ -784,6 +982,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
784
982
|
async DescribeDspmAccessRecord(req, cb) {
|
|
785
983
|
return this.request("DescribeDspmAccessRecord", req, cb);
|
|
786
984
|
}
|
|
985
|
+
/**
|
|
986
|
+
* 修改cos审计监测账号
|
|
987
|
+
*/
|
|
988
|
+
async ModifyCosAuditMonitorAccount(req, cb) {
|
|
989
|
+
return this.request("ModifyCosAuditMonitorAccount", req, cb);
|
|
990
|
+
}
|
|
787
991
|
/**
|
|
788
992
|
* 修改Dspm个人身份id
|
|
789
993
|
*/
|
|
@@ -796,6 +1000,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
796
1000
|
async DescribeUebaRule(req, cb) {
|
|
797
1001
|
return this.request("DescribeUebaRule", req, cb);
|
|
798
1002
|
}
|
|
1003
|
+
/**
|
|
1004
|
+
* 查看风险资产视角
|
|
1005
|
+
*/
|
|
1006
|
+
async DescribeCosBucketRisk(req, cb) {
|
|
1007
|
+
return this.request("DescribeCosBucketRisk", req, cb);
|
|
1008
|
+
}
|
|
799
1009
|
/**
|
|
800
1010
|
* 获取账号调用记录列表
|
|
801
1011
|
*/
|
|
@@ -874,6 +1084,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
874
1084
|
async DescribeDspmApproveOrderList(req, cb) {
|
|
875
1085
|
return this.request("DescribeDspmApproveOrderList", req, cb);
|
|
876
1086
|
}
|
|
1087
|
+
/**
|
|
1088
|
+
* 查看ak资产列表信息
|
|
1089
|
+
*/
|
|
1090
|
+
async DescribeCosAkAsset(req, cb) {
|
|
1091
|
+
return this.request("DescribeCosAkAsset", req, cb);
|
|
1092
|
+
}
|
|
877
1093
|
/**
|
|
878
1094
|
* 删除风险中心扫描任务
|
|
879
1095
|
*/
|
|
@@ -881,10 +1097,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
881
1097
|
return this.request("DeleteRiskScanTask", req, cb);
|
|
882
1098
|
}
|
|
883
1099
|
/**
|
|
884
|
-
*
|
|
1100
|
+
* 查看cos调用日志
|
|
885
1101
|
*/
|
|
886
|
-
async
|
|
887
|
-
return this.request("
|
|
1102
|
+
async DescribeCosIpInvokeLog(req, cb) {
|
|
1103
|
+
return this.request("DescribeCosIpInvokeLog", req, cb);
|
|
888
1104
|
}
|
|
889
1105
|
/**
|
|
890
1106
|
* 查询备份日志列表
|
|
@@ -892,6 +1108,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
892
1108
|
async DescribeDspmBackupLogList(req, cb) {
|
|
893
1109
|
return this.request("DescribeDspmBackupLogList", req, cb);
|
|
894
1110
|
}
|
|
1111
|
+
/**
|
|
1112
|
+
* 资产列表
|
|
1113
|
+
*/
|
|
1114
|
+
async DescribeOtherCloudAssets(req, cb) {
|
|
1115
|
+
return this.request("DescribeOtherCloudAssets", req, cb);
|
|
1116
|
+
}
|
|
895
1117
|
/**
|
|
896
1118
|
* 创建Dspm白名单策略
|
|
897
1119
|
*/
|
|
@@ -916,6 +1138,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
916
1138
|
async DescribeCheckViewRisks(req, cb) {
|
|
917
1139
|
return this.request("DescribeCheckViewRisks", req, cb);
|
|
918
1140
|
}
|
|
1141
|
+
/**
|
|
1142
|
+
* 创建Dspm资产访问拓扑导出任务
|
|
1143
|
+
*/
|
|
1144
|
+
async CreateDspmAssetAccessTopologyExportJob(req, cb) {
|
|
1145
|
+
return this.request("CreateDspmAssetAccessTopologyExportJob", req, cb);
|
|
1146
|
+
}
|
|
919
1147
|
/**
|
|
920
1148
|
* 资产视角下云资源配置风险列表
|
|
921
1149
|
*/
|
|
@@ -923,10 +1151,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
923
1151
|
return this.request("DescribeAssetRiskList", req, cb);
|
|
924
1152
|
}
|
|
925
1153
|
/**
|
|
926
|
-
*
|
|
1154
|
+
* 查看COS接口列表
|
|
927
1155
|
*/
|
|
928
|
-
async
|
|
929
|
-
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);
|
|
930
1164
|
}
|
|
931
1165
|
/**
|
|
932
1166
|
* 数据库资产列表
|
|
@@ -934,6 +1168,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
934
1168
|
async DescribeDbAssets(req, cb) {
|
|
935
1169
|
return this.request("DescribeDbAssets", req, cb);
|
|
936
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
|
+
}
|
|
937
1183
|
/**
|
|
938
1184
|
* 立体防护中心查询漏洞信息
|
|
939
1185
|
*/
|
|
@@ -941,10 +1187,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
941
1187
|
return this.request("DescribeSearchBugInfo", req, cb);
|
|
942
1188
|
}
|
|
943
1189
|
/**
|
|
944
|
-
*
|
|
1190
|
+
* 修改DspmIp信息
|
|
945
1191
|
*/
|
|
946
|
-
async
|
|
947
|
-
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);
|
|
948
1200
|
}
|
|
949
1201
|
/**
|
|
950
1202
|
* 获取漏洞视角的漏洞风险列表
|
|
@@ -958,6 +1210,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
958
1210
|
async DescribeRiskCenterAssetViewVULRiskList(req, cb) {
|
|
959
1211
|
return this.request("DescribeRiskCenterAssetViewVULRiskList", req, cb);
|
|
960
1212
|
}
|
|
1213
|
+
/**
|
|
1214
|
+
* 修改Dspm审批单状态
|
|
1215
|
+
*/
|
|
1216
|
+
async ModifyDspmApproveStatus(req, cb) {
|
|
1217
|
+
return this.request("ModifyDspmApproveStatus", req, cb);
|
|
1218
|
+
}
|
|
961
1219
|
/**
|
|
962
1220
|
* 创建域名、ip相关信息
|
|
963
1221
|
*/
|
|
@@ -1001,10 +1259,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1001
1259
|
return this.request("DescribeScanReportList", req, cb);
|
|
1002
1260
|
}
|
|
1003
1261
|
/**
|
|
1004
|
-
*
|
|
1262
|
+
* 查询集团账号详情
|
|
1005
1263
|
*/
|
|
1006
|
-
async
|
|
1007
|
-
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);
|
|
1008
1272
|
}
|
|
1009
1273
|
/**
|
|
1010
1274
|
* 创建Dspm个人身份id
|
|
@@ -1031,10 +1295,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1031
1295
|
return this.request("DescribeDspmAccessTopologyAccounts", req, cb);
|
|
1032
1296
|
}
|
|
1033
1297
|
/**
|
|
1034
|
-
*
|
|
1298
|
+
* 获取存储桶计费信息
|
|
1035
1299
|
*/
|
|
1036
|
-
async
|
|
1037
|
-
return this.request("
|
|
1300
|
+
async DescribeCosBucketBillingInfo(req, cb) {
|
|
1301
|
+
return this.request("DescribeCosBucketBillingInfo", req, cb);
|
|
1038
1302
|
}
|
|
1039
1303
|
/**
|
|
1040
1304
|
* 获取报告下载的临时链接
|
|
@@ -1048,6 +1312,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1048
1312
|
async DescribeCSIPRiskStatistics(req, cb) {
|
|
1049
1313
|
return this.request("DescribeCSIPRiskStatistics", req, cb);
|
|
1050
1314
|
}
|
|
1315
|
+
/**
|
|
1316
|
+
* 风险接口列表信息
|
|
1317
|
+
*/
|
|
1318
|
+
async DescribeCosRiskActionList(req, cb) {
|
|
1319
|
+
return this.request("DescribeCosRiskActionList", req, cb);
|
|
1320
|
+
}
|
|
1051
1321
|
/**
|
|
1052
1322
|
* 访问密钥风险记录详情
|
|
1053
1323
|
*/
|