tencentcloud-sdk-python 3.0.1256__py2.py3-none-any.whl → 3.0.1258__py2.py3-none-any.whl

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.
Files changed (109) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +26 -0
  3. tencentcloud/asr/v20190614/models.py +3 -2
  4. tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
  5. tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
  6. tencentcloud/autoscaling/v20180419/models.py +18 -2
  7. tencentcloud/bi/v20220105/models.py +44 -4
  8. tencentcloud/billing/v20180709/billing_client.py +23 -0
  9. tencentcloud/billing/v20180709/errorcodes.py +6 -0
  10. tencentcloud/billing/v20180709/models.py +424 -0
  11. tencentcloud/bsca/v20210811/models.py +306 -1
  12. tencentcloud/ccc/v20200210/ccc_client.py +23 -0
  13. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  14. tencentcloud/ccc/v20200210/models.py +249 -136
  15. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  16. tencentcloud/cdb/v20170320/models.py +25 -1
  17. tencentcloud/cdn/v20180606/models.py +1 -1
  18. tencentcloud/cdwdoris/v20211228/models.py +29 -2
  19. tencentcloud/cfw/v20190904/cfw_client.py +6 -30
  20. tencentcloud/cfw/v20190904/models.py +267 -479
  21. tencentcloud/ciam/v20220331/models.py +13 -0
  22. tencentcloud/ckafka/v20190819/models.py +5 -5
  23. tencentcloud/clb/v20180317/models.py +1 -1
  24. tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
  25. tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
  26. tencentcloud/cloudaudit/v20190319/models.py +328 -254
  27. tencentcloud/cls/v20201016/cls_client.py +8 -1
  28. tencentcloud/cls/v20201016/models.py +551 -109
  29. tencentcloud/csip/v20221121/models.py +225 -12
  30. tencentcloud/cvm/v20170312/errorcodes.py +6 -0
  31. tencentcloud/cvm/v20170312/models.py +78 -0
  32. tencentcloud/cwp/v20180228/cwp_client.py +3 -1
  33. tencentcloud/cwp/v20180228/models.py +206 -52
  34. tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
  35. tencentcloud/cynosdb/v20190107/models.py +78 -0
  36. tencentcloud/dasb/v20191018/models.py +155 -0
  37. tencentcloud/dlc/v20210125/models.py +13 -0
  38. tencentcloud/domain/v20180808/errorcodes.py +45 -0
  39. tencentcloud/eb/v20210416/models.py +19 -19
  40. tencentcloud/emr/v20190103/models.py +12 -0
  41. tencentcloud/es/v20180416/errorcodes.py +4 -1
  42. tencentcloud/es/v20180416/es_client.py +92 -0
  43. tencentcloud/es/v20180416/models.py +770 -12
  44. tencentcloud/ess/v20201111/ess_client.py +71 -4
  45. tencentcloud/ess/v20201111/models.py +260 -10
  46. tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
  47. tencentcloud/essbasic/v20210526/models.py +390 -21
  48. tencentcloud/gaap/v20180529/models.py +40 -3
  49. tencentcloud/hunyuan/v20230901/models.py +12 -0
  50. tencentcloud/ioa/v20220601/errorcodes.py +15 -0
  51. tencentcloud/ioa/v20220601/ioa_client.py +26 -2
  52. tencentcloud/ioa/v20220601/models.py +516 -46
  53. tencentcloud/iotexplorer/v20190423/models.py +52 -0
  54. tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
  55. tencentcloud/iotvideo/v20191126/models.py +379 -0
  56. tencentcloud/iss/v20230517/models.py +25 -0
  57. tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
  58. tencentcloud/live/v20180801/models.py +51 -0
  59. tencentcloud/mongodb/v20190725/models.py +3 -7
  60. tencentcloud/mqtt/v20240516/models.py +4 -4
  61. tencentcloud/ocr/v20181119/models.py +7 -16
  62. tencentcloud/ocr/v20181119/ocr_client.py +1 -0
  63. tencentcloud/organization/v20210331/errorcodes.py +31 -1
  64. tencentcloud/organization/v20210331/models.py +674 -0
  65. tencentcloud/organization/v20210331/organization_client.py +138 -0
  66. tencentcloud/partners/v20180321/models.py +71 -0
  67. tencentcloud/partners/v20180321/partners_client.py +23 -0
  68. tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
  69. tencentcloud/privatedns/v20201028/models.py +858 -4
  70. tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
  71. tencentcloud/region/v20220627/models.py +0 -1
  72. tencentcloud/scf/v20180416/models.py +889 -8
  73. tencentcloud/scf/v20180416/scf_client.py +115 -0
  74. tencentcloud/smop/v20201203/models.py +17 -17
  75. tencentcloud/ssl/v20191205/models.py +44 -3
  76. tencentcloud/ssm/v20190923/models.py +84 -0
  77. tencentcloud/tat/v20201028/models.py +1 -29
  78. tencentcloud/tcss/v20201101/models.py +815 -33
  79. tencentcloud/tcss/v20201101/tcss_client.py +1 -1
  80. tencentcloud/tdmq/v20200217/models.py +7 -7
  81. tencentcloud/tem/v20210701/models.py +202 -198
  82. tencentcloud/teo/v20220901/errorcodes.py +51 -0
  83. tencentcloud/teo/v20220901/models.py +1470 -97
  84. tencentcloud/teo/v20220901/teo_client.py +115 -0
  85. tencentcloud/tke/v20180525/models.py +70 -0
  86. tencentcloud/tke/v20180525/tke_client.py +23 -0
  87. tencentcloud/tms/v20201229/models.py +0 -558
  88. tencentcloud/tms/v20201229/tms_client.py +0 -23
  89. tencentcloud/trp/v20210515/models.py +6 -6
  90. tencentcloud/trtc/v20190722/models.py +353 -4
  91. tencentcloud/tse/v20201207/models.py +94 -0
  92. tencentcloud/tse/v20201207/tse_client.py +23 -0
  93. tencentcloud/vclm/v20240523/models.py +166 -0
  94. tencentcloud/vpc/v20170312/models.py +137 -6
  95. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  96. tencentcloud/waf/v20180125/models.py +99 -0
  97. tencentcloud/waf/v20180125/waf_client.py +23 -0
  98. tencentcloud/wedata/v20210820/models.py +991 -0
  99. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  100. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/METADATA +1 -1
  101. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/RECORD +104 -109
  102. tencentcloud/cr/__init__.py +0 -0
  103. tencentcloud/cr/v20180321/__init__.py +0 -0
  104. tencentcloud/cr/v20180321/cr_client.py +0 -672
  105. tencentcloud/cr/v20180321/errorcodes.py +0 -114
  106. tencentcloud/cr/v20180321/models.py +0 -4966
  107. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/LICENSE +0 -0
  108. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/WHEEL +0 -0
  109. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/top_level.txt +0 -0
