tencentcloud-sdk-nodejs-ioa 4.1.113 → 4.1.114

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-ioa",
3
- "version": "4.1.113",
3
+ "version": "4.1.114",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1017,7 +1017,7 @@ export interface DescribeDLPFileDetectResultData {
1017
1017
  */
1018
1018
  Status?: string;
1019
1019
  /**
1020
- * 文件检测结果,json字符串。
1020
+ * 文件检测结果,json字符串。包含文件基本信息如type,path,md5以及命中的信息。其中State为检测状态,0为待解析文件,1为检测中,2为检测完成;FileAbstract为命中的上下文摘要信息,HitRuleid是命中的规则唯一ID,HitRuleCategoryId是规则分类唯一id,HitLevel是文件的等级,HitRuleDesc是规则的名称,HitContent是具体命中的规则以及词库信息,以及命中的内容。EngineConfigVersion是当前词库版本号
1021
1021
  */
1022
1022
  DetectResult?: string;
1023
1023
  }
@@ -1361,7 +1361,7 @@ export interface DescribeVirtualDevicesResponse {
1361
1361
  */
1362
1362
  export interface DescribeDLPFileDetectResultRequest {
1363
1363
  /**
1364
- * 管理域实例ID,用于CAM管理域权限分配
1364
+ * 管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域"1",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。
1365
1365
  */
1366
1366
  DomainInstanceId?: string;
1367
1367
  /**
@@ -2283,7 +2283,7 @@ export interface DescribeDeviceChildGroupsResponse {
2283
2283
  */
2284
2284
  export interface DescribeDLPFileDetectResultResponse {
2285
2285
  /**
2286
- * 查询任务结果
2286
+ * 文件鉴定任务结果数据。详情查看具体数据结构
2287
2287
  */
2288
2288
  Data?: DescribeDLPFileDetectResultData;
2289
2289
  /**