tencentcloud-sdk-nodejs-tcss 4.0.738 → 4.0.739

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.
@@ -405,6 +405,11 @@ export interface ImageVul {
405
405
  注意:此字段可能返回 null,表示取不到有效值。
406
406
  */
407
407
  AttackLevel?: number
408
+ /**
409
+ * 镜像层信息列表
410
+ 注意:此字段可能返回 null,表示取不到有效值。
411
+ */
412
+ LayerInfos?: Array<ImageVulLayerInfo>
408
413
  }
409
414
 
410
415
  /**
@@ -859,6 +864,10 @@ export interface AddAssetImageRegistryRegistryDetailRequest {
859
864
  * 联通性检测的记录ID
860
865
  */
861
866
  ConnDetectConfig?: Array<ConnDetectConfig>
867
+ /**
868
+ * ”授权&扫描"开关
869
+ */
870
+ NeedScan?: boolean
862
871
  }
863
872
 
864
873
  /**
@@ -1692,7 +1701,7 @@ export interface CreateAssetImageScanTaskResponse {
1692
1701
  /**
1693
1702
  * 任务id
1694
1703
  */
1695
- TaskID: string
1704
+ TaskID?: string
1696
1705
  /**
1697
1706
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1698
1707
  */
@@ -3921,7 +3930,8 @@ export interface CreateAssetImageScanSettingRequest {
3921
3930
  */
3922
3931
  Enable: boolean
3923
3932
  /**
3924
- * 扫描时间
3933
+ * 扫描开始时间
3934
+ 01:00 时分
3925
3935
  */
3926
3936
  ScanTime: string
3927
3937
  /**
@@ -3942,12 +3952,26 @@ export interface CreateAssetImageScanSettingRequest {
3942
3952
  ScanVul: boolean
3943
3953
  /**
3944
3954
  * 全部镜像
3955
+ * @deprecated
3945
3956
  */
3946
- All: boolean
3957
+ All?: boolean
3947
3958
  /**
3948
3959
  * 自定义镜像
3949
3960
  */
3950
3961
  Images?: Array<string>
3962
+ /**
3963
+ * 镜像是否存在运行中的容器
3964
+ */
3965
+ ContainerRunning?: boolean
3966
+ /**
3967
+ * 扫描范围 0 全部授权镜像,1自选镜像,2 推荐扫描
3968
+ */
3969
+ ScanScope?: number
3970
+ /**
3971
+ * 扫描结束时间
3972
+ 02:00 时分
3973
+ */
3974
+ ScanEndTime?: string
3951
3975
  }
3952
3976
 
3953
3977
  /**
@@ -4142,6 +4166,22 @@ export interface DescribeAssetSummaryResponse {
4142
4166
  * 超级节点运行个数
4143
4167
  */
4144
4168
  SuperNodeRunningCnt?: number
4169
+ /**
4170
+ * 今日新增镜像个数
4171
+ */
4172
+ TodayNewImageCnt?: number
4173
+ /**
4174
+ * 今日新增风险镜像个数
4175
+ */
4176
+ TodayUnsafeImageCnt?: number
4177
+ /**
4178
+ * 推荐处置镜像个数
4179
+ */
4180
+ RecommendedFixImageCnt?: number
4181
+ /**
4182
+ * 已扫描镜像个数
4183
+ */
4184
+ ScannedImageCnt?: number
4145
4185
  /**
4146
4186
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4147
4187
  */
@@ -5364,6 +5404,14 @@ export interface RenewImageAuthorizeStateRequest {
5364
5404
  * 镜像ids
5365
5405
  */
5366
5406
  ImageIds?: Array<string>
5407
+ /**
5408
+ * 是否授权后自动扫描
5409
+ */
5410
+ NeedScan?: boolean
5411
+ /**
5412
+ * 扫描类型
5413
+ */
5414
+ ScanType?: Array<string>
5367
5415
  }
5368
5416
 
5369
5417
  /**
@@ -5940,73 +5988,78 @@ export interface ImagesVul {
5940
5988
  /**
5941
5989
  * 漏洞id
5942
5990
  */
5943
- CVEID: string
5991
+ CVEID?: string
5944
5992
  /**
5945
5993
  * 漏洞名称
5946
5994
  */
