tencentcloud-sdk-nodejs-tcss 4.1.128 → 4.1.136
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
|
@@ -1083,7 +1083,7 @@ export interface DescribeAssetImageRegistryRiskListExportRequest {
|
|
|
1083
1083
|
/**
|
|
1084
1084
|
* 导出字段
|
|
1085
1085
|
*/
|
|
1086
|
-
ExportField
|
|
1086
|
+
ExportField?: Array<string>;
|
|
1087
1087
|
/**
|
|
1088
1088
|
* 需要返回的数量,默认为10,最大值为100
|
|
1089
1089
|
*/
|
|
@@ -2843,6 +2843,10 @@ export interface DescribeAssetImageRegistryRiskListExportResponse {
|
|
|
2843
2843
|
* excel文件下载地址
|
|
2844
2844
|
*/
|
|
2845
2845
|
DownloadUrl?: string;
|
|
2846
|
+
/**
|
|
2847
|
+
* 导出任务id
|
|
2848
|
+
*/
|
|
2849
|
+
JobId?: string;
|
|
2846
2850
|
/**
|
|
2847
2851
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2848
2852
|
*/
|
|
@@ -8709,6 +8713,14 @@ export interface DescribeAssetImageDetailResponse {
|
|
|
8709
8713
|
* 授权为:1,未授权为:0
|
|
8710
8714
|
*/
|
|
8711
8715
|
IsAuthorized?: number;
|
|
8716
|
+
/**
|
|
8717
|
+
* 解决方案
|
|
8718
|
+
*/
|
|
8719
|
+
Solution?: string;
|
|
8720
|
+
/**
|
|
8721
|
+
* 原因
|
|
8722
|
+
*/
|
|
8723
|
+
Reason?: string;
|
|
8712
8724
|
/**
|
|
8713
8725
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8714
8726
|
*/
|
|
@@ -9276,6 +9288,14 @@ export interface ImageRepoInfo {
|
|
|
9276
9288
|
* 是否推荐处置
|
|
9277
9289
|
*/
|
|
9278
9290
|
RecommendedFix?: boolean;
|
|
9291
|
+
/**
|
|
9292
|
+
* 解决方案
|
|
9293
|
+
*/
|
|
9294
|
+
Solution?: string;
|
|
9295
|
+
/**
|
|
9296
|
+
* 原因
|
|
9297
|
+
*/
|
|
9298
|
+
Reason?: string;
|
|
9279
9299
|
}
|
|
9280
9300
|
/**
|
|
9281
9301
|
* CreateAssetImageRegistryScanTask返回参数结构体
|
|
@@ -15883,6 +15903,15 @@ export interface ImagesInfo {
|
|
|
15883
15903
|
* 是否推荐处置
|
|
15884
15904
|
*/
|
|
15885
15905
|
RecommendedFix?: boolean;
|
|
15906
|
+
/**
|
|
15907
|
+
* 解决方案
|
|
15908
|
+
*/
|
|
15909
|
+
Solution?: string;
|
|
15910
|
+
/**
|
|
15911
|
+
* 原因
|
|
15912
|
+
|
|
15913
|
+
*/
|
|
15914
|
+
Reason?: string;
|
|
15886
15915
|
}
|
|
15887
15916
|
/**
|
|
15888
15917
|
* ModifyVirusAutoIsolateExampleSwitch请求参数结构体
|
|
@@ -17324,6 +17353,10 @@ export interface CreateExportComplianceStatusListJobRequest {
|
|
|
17324
17353
|
* 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。
|
|
17325
17354
|
*/
|
|
17326
17355
|
IdList?: Array<number | bigint>;
|
|
17356
|
+
/**
|
|
17357
|
+
* 筛选
|
|
17358
|
+
*/
|
|
17359
|
+
Filters?: Array<RunTimeFilters>;
|
|
17327
17360
|
}
|
|
17328
17361
|
/**
|
|
17329
17362
|
* DescribeImageAutoAuthorizedTaskList请求参数结构体
|
|
@@ -18755,6 +18788,14 @@ export interface DescribeAssetImageRegistryDetailResponse {
|
|
|
18755
18788
|
* Id
|
|
18756
18789
|
*/
|
|
18757
18790
|
Id?: number;
|
|
18791
|
+
/**
|
|
18792
|
+
* 解决方案
|
|
18793
|
+
*/
|
|
18794
|
+
Solution?: string;
|
|
18795
|
+
/**
|
|
18796
|
+
* 原因
|
|
18797
|
+
*/
|
|
18798
|
+
Reason?: string;
|
|
18758
18799
|
/**
|
|
18759
18800
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
18760
18801
|
*/
|