tencentcloud-sdk-nodejs-csip 4.1.63 → 4.1.64

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-csip",
3
- "version": "4.1.63",
3
+ "version": "4.1.64",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -329,6 +329,10 @@ export interface DescribeAssetViewVulRiskListResponse {
329
329
  * DescribeRepositoryImageAssets请求参数结构体
330
330
  */
331
331
  export interface DescribeRepositoryImageAssetsRequest {
332
+ /**
333
+ * 集团账号的成员id
334
+ */
335
+ MemberId?: Array<string>;
332
336
  /**
333
337
  * filter过滤条件
334
338
  */
@@ -1900,6 +1904,10 @@ export interface RiskRuleItem {
1900
1904
  * DescribeRiskCenterCFGViewCFGRiskList请求参数结构体
1901
1905
  */
1902
1906
  export interface DescribeRiskCenterCFGViewCFGRiskListRequest {
1907
+ /**
1908
+ * 集团账号的成员id
1909
+ */
1910
+ MemberId?: Array<string>;
1903
1911
  /**
1904
1912
  * 过滤内容
1905
1913
  */
@@ -6168,7 +6176,6 @@ export interface DescribeRiskCenterAssetViewCFGRiskListRequest {
6168
6176
  export interface DescribeRiskRuleDetailResponse {
6169
6177
  /**
6170
6178
  * 风险规则ID
6171
- 注意:此字段可能返回 null,表示取不到有效值。
6172
6179
  */
6173
6180
  RiskRuleId?: string;
6174
6181
  /**
@@ -6968,7 +6975,6 @@ export interface ScanTaskInfoList {
6968
6975
  export interface DescribeExposePathResponse {
6969
6976
  /**
6970
6977
  * 暴露路径节点内容
6971
- 注意:此字段可能返回 null,表示取不到有效值。
6972
6978
  */
6973
6979
  Content?: string;
6974
6980
  /**
@@ -7658,6 +7664,10 @@ export interface Filters {
7658
7664
  * DescribeOtherCloudAssets请求参数结构体
7659
7665
  */
7660
7666
  export interface DescribeOtherCloudAssetsRequest {
7667
+ /**
7668
+ * 集团账号的成员id
7669
+ */
7670
+ MemberId?: Array<string>;
7661
7671
  /**
7662
7672
  * -
7663
7673
  */