5947
- Name: string
5995
+ Name?: string
5948
5996
  /**
5949
5997
  * 组件
5950
5998
  */
5951
- Component: string
5999
+ Component?: string
5952
6000
  /**
5953
6001
  * 版本
5954
6002
  */
5955
- Version: string
6003
+ Version?: string
5956
6004
  /**
5957
6005
  * 分类
5958
6006
  */
5959
- Category: string
6007
+ Category?: string
5960
6008
  /**
5961
6009
  * 分类2
5962
6010
  */
5963
- CategoryType: string
6011
+ CategoryType?: string
5964
6012
  /**
5965
6013
  * 风险等级
5966
6014
  */
5967
- Level: number
6015
+ Level?: number
5968
6016
  /**
5969
6017
  * 描述
5970
6018
  */
5971
- Des: string
6019
+ Des?: string
5972
6020
  /**
5973
6021
  * 解决方案
5974
6022
  */
5975
- OfficialSolution: string
6023
+ OfficialSolution?: string
5976
6024
  /**
5977
6025
  * 引用
5978
6026
  */
5979
- Reference: string
6027
+ Reference?: string
5980
6028
  /**
5981
6029
  * 防御方案
5982
6030
  */
5983
- DefenseSolution: string
6031
+ DefenseSolution?: string
5984
6032
  /**
5985
6033
  * 提交时间
5986
6034
  */
5987
- SubmitTime: string
6035
+ SubmitTime?: string
5988
6036
  /**
5989
6037
  * CVSS V3分数
5990
6038
  */
5991
- CVSSV3Score: number
6039
+ CVSSV3Score?: number
5992
6040
  /**
5993
6041
  * CVSS V3描述
5994
6042
  */
5995
- CVSSV3Desc: string
6043
+ CVSSV3Desc?: string
5996
6044
  /**
5997
6045
  * 是否是重点关注:true:是,false:不是
5998
6046
  */
5999
- IsSuggest: boolean
6047
+ IsSuggest?: boolean
6000
6048
  /**
6001
6049
  * 修复版本号
6002
6050
  注意:此字段可能返回 null,表示取不到有效值。
6003
6051
  */
6004
- FixedVersions: string
6052
+ FixedVersions?: string
6005
6053
  /**
6006
6054
  * 漏洞标签:"CanBeFixed","DynamicLevelPoc","DynamicLevelExp"
6007
6055
  注意:此字段可能返回 null,表示取不到有效值。
6008
6056
  */
6009
- Tag: Array<string>
6057
+ Tag?: Array<string>
6058
+ /**
6059
+ * 攻击热度
6060
+ 注意:此字段可能返回 null,表示取不到有效值。
6061
+ */
6062
+ AttackLevel?: number
6010
6063
  }
6011
6064
 
6012
6065
  /**
@@ -7058,6 +7111,22 @@ export interface DescribeSecLogDeliveryClsOptionsResponse {
7058
7111
  RequestId?: string
7059
7112
  }
7060
7113
 
7114
+ /**
7115
+ * 漏洞列表中的层信息
7116
+ */
7117
+ export interface ImageVulLayerInfo {
7118
+ /**
7119
+ * 层id
7120
+ 注意:此字段可能返回 null,表示取不到有效值。
7121
+ */
7122
+ LayerId?: string
7123
+ /**
7124
+ * 层cmd
7125
+ 注意:此字段可能返回 null,表示取不到有效值。
7126
+ */
7127
+ LayerCmd?: string
7128
+ }
7129
+
7061
7130
  /**
7062
7131
  * DeleteMachine请求参数结构体
7063
7132
  */