@@ -18,6 +18,58 @@ import warnings
18
18
  from tencentcloud.common.abstract_model import AbstractModel
19
19
 
20
20
 
21
+ class ComplexRule(AbstractModel):
22
+ """自动划分规则数据
23
+
24
+ """
25
+
26
+ def __init__(self):
27
+ r"""
28
+ :param _SimpleRules: 简单规则表达式
29
+ 注意:此字段可能返回 null,表示取不到有效值。
30
+ :type SimpleRules: list of SimpleRule
31
+ :param _Relation: 表达式间逻辑关系
32
+ 注意:此字段可能返回 null,表示取不到有效值。
33
+ :type Relation: str
34
+ """
35
+ self._SimpleRules = None
36
+ self._Relation = None
37
+
38
+ @property
39
+ def SimpleRules(self):
40
+ return self._SimpleRules
41
+
42
+ @SimpleRules.setter
43
+ def SimpleRules(self, SimpleRules):
44
+ self._SimpleRules = SimpleRules
45
+
46
+ @property
47
+ def Relation(self):
48
+ return self._Relation
49
+
50
+ @Relation.setter
51
+ def Relation(self, Relation):
52
+ self._Relation = Relation
53
+
54
+
55
+ def _deserialize(self, params):
56
+ if params.get("SimpleRules") is not None:
57
+ self._SimpleRules = []
58
+ for item in params.get("SimpleRules"):
59
+ obj = SimpleRule()
60
+ obj._deserialize(item)
61
+ self._SimpleRules.append(obj)
62
+ self._Relation = params.get("Relation")
63
+ memeber_set = set(params.keys())
64
+ for name, value in vars(self).items():
65
+ property_name = name[1:]
66
+ if property_name in memeber_set:
67
+ memeber_set.remove(property_name)
68
+ if len(memeber_set) > 0:
69
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
70
+
71
+
72
+
21
73
  class Condition(AbstractModel):
