tencentcloud-sdk-nodejs-csip 4.1.74 → 4.1.79
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
|
@@ -33,7 +33,7 @@ export interface DescribeDbAssetInfoResponse {
|
|
|
33
33
|
*/
|
|
34
34
|
export interface DeleteRiskScanTaskRequest {
|
|
35
35
|
/**
|
|
36
|
-
* 任务id 列表
|
|
36
|
+
* 任务id 和目标AppID列表
|
|
37
37
|
*/
|
|
38
38
|
TaskIdList: Array<TaskIdListKey>;
|
|
39
39
|
/**
|
|
@@ -2492,6 +2492,10 @@ export interface TaskIdListKey {
|
|
|
2492
2492
|
* 任务ID
|
|
2493
2493
|
*/
|
|
2494
2494
|
TaskId: string;
|
|
2495
|
+
/**
|
|
2496
|
+
* APP ID
|
|
2497
|
+
*/
|
|
2498
|
+
TargetAppId?: string;
|
|
2495
2499
|
}
|
|
2496
2500
|
/**
|
|
2497
2501
|
* 调用记录详情
|
|
@@ -6505,6 +6509,10 @@ export interface CreateAccessKeyCheckTaskRequest {
|
|
|
6505
6509
|
* 账号uin列表
|
|
6506
6510
|
*/
|
|
6507
6511
|
SubUinList?: Array<string>;
|
|
6512
|
+
/**
|
|
6513
|
+
* 风险规则id列表
|
|
6514
|
+
*/
|
|
6515
|
+
RiskRuleIDList?: Array<number | bigint>;
|
|
6508
6516
|
}
|
|
6509
6517
|
/**
|
|
6510
6518
|
* 列表查询接口采用新filter 接口,直接传给后台供后台查询过滤
|