@@ -8313,136 +8382,140 @@ export interface DescribeAssetImageDetailResponse {
8313
8382
  /**
8314
8383
  * 镜像ID
8315
8384
  */
8316
- ImageID: string
8385
+ ImageID?: string
8317
8386
  /**
8318
8387
  * 镜像名称
8319
8388
  */
8320
- ImageName: string
8389
+ ImageName?: string
8390
+ /**
8391
+ * 镜像摘要
8392
+ */
8393
+ ImageDigest?: string
8321
8394
  /**
8322
8395
  * 创建时间
8323
8396
  */
8324
- CreateTime: string
8397
+ CreateTime?: string
8325
8398
  /**
8326
8399
  * 镜像大小
8327
8400
  */
8328
- Size: number
8401
+ Size?: number
8329
8402
  /**
8330
8403
  * 关联主机个数
8331
8404
  注意:此字段可能返回 null,表示取不到有效值。
8332
8405
  */
8333
- HostCnt: number
8406
+ HostCnt?: number
8334
8407
  /**
8335
8408
  * 关联容器个数
8336
8409
  注意:此字段可能返回 null,表示取不到有效值。
8337
8410
  */
8338
- ContainerCnt: number
8411
+ ContainerCnt?: number
8339
8412
  /**
8340
8413
  * 最近扫描时间
8341
8414
  注意:此字段可能返回 null,表示取不到有效值。
8342
8415
  */
8343
- ScanTime: string
8416
+ ScanTime?: string
8344
8417
  /**
8345
8418
  * 漏洞个数
8346
8419
  注意:此字段可能返回 null,表示取不到有效值。
8347
8420
  */
8348
- VulCnt: number
8421
+ VulCnt?: number
8349
8422
  /**
8350
8423
  * 风险行为数
8351
8424
  注意:此字段可能返回 null,表示取不到有效值。
8352
8425
  */
8353
- RiskCnt: number
8426
+ RiskCnt?: number
8354
8427
  /**
8355
8428
  * 敏感信息数
8356
8429
  注意:此字段可能返回 null,表示取不到有效值。
8357
8430
  */
8358
- SensitiveInfoCnt: number
8431
+ SensitiveInfoCnt?: number
8359
8432
  /**
8360
8433
  * 是否信任镜像
8361
8434
  */
8362
- IsTrustImage: boolean
8435
+ IsTrustImage?: boolean
8363
8436
  /**
8364
8437
  * 镜像系统
8365
8438
  */
8366
- OsName: string
8439
+ OsName?: string
8367
8440
  /**
8368
8441
  * agent镜像扫描错误
8369
8442
  注意:此字段可能返回 null,表示取不到有效值。
8370
8443
  */
8371
- AgentError: string
8444
+ AgentError?: string
8372
8445
  /**
8373
8446
  * 后端镜像扫描错误
8374
8447
  注意:此字段可能返回 null,表示取不到有效值。
8375
8448
  */
8376
- ScanError: string
8449
+ ScanError?: string
8377
8450
  /**
8378
8451
  * 系统架构
8379
8452
  注意:此字段可能返回 null,表示取不到有效值。
8380
8453
  */
8381
- Architecture: string
8454
+ Architecture?: string
8382
8455
  /**
8383
8456
  * 作者
8384
8457
  注意:此字段可能返回 null,表示取不到有效值。
8385
8458
  */
8386
- Author: string
8459
+ Author?: string
8387
8460
  /**
8388
8461
  * 构建历史
8389
8462
  注意:此字段可能返回 null,表示取不到有效值。
8390
8463
  */
8391
- BuildHistory: string
8464
+ BuildHistory?: string
8392
8465
  /**
8393
8466
  * 木马扫描进度
8394
8467
  注意:此字段可能返回 null,表示取不到有效值。
8395
8468
  */
8396
- ScanVirusProgress: number
8469
+ ScanVirusProgress?: number
8397
8470
  /**
8398
8471
  * 漏洞扫进度
8399
8472
  注意:此字段可能返回 null,表示取不到有效值。
8400
8473
  */
8401
- ScanVulProgress: number
8474
+ ScanVulProgress?: number
8402
8475
  /**
8403
8476
  * 敏感信息扫描进度
8404
8477
  注意:此字段可能返回 null,表示取不到有效值。
8405
8478
  */
8406
- ScanRiskProgress: number
8479
+ ScanRiskProgress?: number
8407
8480
  /**
8408
8481
  * 木马扫描错误
8409
8482
  注意:此字段可能返回 null,表示取不到有效值。
8410
8483
  */
8411
- ScanVirusError: string
8484
+ ScanVirusError?: string
8412
8485
  /**
8413
8486
  * 漏洞扫描错误
8414
8487
  注意:此字段可能返回 null,表示取不到有效值。
8415
8488
  */
8416
- ScanVulError: string
8489
+ ScanVulError?: string
8417
8490
  /**
8418
8491
  * 敏感信息错误
8419
8492
  注意:此字段可能返回 null,表示取不到有效值。
8420
8493
  */
8421
- ScanRiskError: string
8494
+ ScanRiskError?: string
8422
8495
  /**
8423
8496
  * 镜像扫描状态
8424
8497
  注意:此字段可能返回 null,表示取不到有效值。
8425
8498
  */
8426
- ScanStatus: string
8499
+ ScanStatus?: string
8427
8500
  /**
8428
8501
  * 木马病毒数
8429
8502
  注意:此字段可能返回 null,表示取不到有效值。
8430
8503
  */
8431
- VirusCnt: number
8504
+ VirusCnt?: number
8432
8505
  /**
8433
8506
  * 镜像扫描状态
8434
8507
  注意:此字段可能返回 null,表示取不到有效值。
8435
8508
  */
8436
- Status: number
8509
+ Status?: number
8437
8510
  /**
8438
8511
  * 剩余扫描时间
8439
8512
  注意:此字段可能返回 null,表示取不到有效值。
8440
8513
  */
8441
- RemainScanTime: number
8514
+ RemainScanTime?: number
8442
8515
  /**
8443
8516
  * 授权为:1,未授权为:0
8444
8517
  */
8445
- IsAuthorized: number
8518
+ IsAuthorized?: number
8446
8519
  /**
8447
8520
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8448
8521
  */
@@ -8934,6 +9007,10 @@ export interface ImageRepoInfo {
8934
9007
  注意:此字段可能返回 null,表示取不到有效值。
8935
9008
  */
8936
9009
  SensitiveInfoCnt?: number
9010
+ /**
9011
+ * 是否推荐处置
9012
+ */
9013
+ RecommendedFix?: boolean
8937
9014
  }
8938
9015
 
8939
9016
  /**
@@ -13279,7 +13356,16 @@ export interface CompliancePolicyAssetSetItem {
13279
13356
  /**
13280
13357
  * SyncAssetImageRegistryAsset请求参数结构体
13281
13358
  */
13282
- export type SyncAssetImageRegistryAssetRequest = null
13359
+ export interface SyncAssetImageRegistryAssetRequest {
13360
+ /**
13361
+ * 是否同步所有镜像仓库
13362
+ */
13363
+ All?: boolean
13364
+ /**
13365
+ * 需要同步的部分镜像仓库
13366
+ */
13367
+ RegistryIds?: Array<number | bigint>
13368
+ }
13283
13369
 
13284
13370
  /**
13285
13371
  * DescribeComplianceScanFailedAssetList请求参数结构体
@@ -15066,6 +15152,14 @@ export interface AddEditImageAutoAuthorizedRuleRequest {
15066
15152
  * 根据条件过滤而且排除指定主机id
15067
15153
  */
15068
15154
  ExcludeHostIdSet?: Array<string>
15155
+ /**
15156
+ * 自动扫描开关
15157
+ */
15158
+ AutoScanEnabled?: number
15159
+ /**
15160
+ * 自动扫描范围
15161
+ */
15162
+ ScanType?: Array<string>
15069
15163
  }
