tencentcloud-sdk-nodejs-ioa 4.1.113 → 4.1.115
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
|
@@ -59,12 +59,16 @@ export interface DescribeDeviceDetailListResponse {
|
|
|
59
59
|
* DescribeAggrSoftDeviceList请求参数结构体
|
|
60
60
|
*/
|
|
61
61
|
export interface DescribeAggrSoftDeviceListRequest {
|
|
62
|
+
/**
|
|
63
|
+
* 过滤条件
|
|
64
|
+
*/
|
|
65
|
+
Condition?: Condition;
|
|
62
66
|
/**
|
|
63
67
|
* 软件名
|
|
64
68
|
*/
|
|
65
69
|
Name?: string;
|
|
66
70
|
/**
|
|
67
|
-
*
|
|
71
|
+
* 0:win 2:mac
|
|
68
72
|
*/
|
|
69
73
|
OsType?: number;
|
|
70
74
|
}
|
|
@@ -421,7 +425,11 @@ export interface DescribeDeviceVirtualGroupsResponse {
|
|
|
421
425
|
*/
|
|
422
426
|
export interface DescribeAggrSoftCategorySoftListRequest {
|
|
423
427
|
/**
|
|
424
|
-
*
|
|
428
|
+
* 过滤条件、分页参数<li>Name - String - 过滤支持:是 - 操作符:eq,neq,like,ilike,nlike - 排序支持:是 - 按类别名称过滤或排序。</li><li>CorpName - String - 过滤支持:是 - 操作符:eq,neq,like,ilike,nlike - 排序支持:是 - 按CorpName过滤或排序。</li><li>Version - String - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按版本排序。</li><li>InstalledDeviceCount - int - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按安装设备数量排序。</li><li>GenuineRate - float - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按正版率排序。</li><li>AuthNum - int - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按授权数量排序。</li><li>CategoryNamePath - String - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按类别路径名排序。</li>
|
|
429
|
+
*/
|
|
430
|
+
Condition?: Condition;
|
|
431
|
+
/**
|
|
432
|
+
* 操作系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)
|
|
425
433
|
*/
|
|
426
434
|
OsType?: number;
|
|
427
435
|
}
|
|
@@ -1017,7 +1025,7 @@ export interface DescribeDLPFileDetectResultData {
|
|
|
1017
1025
|
*/
|
|
1018
1026
|
Status?: string;
|
|
1019
1027
|
/**
|
|
1020
|
-
* 文件检测结果,json
|
|
1028
|
+
* 文件检测结果,json字符串。包含文件基本信息如type,path,md5以及命中的信息。其中State为检测状态,0为待解析文件,1为检测中,2为检测完成;FileAbstract为命中的上下文摘要信息,HitRuleid是命中的规则唯一ID,HitRuleCategoryId是规则分类唯一id,HitLevel是文件的等级,HitRuleDesc是规则的名称,HitContent是具体命中的规则以及词库信息,以及命中的内容。EngineConfigVersion是当前词库版本号
|
|
1021
1029
|
*/
|
|
1022
1030
|
DetectResult?: string;
|
|
1023
1031
|
}
|
|
@@ -1242,6 +1250,10 @@ export interface DescribeSoftwareInformationRequest {
|
|
|
1242
1250
|
<li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>
|
|
1243
1251
|
*/
|
|
1244
1252
|
Condition?: Condition;
|
|
1253
|
+
/**
|
|
1254
|
+
* 0:win 2:mac
|
|
1255
|
+
*/
|
|
1256
|
+
OsType?: number;
|
|
1245
1257
|
}
|
|
1246
1258
|
/**
|
|
1247
1259
|
* 业务响应数据
|
|
@@ -1361,7 +1373,7 @@ export interface DescribeVirtualDevicesResponse {
|
|
|
1361
1373
|
*/
|
|
1362
1374
|
export interface DescribeDLPFileDetectResultRequest {
|
|
1363
1375
|
/**
|
|
1364
|
-
* 管理域实例ID,用于CAM
|
|
1376
|
+
* 管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域"1",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。
|
|
1365
1377
|
*/
|
|
1366
1378
|
DomainInstanceId?: string;
|
|
1367
1379
|
/**
|
|
@@ -1795,6 +1807,10 @@ export interface ExportSoftwareInformationListRequest {
|
|
|
1795
1807
|
<li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>
|
|
1796
1808
|
*/
|
|
1797
1809
|
Condition?: Condition;
|
|
1810
|
+
/**
|
|
1811
|
+
* 系统类型0:win 2:mac
|
|
1812
|
+
*/
|
|
1813
|
+
OsType?: number;
|
|
1798
1814
|
}
|
|
1799
1815
|
/**
|
|
1800
1816
|
* 业务响应数据
|
|
@@ -2283,7 +2299,7 @@ export interface DescribeDeviceChildGroupsResponse {
|
|
|
2283
2299
|
*/
|
|
2284
2300
|
export interface DescribeDLPFileDetectResultResponse {
|
|
2285
2301
|
/**
|
|
2286
|
-
*
|
|
2302
|
+
* 文件鉴定任务结果数据。详情查看具体数据结构
|
|
2287
2303
|
*/
|
|
2288
2304
|
Data?: DescribeDLPFileDetectResultData;
|
|
2289
2305
|
/**
|