22
74
  """- [ ] 过滤条件<br>
23
75
 
@@ -121,17 +173,186 @@ class Condition(AbstractModel):
121
173
 
122
174
 
123
175
 
176
+ class CreateDeviceVirtualGroupRequest(AbstractModel):
177
+ """CreateDeviceVirtualGroup请求参数结构体
178
+
179
+ """
180
+
181
+ def __init__(self):
182
+ r"""
183
+ :param _DeviceVirtualGroupName: 终端自定义分组名
184
+ :type DeviceVirtualGroupName: str
185
+ :param _Description: 详情
186
+ :type Description: str
187
+ :param _OsType: 系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0)(只支持32位)
188
+ :type OsType: int
189
+ :param _TimeType: 时间设置类型(1:自动小时、2:自动每天、3:自定义、0:手动分组)(只支持32位)
190
+ :type TimeType: int
191
+ :param _AutoMinute: 自动划分时间(单位min)(只支持32位)
192
+ :type AutoMinute: int
193
+ :param _AutoRules: 自动划分规则数据
194
+ :type AutoRules: :class:`tencentcloud.ioa.v20220601.models.ComplexRule`
195
+ """
196
+ self._DeviceVirtualGroupName = None
197
+ self._Description = None
198
+ self._OsType = None
199
+ self._TimeType = None
200
+ self._AutoMinute = None
201
+ self._AutoRules = None
202
+
203
+ @property
204
+ def DeviceVirtualGroupName(self):
205
+ return self._DeviceVirtualGroupName
206
+
207
+ @DeviceVirtualGroupName.setter
208
+ def DeviceVirtualGroupName(self, DeviceVirtualGroupName):
209
+ self._DeviceVirtualGroupName = DeviceVirtualGroupName
210
+
211
+ @property
212
+ def Description(self):
213
+ return self._Description
214
+
215
+ @Description.setter
216
+ def Description(self, Description):
217
+ self._Description = Description
218
+
219
+ @property
220
+ def OsType(self):
221
+ return self._OsType
222
+
223
+ @OsType.setter
224
+ def OsType(self, OsType):
225
+ self._OsType = OsType
226
+
227
+ @property
228
+ def TimeType(self):
229
+ return self._TimeType
230
+
231
+ @TimeType.setter
232
+ def TimeType(self, TimeType):
233
+ self._TimeType = TimeType
234
+
235
+ @property
236
+ def AutoMinute(self):
237
+ return self._AutoMinute
238
+
239
+ @AutoMinute.setter
240
+ def AutoMinute(self, AutoMinute):
241
+ self._AutoMinute = AutoMinute
242
+
243
+ @property
244
+ def AutoRules(self):
245
+ return self._AutoRules
246
+
247
+ @AutoRules.setter
248
+ def AutoRules(self, AutoRules):
249
+ self._AutoRules = AutoRules
250
+
251
+
252
+ def _deserialize(self, params):
253
+ self._DeviceVirtualGroupName = params.get("DeviceVirtualGroupName")
254
+ self._Description = params.get("Description")
255
+ self._OsType = params.get("OsType")
256
+ self._TimeType = params.get("TimeType")
257
+ self._AutoMinute = params.get("AutoMinute")
258
+ if params.get("AutoRules") is not None:
259
+ self._AutoRules = ComplexRule()
260
+ self._AutoRules._deserialize(params.get("AutoRules"))
261
+ memeber_set = set(params.keys())
262
+ for name, value in vars(self).items():
263
+ property_name = name[1:]
264
+ if property_name in memeber_set:
265
+ memeber_set.remove(property_name)
266
+ if len(memeber_set) > 0:
267
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
268
+
269
+
270
+
271
+ class CreateDeviceVirtualGroupResponse(AbstractModel):
272
+ """CreateDeviceVirtualGroup返回参数结构体
273
+
274
+ """
275
+
276
+ def __init__(self):
277
+ r"""
278
+ :param _Data: 响应返回的data
279
+ 注意:此字段可能返回 null,表示取不到有效值。
280
+ :type Data: :class:`tencentcloud.ioa.v20220601.models.CreateDeviceVirtualGroupRspData`
281
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
282
+ :type RequestId: str
283
+ """
284
+ self._Data = None
285
+ self._RequestId = None
286
+
287
+ @property
288
+ def Data(self):
289
+ return self._Data
290
+
291
+ @Data.setter
292
+ def Data(self, Data):
293
+ self._Data = Data
294
+
295
+ @property
296
+ def RequestId(self):
297
+ return self._RequestId
298
+
299
+ @RequestId.setter
300
+ def RequestId(self, RequestId):
301
+ self._RequestId = RequestId
302
+
303
+
304
+ def _deserialize(self, params):
305
+ if params.get("Data") is not None:
306
+ self._Data = CreateDeviceVirtualGroupRspData()
307
+ self._Data._deserialize(params.get("Data"))
308
+ self._RequestId = params.get("RequestId")
309
+
310
+
311
+ class CreateDeviceVirtualGroupRspData(AbstractModel):
312
+ """响应返回的data
313
+
314
+ """
315
+
316
+ def __init__(self):
317
+ r"""
318
+ :param _Id: 返回的自定义分组id
319
+ 注意:此字段可能返回 null,表示取不到有效值。
320
+ :type Id: int
321
+ """
322
+ self._Id = None
323
+
324
+ @property
325
+ def Id(self):
326
+ return self._Id
327
+
328
+ @Id.setter
329
+ def Id(self, Id):
330
+ self._Id = Id
331
+
332
+
333
+ def _deserialize(self, params):
334
+ self._Id = params.get("Id")
335
+ memeber_set = set(params.keys())
336
+ for name, value in vars(self).items():
337
+ property_name = name[1:]
338
+ if property_name in memeber_set:
339
+ memeber_set.remove(property_name)
340
+ if len(memeber_set) > 0:
341
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
342
+
343
+
344
+
124
345
  class DescribeAccountGroupsData(AbstractModel):
125
- """分组名称
346
+ """账号分组信息
126
347
 
127
348
  """
128
349
 
129
350
  def __init__(self):