15070
15164
 
15071
15165
  /**
@@ -15497,87 +15591,111 @@ export interface ImagesInfo {
15497
15591
  /**
15498
15592
  * 镜像id
15499
15593
  */
15500
- ImageID: string
15594
+ ImageID?: string
15501
15595
  /**
15502
15596
  * 镜像名称
15503
15597
  */
15504
- ImageName: string
15598
+ ImageName?: string
15505
15599
  /**
15506
15600
  * 创建时间
15507
15601
  */
15508
- CreateTime: string
15602
+ CreateTime?: string
15509
15603
  /**
15510
15604
  * 镜像大小
15511
15605
  */
15512
- Size: number
15606
+ Size?: number
15513
15607
  /**
15514
15608
  * 主机个数
15515
15609
  */
15516
- HostCnt: number
15610
+ HostCnt?: number
15517
15611
  /**
15518
15612
  * 容器个数
15519
15613
  */
15520
- ContainerCnt: number
15614
+ ContainerCnt?: number
15521
15615
  /**
15522
15616
  * 扫描时间
15523
15617
  */
15524
- ScanTime: string
15618
+ ScanTime?: string
15525
15619
  /**
15526
15620
  * 漏洞个数
15527
15621
  */
15528
- VulCnt: number
15622
+ VulCnt?: number
15529
15623
  /**
15530
15624
  * 病毒个数
15531
15625
  */
