tencentcloud-sdk-nodejs-ioa 4.1.158 → 4.1.183

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.158",
3
+ "version": "4.1.183",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -71,6 +71,14 @@ export interface DescribeAggrSoftDeviceListRequest {
71
71
  * 0:win 2:mac
72
72
  */
73
73
  OsType?: number;
74
+ /**
75
+ * 分组ID
76
+ */
77
+ GroupId?: number;
78
+ /**
79
+ * 分组类型 1-终端分组 2-组织架构(账号分组) 3/4-虚拟分组
80
+ */
81
+ GroupType?: number;
74
82
  }
75
83
  /**
76
84
  * 自动划分规则数据
@@ -171,6 +179,36 @@ export interface DescribeDeviceHardwareInfoItem {
171
179
  */
172
180
  RemarkName?: string;
173
181
  }
182
+ /**
183
+ * 条件
184
+ */
185
+ export interface RulePayloadItem {
186
+ /**
187
+ * 字段Key
188
+ 注意:此字段可能返回 null,表示取不到有效值。
189
+ */
190
+ FieldKey?: string;
191
+ /**
192
+ * 选项(eq:等于,neq:不等于,like,nlike,gt:大于,lt:小于,egt:大于等于,elt:小于等于)
193
+ 注意:此字段可能返回 null,表示取不到有效值。
194
+ */
195
+ Option?: string;
196
+ /**
197
+ * 值
198
+ 注意:此字段可能返回 null,表示取不到有效值。
199
+ */
200
+ Value?: Array<string>;
201
+ /**
202
+ * 嵌套条件组
203
+ 注意:此字段可能返回 null,表示取不到有效值。
204
+ */
205
+ Groups?: Array<RulePayloadItem>;
206
+ /**
207
+ * RelateOption 关系操作符(and/or),用于根级别条件关系
208
+ 注意:此字段可能返回 null,表示取不到有效值。
209
+ */
210
+ RelateOption?: string;
211
+ }
174
212
  /**
175
213
  * 终端详情响应对象集合
176
214
  */
@@ -1411,6 +1449,21 @@ export interface DescribeDLPEdgeNodesPageData {
1411
1449
  */
1412
1450
  Items?: Array<DescribeDLPEdgeNodesRspItem>;
1413
1451
  }
1452
+ /**
1453
+ * 条件筛选
1454
+ */
1455
+ export interface RulePayload {
1456
+ /**
1457
+ * 条件组
1458
+ 注意:此字段可能返回 null,表示取不到有效值。
1459
+ */
1460
+ Groups?: Array<RulePayloadItem>;
1461
+ /**
1462
+ * 条件关系 or/and
1463
+ 注意:此字段可能返回 null,表示取不到有效值。
1464
+ */
1465
+ RelateOption?: string;
1466
+ }
1414
1467
  /**
1415
1468
  * DescribeDLPFileDetectTaskResult返回参数结构体
1416
1469
  */
@@ -1753,6 +1806,10 @@ export interface AggrSoftDeviceRow {
1753
1806
  * 0:win 2:mac
1754
1807
  */
1755
1808
  OsType?: number;
1809
+ /**
1810
+ * 所有权
1811
+ */
1812
+ AssetType?: string;
1756
1813
  }
1757
1814
  /**
1758
1815
  * 软件版本与安装数量
@@ -1869,6 +1926,16 @@ export interface Condition {
1869
1926
  * PageNum 获取第几页(只支持32位)
1870
1927
  */
1871
1928
  PageNum?: number;
1929
+ /**
1930
+ * 复杂查询规则条件查询项(支持任意层级AND/OR组合)
1931
+ 注意:此字段可能返回 null,表示取不到有效值。
1932
+ */
1933
+ RulePayload?: RulePayload;
1934
+ /**
1935
+ * 规则模式:0-使用旧的FilterGroups,1-使用新的RulePayload
1936
+ 注意:此字段可能返回 null,表示取不到有效值。
1937
+ */
1938
+ RulePayloadMode?: number;
1872
1939
  }
1873
1940
  /**
1874
1941
  * DescribeAccountGroups返回参数结构体