130
351
  r"""
131
- :param _NamePath: 名称path
352
+ :param _NamePath: 账号分组名全路径,点分格式
132
353
  注意:此字段可能返回 null,表示取不到有效值。
133
354
  :type NamePath: str
134
- :param _IdPathArr: id patch数组(只支持32位)
355
+ :param _IdPathArr: 账号分组ID全路径,数组格式
135
356
  注意:此字段可能返回 null,表示取不到有效值。
136
357
  :type IdPathArr: list of int
137
358
  :param _ExtraInfo: 扩展信息
@@ -140,31 +361,31 @@ class DescribeAccountGroupsData(AbstractModel):
140
361
  :param _Utime: 最后更新时间
141
362
  注意:此字段可能返回 null,表示取不到有效值。
142
363
  :type Utime: str
143
- :param _ParentId: 父id
364
+ :param _ParentId: 父分组ID
144
365
  注意:此字段可能返回 null,表示取不到有效值。
145
366
  :type ParentId: int
146
- :param _OrgId: 组织id
367
+ :param _OrgId: 源账号组织ID。使用第三方导入用户源时,记录该分组在源组织架构下的分组ID
147
368
  注意:此字段可能返回 null,表示取不到有效值。
148
369
  :type OrgId: str
149
- :param _Name: 账户组名称
370
+ :param _Name: 分组名称
150
371
  注意:此字段可能返回 null,表示取不到有效值。
151
372
  :type Name: str
152
- :param _Id: id
373
+ :param _Id: 分组ID
153
374
  注意:此字段可能返回 null,表示取不到有效值。
154
375
  :type Id: int
155
- :param _Description: 描述
376
+ :param _Description: 分组描述
156
377
  注意:此字段可能返回 null,表示取不到有效值。
157
378
  :type Description: str
158
379
  :param _Source: 同步数据源
159
380
  注意:此字段可能返回 null,表示取不到有效值。
160
381
  :type Source: int
161
- :param _IdPath: id path
382
+ :param _IdPath: 账号分组ID全路径,点分格式
162
383
  注意:此字段可能返回 null,表示取不到有效值。
163
384
  :type IdPath: str
164
385
  :param _Itime: 创建时间
165
386
  注意:此字段可能返回 null,表示取不到有效值。
166
387
  :type Itime: str
167
- :param _ParentOrgId: 父组织id
388
+ :param _ParentOrgId: 父源账号组织ID。使用第三方导入用户源时,记录该分组在源组织架构下的分组ID
168
389
  注意:此字段可能返回 null,表示取不到有效值。
169
390
  :type ParentOrgId: str
170
391
  :param _ImportType: 导入类型
@@ -173,7 +394,7 @@ class DescribeAccountGroupsData(AbstractModel):
173
394
  :param _MiniIamId: miniIAM id
174
395
  注意:此字段可能返回 null,表示取不到有效值。
175
396
  :type MiniIamId: str
176
- :param _UserTotal: 该分组下用户总数
397
+ :param _UserTotal: 该分组下含子组的所有用户总数
177
398
  注意:此字段可能返回 null,表示取不到有效值。
178
399
  :type UserTotal: int
179
400
  :param _IsLeaf: 是否叶子节点
@@ -463,15 +684,22 @@ class DescribeAccountGroupsRequest(AbstractModel):
463
684
 
464
685
  def __init__(self):
465
686
  r"""
466
- :param _Deepin: 搜索范围,0-仅搜直接子组,1-深层搜索(只支持32位)
687
+ :param _Deepin: 搜索范围:0-仅当前分组的直接子组,1-当前分组的所有子组。默认为0。
467
688
  :type Deepin: int
468
- :param _Condition: 滤条件、分页参数
469
- <li>Name - String - 是否必填:否 - 操作符: like - 排序支持:否- 按账号分组过滤。</li>
689
+ :param _Condition: 查询条件
690
+
691
+ 过滤参数
692
+ 1、Name,string类型,按分组名过滤
693
+ 是否必填:否
694
+ 操作符: like
695
+
470
696
  排序条件
471
- <li>Itime - string - 是否必填:否 - 排序支持:是 - 按账号分组创建时间排序。</li>
472
- <li>Utime - string - 是否必填:否 - 排序支持:是 - 按账号分组更新时间排序。</li>
697
+ 1、Itimestring类型,按分组创建时间排序
698
+ 是否必填:否
699
+ 2、Utime,string类型,按分组更新时间排序
700
+ 是否必填:否
473
701
  :type Condition: :class:`tencentcloud.ioa.v20220601.models.Condition`
474
- :param _ParentId: 父分组id
702
+ :param _ParentId: 父分组ID,获取该分组下的子组信息。默认查询全网根分组下子组信息。
475
703
  :type ParentId: int
476
704
  """
477
705
  self._Deepin = None
@@ -526,7 +754,7 @@ class DescribeAccountGroupsResponse(AbstractModel):
526
754
 
527
755
  def __init__(self):
528
756
  r"""
529
- :param _Data: 账户分组详情响应数据
757
+ :param _Data: 账号分组详情响应数据
530
758
  注意:此字段可能返回 null,表示取不到有效值。
531
759
  :type Data: :class:`tencentcloud.ioa.v20220601.models.DescribeAccountGroupsPageResp`
532
760
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -620,15 +848,55 @@ class DescribeDevicesRequest(AbstractModel):
620
848
 
621
849
  def __init__(self):