15532
- VirusCnt: number
15626
+ VirusCnt?: number
15533
15627
  /**
15534
15628
  * 敏感信息个数
15535
15629
  */
15536
- RiskCnt: number
15630
+ RiskCnt?: number
15537
15631
  /**
15538
15632
  * 是否信任镜像
15539
15633
  */
15540
- IsTrustImage: boolean
15634
+ IsTrustImage?: boolean
15541
15635
  /**
15542
15636
  * 镜像系统
15543
15637
  */
15544
- OsName: string
15638
+ OsName?: string
15545
15639
  /**
15546
15640
  * agent镜像扫描错误
15547
15641
  */
15548
- AgentError: string
15642
+ AgentError?: string
15549
15643
  /**
15550
15644
  * 后端镜像扫描错误
15551
15645
  */
15552
- ScanError: string
15646
+ ScanError?: string
15553
15647
  /**
15554
15648
  * 扫描状态
15555
15649
  */
15556
- ScanStatus: string
15650
+ ScanStatus?: string
15557
15651
  /**
15558
15652
  * 木马扫描错误信息
15559
15653
  */
15560
- ScanVirusError: string
15654
+ ScanVirusError?: string
15561
15655
  /**
15562
15656
  * 漏洞扫描错误信息
15563
15657
  */
15564
- ScanVulError: string
15658
+ ScanVulError?: string
15565
15659
  /**
15566
15660
  * 风险扫描错误信息
15567
15661
  */
15568
- ScanRiskError: string
15662
+ ScanRiskError?: string
15569
15663
  /**
15570
15664
  * 是否是重点关注镜像,为0不是,非0是
15571
15665
  */
15572
- IsSuggest: number
15666
+ IsSuggest?: number
15573
15667
  /**
15574
15668
  * 是否授权,1是0否
15575
15669
  */
15576
- IsAuthorized: number
15670
+ IsAuthorized?: number
15577
15671
  /**
15578
15672
  * 组件个数
15579
15673
  */
15580
- ComponentCnt: number
15674
+ ComponentCnt?: number
15675
+ /**
15676
+ * 严重漏洞数
15677
+ */
15678
+ CriticalLevelVulCnt?: number
15679
+ /**
15680
+ * 高危漏洞数
15681
+ */
15682
+ HighLevelVulCnt?: number
15683
+ /**
15684
+ * 中危漏洞数
15685
+ */
15686
+ MediumLevelVulCnt?: number
15687
+ /**
15688
+ * 低危漏洞数
15689
+ */
15690
+ LowLevelVulCnt?: number
15691
+ /**
15692
+ * 是否最新版本镜像
15693
+ */
15694
+ IsLatestImage?: boolean
15695
+ /**
15696
+ * 是否推荐处置
15697
+ */
15698
+ RecommendedFix?: boolean
15581
15699
  }
15582
15700
 
15583
15701
  /**
@@ -17810,35 +17928,48 @@ export interface DescribeAssetImageScanSettingResponse {
17810
17928
  /**
17811
17929
  * 开关
17812
17930
  */
17813
- Enable: boolean
17931
+ Enable?: boolean
17814
17932
  /**
17815
17933
  * 扫描时刻(完整时间;后端按0时区解析时分秒)
17816
17934
  */
17817
- ScanTime: string
17935
+ ScanTime?: string
17818
17936
  /**
17819
17937
  * 扫描间隔
17820
17938
  */
17821
- ScanPeriod: number
17939
+ ScanPeriod?: number
17822
17940
  /**
17823
17941
  * 扫描木马
17824
17942
  */
17825
- ScanVirus: boolean
17943
+ ScanVirus?: boolean
17826
17944
  /**
17827
17945
  * 扫描敏感信息
17828
17946
  */
17829
- ScanRisk: boolean
17947
+ ScanRisk?: boolean
17830
17948
  /**
17831
17949
  * 扫描漏洞
17832
17950
  */
17833
- ScanVul: boolean
17951
+ ScanVul?: boolean
17834
17952
  /**
17835
17953
  * 扫描全部镜像
17954
+ * @deprecated
17836
17955
  */
