tencentcloud-sdk-nodejs-csip 4.1.239 → 4.1.244
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
|
@@ -630,21 +630,25 @@ export interface AssetTag {
|
|
|
630
630
|
*/
|
|
631
631
|
export interface DescribeCheckViewRisksResponse {
|
|
632
632
|
/**
|
|
633
|
-
*
|
|
633
|
+
* <p>检查视角下风险数量</p>
|
|
634
634
|
*/
|
|
635
635
|
TotalCount?: number;
|
|
636
636
|
/**
|
|
637
|
-
*
|
|
637
|
+
* <p>检查视角下风险列表</p>
|
|
638
638
|
*/
|
|
639
639
|
CheckViewRiskList?: Array<CheckViewRiskItem>;
|
|
640
640
|
/**
|
|
641
|
-
*
|
|
641
|
+
* <p>检查视角下cspm规范标签列表</p>
|
|
642
642
|
*/
|
|
643
643
|
StandardNameList?: Array<StandardItem>;
|
|
644
644
|
/**
|
|
645
|
-
*
|
|
645
|
+
* <p>资产类型集合</p>
|
|
646
646
|
*/
|
|
647
647
|
AssetTypeList?: Array<AttributeOptionSet>;
|
|
648
|
+
/**
|
|
649
|
+
* <p>云厂商类型集合</p>
|
|
650
|
+
*/
|
|
651
|
+
ProviderList?: Array<AttributeOptionSet>;
|
|
648
652
|
/**
|
|
649
653
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
650
654
|
*/
|
|
@@ -4582,25 +4586,29 @@ export interface RepositoryImageVO {
|
|
|
4582
4586
|
*/
|
|
4583
4587
|
export interface DescribeRiskRuleDetailResponse {
|
|
4584
4588
|
/**
|
|
4585
|
-
*
|
|
4589
|
+
* <p>风险规则ID</p>
|
|
4586
4590
|
*/
|
|
4587
4591
|
RiskRuleId?: string;
|
|
4588
4592
|
/**
|
|
4589
|
-
*
|
|
4593
|
+
* <p>云厂商</p>
|
|
4590
4594
|
*/
|
|
4591
4595
|
Provider?: string;
|
|
4592
4596
|
/**
|
|
4593
|
-
*
|
|
4597
|
+
* <p>风险名称</p>
|
|
4594
4598
|
*/
|
|
4595
4599
|
RiskName?: string;
|
|
4596
4600
|
/**
|
|
4597
|
-
*
|
|
4601
|
+
* <p>风险危害</p>
|
|
4598
4602
|
*/
|
|
4599
4603
|
RiskInfluence?: string;
|
|
4600
4604
|
/**
|
|
4601
|
-
*
|
|
4605
|
+
* <p>修复指引</p>
|
|
4602
4606
|
*/
|
|
4603
4607
|
RiskFixAdvice?: string;
|
|
4608
|
+
/**
|
|
4609
|
+
* <p>资产类型</p>
|
|
4610
|
+
*/
|
|
4611
|
+
AssetType?: string;
|
|
4604
4612
|
/**
|
|
4605
4613
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4606
4614
|
*/
|
|
@@ -10512,7 +10520,7 @@ export interface CosAccessInfo {
|
|
|
10512
10520
|
*/
|
|
10513
10521
|
export interface DescribeRiskRuleDetailRequest {
|
|
10514
10522
|
/**
|
|
10515
|
-
*
|
|
10523
|
+
* <p>风险规则ID</p>
|
|
10516
10524
|
*/
|
|
10517
10525
|
RiskRuleId: string;
|
|
10518
10526
|
}
|
|
@@ -14394,23 +14402,23 @@ export interface DescribeCheckViewRisksRequest {
|
|
|
14394
14402
|
*/
|
|
14395
14403
|
MemberId?: Array<string>;
|
|
14396
14404
|
/**
|
|
14397
|
-
*
|
|
14405
|
+
* <p>过滤内容</p>
|
|
14398
14406
|
*/
|
|
14399
14407
|
Filters?: Array<Filters>;
|
|
14400
14408
|
/**
|
|
14401
|
-
*
|
|
14409
|
+
* <p>分页大小</p>
|
|
14402
14410
|
*/
|
|
14403
14411
|
Limit?: number;
|
|
14404
14412
|
/**
|
|
14405
|
-
*
|
|
14413
|
+
* <p>偏移量</p>
|
|
14406
14414
|
*/
|
|
14407
14415
|
Offset?: number;
|
|
14408
14416
|
/**
|
|
14409
|
-
*
|
|
14417
|
+
* <p>排序类型</p>
|
|
14410
14418
|
*/
|
|
14411
14419
|
Order?: string;
|
|
14412
14420
|
/**
|
|
14413
|
-
*
|
|
14421
|
+
* <p>排序字段</p>
|
|
14414
14422
|
*/
|
|
14415
14423
|
By?: string;
|
|
14416
14424
|
}
|
|
@@ -15051,6 +15059,10 @@ export interface AssetRiskItem {
|
|
|
15051
15059
|
* <p>资产类型图标</p>
|
|
15052
15060
|
*/
|
|
15053
15061
|
AssetTypeIconURL?: string;
|
|
15062
|
+
/**
|
|
15063
|
+
* <p>资产类型</p>
|
|
15064
|
+
*/
|
|
15065
|
+
AssetTypeName?: string;
|
|
15054
15066
|
}
|
|
15055
15067
|
/**
|
|
15056
15068
|
* DescribeRiskDetailList请求参数结构体
|
|
@@ -16790,6 +16802,10 @@ export interface RiskDetailItem {
|
|
|
16790
16802
|
* <p>用户AppID</p>
|
|
16791
16803
|
*/
|
|
16792
16804
|
AppID?: number;
|
|
16805
|
+
/**
|
|
16806
|
+
* <p>资产类型</p>
|
|
16807
|
+
*/
|
|
16808
|
+
AssetType?: string;
|
|
16793
16809
|
}
|
|
16794
16810
|
/**
|
|
16795
16811
|
* DescribePublicIpAssets返回参数结构体
|