622
850
  r"""
623
- :param _Condition: 过滤条件<br>
624
- <li>Ip - String - 是否必填:否 - 操作符: eq - 排序支持:否- 按照Ip进行过滤。</li>
625
- <li>MacAddr - String - 是否必填:否 - 操作符: eq - 排序支持:否- 按照mac地址进行过滤。</li>
626
- <li>IoaUserName - String - 是否必填:否 - 操作符: eq - 排序支持:否- 按照ioa用户名进行过滤。</li>
627
- 分页参数<br>
628
- <li>PageNum 从1开始,小于等于0时使用默认参数。</li>
629
- <li>PageSize 最大值5000,最好不超过100。</li>
851
+ :param _Condition: 过滤条件参数(字段含义请参考接口返回值)
852
+
853
+ - Mid, 类型String,支持操作:【eq,like,ilike】,支持排序
854
+ - Name, 类型String,支持操作:【eq,like,ilike】,支持排序
855
+ - Itime, 类型String,支持操作:【eq,like,ilike】,支持排序
856
+ - UserName, 类型String,支持操作:【eq,like,ilike】,支持排序
857
+ - MacAddr, 类型String,支持操作:【eq,like,ilike】,支持排序
858
+ - UserId, 类型String,支持操作:【eq,like,ilike】,支持排序
859
+ - Ip, 类型String,支持操作:【eq,like,ilike】,支持排序
860
+ - Tags,类型String,支持操作:【eq,like,ilike】,支持排序
861
+ - LocalIpList,类型String,支持操作:【eq,like,ilike】,支持排序
862
+ - SerialNum,类型String,支持操作:【eq,like,ilike】,支持排序
863
+ - Version,类型String,支持操作:【eq,like,ilike】,支持排序
864
+ - StrVersion,类型String,支持操作:【eq,like,ilike】,支持排序
865
+ - RtpStatus,类型String,支持操作:【eq,like,ilike】,**不支持排序**
866
+ - HostName,类型String,支持操作:【eq,like,ilike】,支持排序
867
+ - IoaUserName,类型String,支持操作:【eq,like,ilike】,支持排序
868
+ - GroupName,类型String,支持操作:【eq,like,ilike】,支持排序
869
+ - CriticalVulListCount,**类型Int**,支持操作:【eq】,**不支持排序**
870
+ - RiskCount,**类型Int**,支持操作:【eq】,**不支持排序**
871
+ - VulVersion,类型String,支持操作:【eq,like,ilike】,**不支持排序**
872
+ - Virusver,类型String,支持操作:【eq,like,ilike】,**不支持排序**
873
+ - SysRepver,类型String,支持操作:【eq,like,ilike】,**不支持排序**
874
+ - BaseBoardSn,类型String,支持操作:【eq,like,ilike】,支持排序
875
+ - Os,类型String,支持操作:【eq,like,ilike】,支持排序
876
+ - ConnActiveTime,类型String,支持操作:【eq,like,ilike】,**不支持排序**
877
+ - FirewallStatus,**类型Int**,支持操作:【eq】,**不支持排序**
878
+ - ProfileName,类型String,支持操作:【eq,like,ilike】,支持排序
879
+ - DomainName,类型String,支持操作:【eq,like,ilike】,支持排序
880
+ - SysRepVersion,类型String,支持操作:【eq,like,ilike】,支持排序
881
+ - VirusVer,类型String,支持操作:【eq,like,ilike】,支持排序
882
+ - Cpu,类型String,支持操作:【eq,like,ilike】,支持排序
883
+ - Memory,类型String,支持操作:【eq,like,ilike】,支持排序
884
+ - HardDiskSize,类型String,支持操作:【eq,like,ilike】,支持排序
885
+ - HardwareChangeCount,**类型Int**,支持操作:【eq】,支持排序
886
+ - AccountName,类型String,支持操作:【like.ilike】,支持排序
887
+ - AccountGroupName,类型String,支持操作:【like.ilike】,支持排序
888
+ - ScreenRecordingPermission,**类型Int**,支持操作:【eq】,支持排序
889
+ - DiskAccessPermission,**类型Int**,支持操作:【eq】,支持排序
890
+
891
+
892
+
893
+
894
+
895
+ 分页参数
896
+ - PageNum 从1开始,小于等于0时使用默认参数
897
+ - PageSize 最大值5000,最好不超过100
630
898
  :type Condition: :class:`tencentcloud.ioa.v20220601.models.Condition`
631
- :param _GroupId: 【和GroupIds必须有一个填写】设备分组id(需要和OsType匹配)
899
+ :param _GroupId: 【和GroupIds必须有一个填写】设备分组id(需要和OsType匹配),下面是私有化场景下默认id:
632
900
  id-名称-操作系统
633
901
  1 全网终端 Win
634
902
  2 未分组终端 Win
@@ -643,8 +911,11 @@ id-名称-操作系统
643
911
  40000402 未分组终端 Android
644
912
  40000501 全网终端 iOS
645
913
  40000502 未分组终端 iOS
914
+
915
+
916
+ SaaS需要调用分组接口DescribeDeviceChildGroups获取对应分组id
646
917
  :type GroupId: int
647
- :param _OsType: 【必填】操作系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0),需要和GroupId或者GroupIds匹配
918
+ :param _OsType: 【必填】操作系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0),需要和GroupId或者GroupIds匹配
648
919
  :type OsType: int
649
920
  :param _OnlineStatus: 在线状态 (2表示在线,0或者1表示离线)
650
921
  :type OnlineStatus: int
@@ -656,8 +927,11 @@ id-名称-操作系统
656
927
  :type PageNum: int
657
928
  :param _PageSize: 每页获取数--兼容旧接口,参数同Condition
658
929
  :type PageSize: int
659
- :param _Status: 授权状态 4未授权 5已授权
930
+ :param _Status: 授权状态: 4基础授权 5高级授权
660
931
  :type Status: int
932
+ :param _GroupIds: 【和GroupId必须有一个填写】设备分组id列表(需要和OsType匹配)
933
+
934
+ :type GroupIds: list of int
661
935
  """
