tencentcloud-sdk-nodejs-csip 4.1.165 → 4.1.173

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.165",
3
+ "version": "4.1.173",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1425,6 +1425,10 @@ export interface DescribeCheckViewRisksResponse {
1425
1425
  * 检查视角下cspm规范标签列表
1426
1426
  */
1427
1427
  StandardNameList?: Array<StandardItem>;
1428
+ /**
1429
+ * 资产类型集合
1430
+ */
1431
+ AssetTypeList?: Array<AttributeOptionSet>;
1428
1432
  /**
1429
1433
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1430
1434
  */
@@ -2177,7 +2181,7 @@ export interface DescribeAccessKeyUserListRequest {
2177
2181
  Filter?: Filter;
2178
2182
  }
2179
2183
  /**
2180
- * 资产视角风险项
2184
+ * 资产视角风险信息
2181
2185
  */
2182
2186
  export interface AssetRiskItem {
2183
2187
  /**
@@ -2244,6 +2248,10 @@ export interface AssetRiskItem {
2244
2248
  * 等保合规
2245
2249
  */
2246
2250
  StandardTerms?: Array<StandardTerm>;
2251
+ /**
2252
+ * 资产类型
2253
+ */
2254
+ AssetType?: string;
2247
2255
  }
2248
2256
  /**
2249
2257
  * DeleteDomainAndIp请求参数结构体
@@ -5390,6 +5398,10 @@ export interface DescribeAssetRiskListResponse {
5390
5398
  * 等保规范名称集合
5391
5399
  */
5392
5400
  StandardNameList?: Array<StandardItem>;
5401
+ /**
5402
+ * 资产类型集合
5403
+ */
5404
+ AssetTypeList?: Array<AttributeOptionSet>;
5393
5405
  /**
5394
5406
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5395
5407
  */