17837
- All: boolean
17956
+ All?: boolean
17838
17957
  /**
17839
17958
  * 自定义扫描镜像
17840
17959
  */
17841
- Images: Array<string>
17960
+ Images?: Array<string>
17961
+ /**
17962
+ * 镜像是否存在运行中的容器
17963
+ */
17964
+ ContainerRunning?: boolean
17965
+ /**
17966
+ * 扫描范围 0 全部授权镜像,1自选镜像,2 推荐扫描
17967
+ */
17968
+ ScanScope?: number
17969
+ /**
17970
+ * 扫描结束时间 02:00 时分
17971
+ */
17972
+ ScanEndTime?: string
17842
17973
  /**
17843
17974
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
17844
17975
  */
@@ -18047,6 +18178,7 @@ export interface DescribeContainerAssetSummaryResponse {
18047
18178
  export interface CreateAssetImageScanTaskRequest {
18048
18179
  /**
18049
18180
  * 是否扫描全部镜像;全部镜像,镜像列表和根据过滤条件筛选三选一。
18181
+ * @deprecated
18050
18182
  */
18051
18183
  All?: boolean
18052
18184
  /**
@@ -18073,6 +18205,18 @@ export interface CreateAssetImageScanTaskRequest {
18073
18205
  * 根据过滤条件筛选出镜像,再排除个别镜像
18074
18206
  */
18075
18207
  ExcludeImageIds?: Array<string>
18208
+ /**
18209
+ * 镜像是否存在运行中的容器
18210
+ */
18211
+ ContainerRunning?: boolean
18212
+ /**
18213
+ * 扫描范围 0 全部授权镜像,1自选镜像,2 推荐扫描
18214
+ */
18215
+ ScanScope?: number
18216
+ /**
18217
+ * 任务超时时长单位秒,默认1小时
18218
+ */
18219
+ Timeout?: number
18076
18220
  }
18077
18221
 
18078
18222
  /**
@@ -19338,27 +19482,35 @@ export interface DescribeImageAutoAuthorizedRuleResponse {
19338
19482
  /**
19339
19483
  * 规则是否生效,0:不生效,1:已生效
19340
19484
  */
19341
- IsEnabled: number
19485
+ IsEnabled?: number
19342
19486
  /**
19343
19487
  * 授权范围类别,MANUAL:自选主机节点,ALL:全部镜像
19344
19488
  注意:此字段可能返回 null,表示取不到有效值。
19345
19489
  */
19346
- RangeType: string
19490
+ RangeType?: string
19347
19491
  /**
19348
19492
  * 授权范围是自选主机时的主机数量
19349
19493
  注意:此字段可能返回 null,表示取不到有效值。
19350
19494
  */
19351
- HostCount: number
19495
+ HostCount?: number
19352
19496
  /**
19353
19497
  * 每天最大的镜像授权数限制, 0表示无限制
19354
19498
  注意:此字段可能返回 null,表示取不到有效值。
19355
19499
  */
19356
- MaxDailyCount: number
19500
+ MaxDailyCount?: number
19357
19501
  /**
19358
19502
  * 规则id,用未设置时为0
19359
19503
  注意:此字段可能返回 null,表示取不到有效值。
19360
19504
  */
19361
- RuleId: number
19505
+ RuleId?: number
19506
+ /**
19507
+ * 自动扫描开关,0:关闭,1:开启
19508
+ */
19509
+ AutoScanEnabled?: number
19510
+ /**
19511
+ * 自动扫描范围
19512
+ */
19513
+ ScanType?: Array<string>
19362
19514
  /**
19363
19515
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
19364
19516
  */
@@ -607,7 +607,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
607
607
  /**
608
608
  * 镜像仓库资产刷新
609
609
  */
610
- SyncAssetImageRegistryAsset(req?: SyncAssetImageRegistryAssetRequest, cb?: (error: string, rep: SyncAssetImageRegistryAssetResponse) => void): Promise<SyncAssetImageRegistryAssetResponse>;
610
+ SyncAssetImageRegistryAsset(req: SyncAssetImageRegistryAssetRequest, cb?: (error: string, rep: SyncAssetImageRegistryAssetResponse) => void): Promise<SyncAssetImageRegistryAssetResponse>;
611
611
  /**
612
612
  * 创建合规检查任务,在资产级别触发重新检测时使用。
613
613
  */