662
936
  self._Condition = None
663
937
  self._GroupId = None
@@ -668,6 +942,7 @@ id-名称-操作系统
668
942
  self._PageNum = None
669
943
  self._PageSize = None
670
944
  self._Status = None
945
+ self._GroupIds = None
671
946
 
672
947
  @property
673
948
  def Condition(self):
@@ -741,6 +1016,14 @@ id-名称-操作系统
741
1016
  def Status(self, Status):
742
1017
  self._Status = Status
743
1018
 
1019
+ @property
1020
+ def GroupIds(self):
1021
+ return self._GroupIds
1022
+
1023
+ @GroupIds.setter
1024
+ def GroupIds(self, GroupIds):
1025
+ self._GroupIds = GroupIds
1026
+
744
1027
 
745
1028
  def _deserialize(self, params):
746
1029
  if params.get("Condition") is not None:
@@ -761,6 +1044,7 @@ id-名称-操作系统
761
1044
  self._PageNum = params.get("PageNum")
762
1045
  self._PageSize = params.get("PageSize")
763
1046
  self._Status = params.get("Status")
1047
+ self._GroupIds = params.get("GroupIds")
764
1048
  memeber_set = set(params.keys())
765
1049
  for name, value in vars(self).items():
766
1050
  property_name = name[1:]
@@ -1192,12 +1476,21 @@ class DescribeLocalAccountsRequest(AbstractModel):
1192
1476
 
1193
1477
  def __init__(self):
1194
1478
  r"""
1195
- :param _Condition: 滤条件、分页参数
1196
- <li>UserName - String - 是否必填:否 - 操作符: eq,like - 排序支持:否- 按账号UserName过滤。</li>
1197
- <li>UserId - string - 是否必填:否 - 操作符: eq,like - 排序支持:否 - 按账号UserNd过滤。</li>
1198
- <li>Phone - string - 是否必填:否 - 操作符: eq,like - 排序支持:否 - 按手机号过滤。</li>
1479
+ :param _Condition: 查询条件:过滤或排序
1480
+ 1、UserName,string类型,姓名
1481
+ 是否必填:否
1482
+ 过滤支持:是,支持eqlike、ilike
1483
+ 排序支持:否
1484
+ 2、UserId,string类型,账户
1485
+ 是否必填:否
1486
+ 过滤支持:是,支持eq、like、ilike
1487
+ 排序支持:否
1488
+ 3、Phone,string类型,手机号
1489
+ 是否必填:否
1490
+ 过滤支持:是,支持eq、like、ilike
1491
+ 排序支持:否
1199
1492
  :type Condition: :class:`tencentcloud.ioa.v20220601.models.Condition`
1200
- :param _AccountGroupId: 获取账号的分组Id,不传默认获取全部(只支持32位)
1493
+ :param _AccountGroupId: 获取账号的分组ID,不传默认获取全网根账号组
1201
1494
  :type AccountGroupId: int
1202
1495
  :param _ShowFlag: 是否仅展示当前目录下用户 1: 递归显示 2:仅显示当前目录下用户(只支持32位)
1203
1496
  :type ShowFlag: int
@@ -1300,7 +1593,7 @@ class DescribeRootAccountGroupResponse(AbstractModel):
1300
1593
 
1301
1594
  def __init__(self):
1302
1595
  r"""
1303
- :param _Data: 账户分组详情响应数据
1596
+ :param _Data: 账号根分组响应详情
1304
1597
  注意:此字段可能返回 null,表示取不到有效值。
1305
1598
  :type Data: :class:`tencentcloud.ioa.v20220601.models.GetAccountGroupData`
1306
1599
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -1379,7 +1672,7 @@ class DeviceDetail(AbstractModel):
1379
1672
  :param _LocalIpList: 设备本地IP列表, 包括IP
1380
1673
  注意:此字段可能返回 null,表示取不到有效值。
1381
1674
  :type LocalIpList: str
1382
- :param _HostId: 主机ID(只支持32位)
1675
+ :param _HostId: 宿主机id(需要宿主机也安装iOA才能显示)
1383
1676
  注意:此字段可能返回 null,表示取不到有效值。
1384
1677
  :type HostId: int
1385
1678
  :param _GroupName: 设备所属分组名
@@ -1445,13 +1738,13 @@ class DeviceDetail(AbstractModel):
1445
1738
  :param _NGNNewStrategyVer: NGN策略新版本
1446
1739
  注意:此字段可能返回 null,表示取不到有效值。
1447
1740
  :type NGNNewStrategyVer: str
1448
- :param _HostName: 主机名称
1741
+ :param _HostName: 宿主机名称(需要宿主机也安装iOA才能显示)
1449
1742
  注意:此字段可能返回 null,表示取不到有效值。
1450
1743
  :type HostName: str
1451
1744
  :param _BaseBoardSn: 主板序列号
1452
1745
  注意:此字段可能返回 null,表示取不到有效值。
1453
1746
  :type BaseBoardSn: str
1454
- :param _AccountUsers: 绑定账户只有名字
1747
+ :param _AccountUsers: 绑定账户名称
1455
1748
  注意:此字段可能返回 null,表示取不到有效值。
1456
1749
  :type AccountUsers: str
1457
1750
  :param _IdentityStrategyVer: 身份策略版本
@@ -2013,16 +2306,16 @@ class FilterGroup(AbstractModel):
2013
2306
 
2014
2307
 
2015
2308
  class GetAccountGroupData(AbstractModel):
2016
- """账户分组详情响应数据
2309
+ """账号分组详情响应数据
2017
2310
 
2018
2311
  """
2019
2312
 
2020
2313
  def __init__(self):
2021
2314
  r"""
2022
- :param _NamePath: 分组Namepath
2315
+ :param _NamePath: 分组名称全路径,点分格式
2023
2316
  注意:此字段可能返回 null,表示取不到有效值。
2024
2317
  :type NamePath: str
2025
- :param _IdPathArr: 分组Id path arr(只支持32位)
2318
+ :param _IdPathArr: 分组ID全路径,数组格式
2026
2319
  注意:此字段可能返回 null,表示取不到有效值。
2027
2320
  :type IdPathArr: list of int
2028
2321
  :param _ExtraInfo: 分组扩展信息
@@ -2031,31 +2324,31 @@ class GetAccountGroupData(AbstractModel):
2031
2324
  :param _Utime: 最后更新时间
2032
2325
  注意:此字段可能返回 null,表示取不到有效值。
2033
2326
  :type Utime: str
2034
- :param _ParentId: 父分组id(只支持32位)
2327
+ :param _ParentId: 当前分组的父分组ID
2035
2328
  注意:此字段可能返回 null,表示取不到有效值。
2036
2329
  :type ParentId: int
2037
- :param _OrgId: 组织id
2330
+ :param _OrgId: 源账号组ID,该字段仅适用于第三方同步的组织架构,通过OrgId-Id构成源组织架构分组ID-现组织架构分组ID映射关系
2038
2331
  注意:此字段可能返回 null,表示取不到有效值。
2039
2332
  :type OrgId: str
2040
2333
  :param _Name: 分组名称
2041
2334
  注意:此字段可能返回 null,表示取不到有效值。
2042
2335
  :type Name: str
2043
- :param _Id: 分组id(只支持32位)
2336
+ :param _Id: 分组ID
2044
2337
  注意:此字段可能返回 null,表示取不到有效值。
2045
2338
  :type Id: int
2046
- :param _Description: 描述
2339
+ :param _Description: 分组描述
2047
2340
  注意:此字段可能返回 null,表示取不到有效值。
2048
2341
  :type Description: str
2049
2342
  :param _Source: 分组导入源(只支持32位)
2050
2343
  注意:此字段可能返回 null,表示取不到有效值。
2051
2344
  :type Source: int
2052
- :param _IdPath: Id Path
2345
+ :param _IdPath: 分组ID全路径,点分格式
2053
2346
  注意:此字段可能返回 null,表示取不到有效值。
2054
2347
  :type IdPath: str
2055
2348
  :param _Itime: 创建时间
2056
2349
  注意:此字段可能返回 null,表示取不到有效值。
2057
2350
  :type Itime: str
2058
- :param _ParentOrgId: 父组织id
2351
+ :param _ParentOrgId: 父源账号组ID,该字段仅适用于第三方同步的组织架构
2059
2352
  注意:此字段可能返回 null,表示取不到有效值。
2060
2353
  :type ParentOrgId: str
2061
2354
  :param _Import: 导入信息,json格式
@@ -2327,6 +2620,183 @@ class Paging(AbstractModel):
2327
2620
 
2328
2621
 
2329
2622
 
2623
+ class RuleExpression(AbstractModel):
2624
+ """规则表达式
2625
+
2626
+ """
2627
+
2628
+ def __init__(self):
2629
+ r"""
2630
+ :param _Items: 规则元数据
2631
+ 注意:此字段可能返回 null,表示取不到有效值。
2632
+ :type Items: list of RuleItem
2633
+ :param _Relation: 关系
2634
+ 注意:此字段可能返回 null,表示取不到有效值。
2635
+ :type Relation: str
2636
+ """
2637
+ self._Items = None
2638
+ self._Relation = None
2639
+
2640
+ @property
2641
+ def Items(self):
2642
+ return self._Items
2643
+
2644
+ @Items.setter
2645
+ def Items(self, Items):
2646
+ self._Items = Items
2647
+
2648
+ @property
2649
+ def Relation(self):
2650
+ return self._Relation
2651
+
2652
+ @Relation.setter
2653
+ def Relation(self, Relation):
2654
+ self._Relation = Relation
2655
+
2656
+
2657
+ def _deserialize(self, params):
2658
+ if params.get("Items") is not None:
2659
+ self._Items = []
2660
+ for item in params.get("Items"):
2661
+ obj = RuleItem()
2662
+ obj._deserialize(item)
2663
+ self._Items.append(obj)
2664
+ self._Relation = params.get("Relation")
2665
+ memeber_set = set(params.keys())
2666
+ for name, value in vars(self).items():
2667
+ property_name = name[1:]
2668
+ if property_name in memeber_set:
2669
+ memeber_set.remove(property_name)
2670
+ if len(memeber_set) > 0:
2671
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
2672
+
2673
+
2674
+
2675
+ class RuleItem(AbstractModel):
2676
+ """规则元数据
2677
+
2678
+ """
2679
+
2680
+ def __init__(self):
2681
+ r"""
2682
+ :param _Key: 字段名称
2683
+ 注意:此字段可能返回 null,表示取不到有效值。
2684
+ :type Key: str
2685
+ :param _Operate: 操作关系(等于、不等于、包含、不包含)
2686
+ 注意:此字段可能返回 null,表示取不到有效值。
2687
+ :type Operate: str
2688
+ :param _Value: 内容
2689
+ 注意:此字段可能返回 null,表示取不到有效值。
2690
+ :type Value: str
2691
+ :param _Values: 内容,v2多值版本使用
2692
+ 注意:此字段可能返回 null,表示取不到有效值。
2693
+ :type Values: list of str
2694
+ """
2695
+ self._Key = None
2696
+ self._Operate = None
2697
+ self._Value = None
2698
+ self._Values = None
2699
+
2700
+ @property
2701
+ def Key(self):
2702
+ return self._Key
2703
+
2704
+ @Key.setter
2705
+ def Key(self, Key):
2706
+ self._Key = Key
2707
+
2708
+ @property
2709
+ def Operate(self):
2710
+ return self._Operate
2711
+
2712
+ @Operate.setter
2713
+ def Operate(self, Operate):
2714
+ self._Operate = Operate
2715
+
2716
+ @property
2717
+ def Value(self):
2718
+ return self._Value
2719
+
2720
+ @Value.setter
2721
+ def Value(self, Value):
2722
+ self._Value = Value
2723
+
2724
+ @property
2725
+ def Values(self):
2726
+ return self._Values
2727
+
2728
+ @Values.setter
2729
+ def Values(self, Values):
2730
+ self._Values = Values
2731
+
2732
+
2733
+ def _deserialize(self, params):
2734
+ self._Key = params.get("Key")
2735
+ self._Operate = params.get("Operate")
2736
+ self._Value = params.get("Value")
2737
+ self._Values = params.get("Values")
2738
+ memeber_set = set(params.keys())
2739
+ for name, value in vars(self).items():
2740
+ property_name = name[1:]
2741
+ if property_name in memeber_set:
2742
+ memeber_set.remove(property_name)
2743
+ if len(memeber_set) > 0:
2744
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
2745
+
2746
+
2747
+
2748
+ class SimpleRule(AbstractModel):
2749
+ """简单规则表达式
2750
+
2751
+ """
2752
+
2753
+ def __init__(self):
2754
+ r"""
2755
+ :param _Expressions: 规则表达式
2756
+ 注意:此字段可能返回 null,表示取不到有效值。
2757
+ :type Expressions: list of RuleExpression
2758
+ :param _Relation: 表达式间逻辑关系
2759
+ 注意:此字段可能返回 null,表示取不到有效值。
2760
+ :type Relation: str
2761
+ """
2762
+ self._Expressions = None
2763
+ self._Relation = None
2764
+
2765
+ @property
2766
+ def Expressions(self):
2767
+ return self._Expressions
2768
+
2769
+ @Expressions.setter
2770
+ def Expressions(self, Expressions):
2771
+ self._Expressions = Expressions
2772
+
2773
+ @property
2774
+ def Relation(self):
2775
+ return self._Relation
2776
+
2777
+ @Relation.setter
2778
+ def Relation(self, Relation):
2779
+ self._Relation = Relation
2780
+
2781
+
2782
+ def _deserialize(self, params):
2783
+ if params.get("Expressions") is not None:
2784
+ self._Expressions = []
2785
+ for item in params.get("Expressions"):
2786
+ obj = RuleExpression()
2787
+ obj._deserialize(item)
2788
+ self._Expressions.append(obj)
2789
+ self._Relation = params.get("Relation")
2790
+ memeber_set = set(params.keys())
2791
+ for name, value in vars(self).items():
2792
+ property_name = name[1:]
2793
+ if property_name in memeber_set:
2794
+ memeber_set.remove(property_name)
2795
+ if len(memeber_set) > 0:
2796
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
2797
+
2798
+
2799
+
2330
2800
  class Sort(AbstractModel):
2331
2801
  """Sort 排序字段
2332
2802