tencentcloud-sdk-python 3.0.1177__py2.py3-none-any.whl → 3.0.1178__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/aiart_client.py +24 -0
- tencentcloud/aiart/v20221229/models.py +163 -0
- tencentcloud/cls/v20201016/models.py +29 -0
- tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- tencentcloud/cwp/v20180228/models.py +0 -118
- tencentcloud/emr/v20190103/models.py +727 -5
- tencentcloud/ess/v20201111/models.py +9 -0
- tencentcloud/essbasic/v20210526/models.py +2 -1
- tencentcloud/ims/v20201229/ims_client.py +2 -2
- tencentcloud/ioa/v20220601/models.py +168 -142
- tencentcloud/mps/v20190612/models.py +96 -25
- tencentcloud/ocr/v20181119/models.py +24 -0
- tencentcloud/ssl/v20191205/models.py +124 -0
- tencentcloud/ssl/v20191205/ssl_client.py +23 -0
- tencentcloud/tdmq/v20200217/models.py +182 -1
- tencentcloud/vclm/__init__.py +0 -0
- tencentcloud/vclm/v20240523/__init__.py +0 -0
- tencentcloud/vclm/v20240523/errorcodes.py +198 -0
- tencentcloud/vclm/v20240523/models.py +1028 -0
- tencentcloud/vclm/v20240523/vclm_client.py +187 -0
- tencentcloud/vdb/v20230616/models.py +26 -0
- {tencentcloud_sdk_python-3.0.1177.dist-info → tencentcloud_sdk_python-3.0.1178.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1177.dist-info → tencentcloud_sdk_python-3.0.1178.dist-info}/RECORD +27 -22
- {tencentcloud_sdk_python-3.0.1177.dist-info → tencentcloud_sdk_python-3.0.1178.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1177.dist-info → tencentcloud_sdk_python-3.0.1178.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1177.dist-info → tencentcloud_sdk_python-3.0.1178.dist-info}/top_level.txt +0 -0
@@ -2032,6 +2032,7 @@ class Component(AbstractModel):
|
|
2032
2032
|
<li> <b>ATTACHMENT</b> : 附件控件,ComponentValue 填写附件图片的资源 ID列表,以逗号分隔;</li>
|
2033
2033
|
<li> <b>SELECTOR</b> : 选择器控件,ComponentValue填写选择的字符串内容;</li>
|
2034
2034
|
<li> <b>DATE</b> : 日期控件;默认是格式化为xxxx年xx月xx日字符串;</li>
|
2035
|
+
<li> <b>WATERMARK</b> : 水印控件;只能分配给发起方,必须设置ComponentExtra;</li>
|
2035
2036
|
<li> <b>DISTRICT</b> : 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;</li></ul>
|
2036
2037
|
|
2037
2038
|
**如果是SignComponent签署控件类型,
|
@@ -2120,6 +2121,14 @@ class Component(AbstractModel):
|
|
2120
2121
|
<li> <b>FontSize</b>: 范围12 :72</li></ul>
|
2121
2122
|
<b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
|
2122
2123
|
|
2124
|
+
<font color="red">ComponentType为WATERMARK时</font>,支持以下参数:
|
2125
|
+
<ul><li> <b>Font</b>:目前只支持黑体、宋体</li>
|
2126
|
+
<li> <b>FontSize</b>: 范围6 :24</li>
|
2127
|
+
<li> <b>Opacity</b>: 透明度,范围0 :1</li>
|
2128
|
+
<li> <b>Density</b>: 水印样式,1-宽松,2-标准(默认值),3-密集,</li>
|
2129
|
+
<li> <b>SubType</b>: 水印类型:CUSTOM_WATERMARK-自定义内容,PERSON_INFO_WATERMARK-访问者信息</li></ul>
|
2130
|
+
<b>参数样例</b>:`"{\"Font\":\"黑体\",\"FontSize\":20,\"Opacity\":0.1,\"Density\":2,\"SubType\":\"PERSON_INFO_WATERMARK\"}"`
|
2131
|
+
|
2123
2132
|
<font color="red">ComponentType为FILL_IMAGE时</font>,支持以下参数:
|
2124
2133
|
<ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>
|
2125
2134
|
<li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>
|
@@ -10024,7 +10024,8 @@ class CreateConsoleLoginUrlRequest(AbstractModel):
|
|
10024
10024
|
`3. 同渠道应用(Agent.AppId)下,企业唯一标识ProxyOrganizationOpenId需要保持唯一,员工唯一标识OpenId也要保持唯一 (而不是企业下唯一)。 `
|
10025
10025
|
:type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
|
10026
10026
|
:param _ProxyOrganizationName: 第三方平台子客的企业名称,请确认该企业名称与企业营业执照中注册的名称完全一致。
|
10027
|
-
<font color="red"
|
10027
|
+
<font color="red">在测试环境联调的过程中,企业名称请使用以下名称
|
10028
|
+
**子客测试专用企业1 - 子客测试专用企业9**</font>
|
10028
10029
|
|
10029
10030
|
注:
|
10030
10031
|
`1. 如果名称中包含英文括号(),请使用中文括号()代替。`
|
@@ -41,7 +41,7 @@ class ImsClient(AbstractClient):
|
|
41
41
|
- 支持用户自定义选择图片风险库,打击自定义识别类型的违规图片(目前仅支持黑名单配置);
|
42
42
|
- 支持在审核图片内容时同时关联账号或设备信息,可识别违规风险账号或设备。
|
43
43
|
### 接口调用说明:
|
44
|
-
-
|
44
|
+
- 图片文件大小限制:**Base64编码内容应小于10MB**;**图片资源应小于100MB**
|
45
45
|
- 图片尺寸支持:**长和宽 需>50分辨率且<40000分辨率,并且图片长宽比<90:1;**
|
46
46
|
- 图片文件分辨率支持:建议**分辨率大于256x256**,否则可能会影响识别效果;
|
47
47
|
- 图片文件支持格式:PNG、JPG、JPEG、BMP、GIF、WEBP格式;
|
@@ -85,7 +85,7 @@ class ImsClient(AbstractClient):
|
|
85
85
|
- 支持在审核图片内容时同时关联账号或设备信息,可识别违规风险账号或设备。
|
86
86
|
|
87
87
|
### 接口调用说明:
|
88
|
-
-
|
88
|
+
- 图片文件大小限制:**Base64编码内容应小于10MB**;**URL资源应小于30MB**
|
89
89
|
- 图片默认尺寸支持:**长和宽 需>50分辨率且<10000分辨率,并且图片长宽比<90:1;**
|
90
90
|
- 图片文件分辨率支持:建议**分辨率大于256x256**,否则可能会影响识别效果;
|
91
91
|
- 图片文件支持格式:PNG、JPG、JPEG、BMP、GIF、WEBP格式;
|
@@ -122,101 +122,101 @@ class Condition(AbstractModel):
|
|
122
122
|
|
123
123
|
|
124
124
|
class DescribeAccountGroupsData(AbstractModel):
|
125
|
-
"""
|
125
|
+
"""分组名称
|
126
126
|
|
127
127
|
"""
|
128
128
|
|
129
129
|
def __init__(self):
|
130
130
|
r"""
|
131
|
-
:param
|
132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
133
|
-
:type Itime: str
|
134
|
-
:param _Name: 账户组名称
|
131
|
+
:param _NamePath: 名称path
|
135
132
|
注意:此字段可能返回 null,表示取不到有效值。
|
136
|
-
:type
|
137
|
-
:param _IdPathArr: id patch数组
|
133
|
+
:type NamePath: str
|
134
|
+
:param _IdPathArr: id patch数组(只支持32位)
|
138
135
|
注意:此字段可能返回 null,表示取不到有效值。
|
139
136
|
:type IdPathArr: list of int
|
140
|
-
:param _UserTotal: 该分组下用户总数
|
141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
142
|
-
:type UserTotal: int
|
143
137
|
:param _ExtraInfo: 扩展信息
|
144
138
|
注意:此字段可能返回 null,表示取不到有效值。
|
145
139
|
:type ExtraInfo: str
|
146
|
-
:param
|
140
|
+
:param _Utime: 最后更新时间
|
147
141
|
注意:此字段可能返回 null,表示取不到有效值。
|
148
|
-
:type
|
142
|
+
:type Utime: str
|
143
|
+
:param _ParentId: 父id
|
144
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
145
|
+
:type ParentId: int
|
146
|
+
:param _OrgId: 组织id
|
147
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
148
|
+
:type OrgId: str
|
149
|
+
:param _Name: 账户组名称
|
150
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
151
|
+
:type Name: str
|
152
|
+
:param _Id: id
|
153
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
154
|
+
:type Id: int
|
149
155
|
:param _Description: 描述
|
150
156
|
注意:此字段可能返回 null,表示取不到有效值。
|
151
157
|
:type Description: str
|
152
158
|
:param _Source: 同步数据源
|
153
159
|
注意:此字段可能返回 null,表示取不到有效值。
|
154
160
|
:type Source: int
|
155
|
-
:param
|
156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
157
|
-
:type MiniIamId: str
|
158
|
-
:param _OrgId: 组织id
|
159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
160
|
-
:type OrgId: str
|
161
|
-
:param _ReadOnly: 是否该账户的直接权限
|
162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
163
|
-
:type ReadOnly: bool
|
164
|
-
:param _ParentId: 父id
|
161
|
+
:param _IdPath: id path
|
165
162
|
注意:此字段可能返回 null,表示取不到有效值。
|
166
|
-
:type
|
167
|
-
:param
|
163
|
+
:type IdPath: str
|
164
|
+
:param _Itime: 创建时间
|
168
165
|
注意:此字段可能返回 null,表示取不到有效值。
|
169
|
-
:type
|
166
|
+
:type Itime: str
|
170
167
|
:param _ParentOrgId: 父组织id
|
171
168
|
注意:此字段可能返回 null,表示取不到有效值。
|
172
169
|
:type ParentOrgId: str
|
173
|
-
:param
|
170
|
+
:param _ImportType: 导入类型
|
174
171
|
注意:此字段可能返回 null,表示取不到有效值。
|
175
|
-
:type
|
176
|
-
:param
|
172
|
+
:type ImportType: str
|
173
|
+
:param _MiniIamId: miniIAM id
|
177
174
|
注意:此字段可能返回 null,表示取不到有效值。
|
178
|
-
:type
|
175
|
+
:type MiniIamId: str
|
176
|
+
:param _UserTotal: 该分组下用户总数
|
177
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
178
|
+
:type UserTotal: int
|
179
179
|
:param _IsLeaf: 是否叶子节点
|
180
180
|
注意:此字段可能返回 null,表示取不到有效值。
|
181
181
|
:type IsLeaf: bool
|
182
|
-
:param
|
182
|
+
:param _ReadOnly: 是否该账户的直接权限
|
183
183
|
注意:此字段可能返回 null,表示取不到有效值。
|
184
|
-
:type
|
184
|
+
:type ReadOnly: bool
|
185
|
+
:param _LatestSyncResult: 最新一次同步任务的结果
|
186
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
187
|
+
:type LatestSyncResult: str
|
188
|
+
:param _LatestSyncTime: 最新一次同步任务的结束时间
|
189
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
190
|
+
:type LatestSyncTime: str
|
185
191
|
"""
|
186
|
-
self.
|
187
|
-
self._Name = None
|
192
|
+
self._NamePath = None
|
188
193
|
self._IdPathArr = None
|
189
|
-
self._UserTotal = None
|
190
194
|
self._ExtraInfo = None
|
191
|
-
self.
|
195
|
+
self._Utime = None
|
196
|
+
self._ParentId = None
|
197
|
+
self._OrgId = None
|
198
|
+
self._Name = None
|
199
|
+
self._Id = None
|
192
200
|
self._Description = None
|
193
201
|
self._Source = None
|
194
|
-
self._MiniIamId = None
|
195
|
-
self._OrgId = None
|
196
|
-
self._ReadOnly = None
|
197
|
-
self._ParentId = None
|
198
|
-
self._NamePath = None
|
199
|
-
self._ParentOrgId = None
|
200
202
|
self._IdPath = None
|
201
|
-
self.
|
203
|
+
self._Itime = None
|
204
|
+
self._ParentOrgId = None
|
205
|
+
self._ImportType = None
|
206
|
+
self._MiniIamId = None
|
207
|
+
self._UserTotal = None
|
202
208
|
self._IsLeaf = None
|
203
|
-
self.
|
204
|
-
|
205
|
-
|
206
|
-
def Itime(self):
|
207
|
-
return self._Itime
|
208
|
-
|
209
|
-
@Itime.setter
|
210
|
-
def Itime(self, Itime):
|
211
|
-
self._Itime = Itime
|
209
|
+
self._ReadOnly = None
|
210
|
+
self._LatestSyncResult = None
|
211
|
+
self._LatestSyncTime = None
|
212
212
|
|
213
213
|
@property
|
214
|
-
def
|
215
|
-
return self.
|
214
|
+
def NamePath(self):
|
215
|
+
return self._NamePath
|
216
216
|
|
217
|
-
@
|
218
|
-
def
|
219
|
-
self.
|
217
|
+
@NamePath.setter
|
218
|
+
def NamePath(self, NamePath):
|
219
|
+
self._NamePath = NamePath
|
220
220
|
|
221
221
|
@property
|
222
222
|
def IdPathArr(self):
|
@@ -226,14 +226,6 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
226
226
|
def IdPathArr(self, IdPathArr):
|
227
227
|
self._IdPathArr = IdPathArr
|
228
228
|
|
229
|
-
@property
|
230
|
-
def UserTotal(self):
|
231
|
-
return self._UserTotal
|
232
|
-
|
233
|
-
@UserTotal.setter
|
234
|
-
def UserTotal(self, UserTotal):
|
235
|
-
self._UserTotal = UserTotal
|
236
|
-
|
237
229
|
@property
|
238
230
|
def ExtraInfo(self):
|
239
231
|
return self._ExtraInfo
|
@@ -243,12 +235,44 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
243
235
|
self._ExtraInfo = ExtraInfo
|
244
236
|
|
245
237
|
@property
|
246
|
-
def
|
247
|
-
return self.
|
238
|
+
def Utime(self):
|
239
|
+
return self._Utime
|
248
240
|
|
249
|
-
@
|
250
|
-
def
|
251
|
-
self.
|
241
|
+
@Utime.setter
|
242
|
+
def Utime(self, Utime):
|
243
|
+
self._Utime = Utime
|
244
|
+
|
245
|
+
@property
|
246
|
+
def ParentId(self):
|
247
|
+
return self._ParentId
|
248
|
+
|
249
|
+
@ParentId.setter
|
250
|
+
def ParentId(self, ParentId):
|
251
|
+
self._ParentId = ParentId
|
252
|
+
|
253
|
+
@property
|
254
|
+
def OrgId(self):
|
255
|
+
return self._OrgId
|
256
|
+
|
257
|
+
@OrgId.setter
|
258
|
+
def OrgId(self, OrgId):
|
259
|
+
self._OrgId = OrgId
|
260
|
+
|
261
|
+
@property
|
262
|
+
def Name(self):
|
263
|
+
return self._Name
|
264
|
+
|
265
|
+
@Name.setter
|
266
|
+
def Name(self, Name):
|
267
|
+
self._Name = Name
|
268
|
+
|
269
|
+
@property
|
270
|
+
def Id(self):
|
271
|
+
return self._Id
|
272
|
+
|
273
|
+
@Id.setter
|
274
|
+
def Id(self, Id):
|
275
|
+
self._Id = Id
|
252
276
|
|
253
277
|
@property
|
254
278
|
def Description(self):
|
@@ -267,44 +291,20 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
267
291
|
self._Source = Source
|
268
292
|
|
269
293
|
@property
|
270
|
-
def
|
271
|
-
return self.
|
272
|
-
|
273
|
-
@MiniIamId.setter
|
274
|
-
def MiniIamId(self, MiniIamId):
|
275
|
-
self._MiniIamId = MiniIamId
|
276
|
-
|
277
|
-
@property
|
278
|
-
def OrgId(self):
|
279
|
-
return self._OrgId
|
280
|
-
|
281
|
-
@OrgId.setter
|
282
|
-
def OrgId(self, OrgId):
|
283
|
-
self._OrgId = OrgId
|
284
|
-
|
285
|
-
@property
|
286
|
-
def ReadOnly(self):
|
287
|
-
return self._ReadOnly
|
288
|
-
|
289
|
-
@ReadOnly.setter
|
290
|
-
def ReadOnly(self, ReadOnly):
|
291
|
-
self._ReadOnly = ReadOnly
|
292
|
-
|
293
|
-
@property
|
294
|
-
def ParentId(self):
|
295
|
-
return self._ParentId
|
294
|
+
def IdPath(self):
|
295
|
+
return self._IdPath
|
296
296
|
|
297
|
-
@
|
298
|
-
def
|
299
|
-
self.
|
297
|
+
@IdPath.setter
|
298
|
+
def IdPath(self, IdPath):
|
299
|
+
self._IdPath = IdPath
|
300
300
|
|
301
301
|
@property
|
302
|
-
def
|
303
|
-
return self.
|
302
|
+
def Itime(self):
|
303
|
+
return self._Itime
|
304
304
|
|
305
|
-
@
|
306
|
-
def
|
307
|
-
self.
|
305
|
+
@Itime.setter
|
306
|
+
def Itime(self, Itime):
|
307
|
+
self._Itime = Itime
|
308
308
|
|
309
309
|
@property
|
310
310
|
def ParentOrgId(self):
|
@@ -315,20 +315,28 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
315
315
|
self._ParentOrgId = ParentOrgId
|
316
316
|
|
317
317
|
@property
|
318
|
-
def
|
319
|
-
return self.
|
318
|
+
def ImportType(self):
|
319
|
+
return self._ImportType
|
320
320
|
|
321
|
-
@
|
322
|
-
def
|
323
|
-
self.
|
321
|
+
@ImportType.setter
|
322
|
+
def ImportType(self, ImportType):
|
323
|
+
self._ImportType = ImportType
|
324
324
|
|
325
325
|
@property
|
326
|
-
def
|
327
|
-
return self.
|
326
|
+
def MiniIamId(self):
|
327
|
+
return self._MiniIamId
|
328
328
|
|
329
|
-
@
|
330
|
-
def
|
331
|
-
self.
|
329
|
+
@MiniIamId.setter
|
330
|
+
def MiniIamId(self, MiniIamId):
|
331
|
+
self._MiniIamId = MiniIamId
|
332
|
+
|
333
|
+
@property
|
334
|
+
def UserTotal(self):
|
335
|
+
return self._UserTotal
|
336
|
+
|
337
|
+
@UserTotal.setter
|
338
|
+
def UserTotal(self, UserTotal):
|
339
|
+
self._UserTotal = UserTotal
|
332
340
|
|
333
341
|
@property
|
334
342
|
def IsLeaf(self):
|
@@ -339,33 +347,51 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
339
347
|
self._IsLeaf = IsLeaf
|
340
348
|
|
341
349
|
@property
|
342
|
-
def
|
343
|
-
return self.
|
350
|
+
def ReadOnly(self):
|
351
|
+
return self._ReadOnly
|
344
352
|
|
345
|
-
@
|
346
|
-
def
|
347
|
-
self.
|
353
|
+
@ReadOnly.setter
|
354
|
+
def ReadOnly(self, ReadOnly):
|
355
|
+
self._ReadOnly = ReadOnly
|
356
|
+
|
357
|
+
@property
|
358
|
+
def LatestSyncResult(self):
|
359
|
+
return self._LatestSyncResult
|
360
|
+
|
361
|
+
@LatestSyncResult.setter
|
362
|
+
def LatestSyncResult(self, LatestSyncResult):
|
363
|
+
self._LatestSyncResult = LatestSyncResult
|
364
|
+
|
365
|
+
@property
|
366
|
+
def LatestSyncTime(self):
|
367
|
+
return self._LatestSyncTime
|
368
|
+
|
369
|
+
@LatestSyncTime.setter
|
370
|
+
def LatestSyncTime(self, LatestSyncTime):
|
371
|
+
self._LatestSyncTime = LatestSyncTime
|
348
372
|
|
349
373
|
|
350
374
|
def _deserialize(self, params):
|
351
|
-
self.
|
352
|
-
self._Name = params.get("Name")
|
375
|
+
self._NamePath = params.get("NamePath")
|
353
376
|
self._IdPathArr = params.get("IdPathArr")
|
354
|
-
self._UserTotal = params.get("UserTotal")
|
355
377
|
self._ExtraInfo = params.get("ExtraInfo")
|
356
|
-
self.
|
378
|
+
self._Utime = params.get("Utime")
|
379
|
+
self._ParentId = params.get("ParentId")
|
380
|
+
self._OrgId = params.get("OrgId")
|
381
|
+
self._Name = params.get("Name")
|
382
|
+
self._Id = params.get("Id")
|
357
383
|
self._Description = params.get("Description")
|
358
384
|
self._Source = params.get("Source")
|
359
|
-
self._MiniIamId = params.get("MiniIamId")
|
360
|
-
self._OrgId = params.get("OrgId")
|
361
|
-
self._ReadOnly = params.get("ReadOnly")
|
362
|
-
self._ParentId = params.get("ParentId")
|
363
|
-
self._NamePath = params.get("NamePath")
|
364
|
-
self._ParentOrgId = params.get("ParentOrgId")
|
365
385
|
self._IdPath = params.get("IdPath")
|
366
|
-
self.
|
386
|
+
self._Itime = params.get("Itime")
|
387
|
+
self._ParentOrgId = params.get("ParentOrgId")
|
388
|
+
self._ImportType = params.get("ImportType")
|
389
|
+
self._MiniIamId = params.get("MiniIamId")
|
390
|
+
self._UserTotal = params.get("UserTotal")
|
367
391
|
self._IsLeaf = params.get("IsLeaf")
|
368
|
-
self.
|
392
|
+
self._ReadOnly = params.get("ReadOnly")
|
393
|
+
self._LatestSyncResult = params.get("LatestSyncResult")
|
394
|
+
self._LatestSyncTime = params.get("LatestSyncTime")
|
369
395
|
memeber_set = set(params.keys())
|
370
396
|
for name, value in vars(self).items():
|
371
397
|
property_name = name[1:]
|
@@ -1313,25 +1339,25 @@ class DeviceDetail(AbstractModel):
|
|
1313
1339
|
|
1314
1340
|
def __init__(self):
|
1315
1341
|
r"""
|
1316
|
-
:param _Id: 设备ID
|
1342
|
+
:param _Id: 设备ID
|
1317
1343
|
注意:此字段可能返回 null,表示取不到有效值。
|
1318
1344
|
:type Id: int
|
1319
|
-
:param _Mid:
|
1345
|
+
:param _Mid: 设备唯一标识码,在ioa中每个设备有唯一标识码
|
1320
1346
|
注意:此字段可能返回 null,表示取不到有效值。
|
1321
1347
|
:type Mid: str
|
1322
1348
|
:param _Name: 终端名(设备名)
|
1323
1349
|
注意:此字段可能返回 null,表示取不到有效值。
|
1324
1350
|
:type Name: str
|
1325
|
-
:param _GroupId: 设备所在分组ID
|
1351
|
+
:param _GroupId: 设备所在分组ID
|
1326
1352
|
注意:此字段可能返回 null,表示取不到有效值。
|
1327
1353
|
:type GroupId: int
|
1328
|
-
:param _OsType: OS
|
1354
|
+
:param _OsType: OS平台,0:Windows 、1: Linux、 2:macOS 、4: Android、 5: iOS。默认是0
|
1329
1355
|
注意:此字段可能返回 null,表示取不到有效值。
|
1330
1356
|
:type OsType: int
|
1331
1357
|
:param _Ip: 设备IP地址(出口IP)
|
1332
1358
|
注意:此字段可能返回 null,表示取不到有效值。
|
1333
1359
|
:type Ip: str
|
1334
|
-
:param _OnlineStatus:
|
1360
|
+
:param _OnlineStatus: 在线状态,2:在线、0或者1:离线
|
1335
1361
|
注意:此字段可能返回 null,表示取不到有效值。
|
1336
1362
|
:type OnlineStatus: int
|
1337
1363
|
:param _Version: 客户端版本号-大整数
|
@@ -1346,7 +1372,7 @@ class DeviceDetail(AbstractModel):
|
|
1346
1372
|
:param _ConnActiveTime: 最后一次在线时间
|
1347
1373
|
注意:此字段可能返回 null,表示取不到有效值。
|
1348
1374
|
:type ConnActiveTime: str
|
1349
|
-
:param _Locked: 设备是否加锁 1
|
1375
|
+
:param _Locked: 设备是否加锁 ,1:锁定 0或者2:未锁定。
|
1350
1376
|
注意:此字段可能返回 null,表示取不到有效值。
|
1351
1377
|
:type Locked: int
|
1352
1378
|
:param _LocalIpList: 设备本地IP列表, 包括IP
|
@@ -1364,7 +1390,7 @@ class DeviceDetail(AbstractModel):
|
|
1364
1390
|
:param _CriticalVulListCount: 未修复高危漏洞数(只支持32位)
|
1365
1391
|
注意:此字段可能返回 null,表示取不到有效值。
|
1366
1392
|
:type CriticalVulListCount: int
|
1367
|
-
:param _ComputerName:
|
1393
|
+
:param _ComputerName: 设备名,和Name相同
|
1368
1394
|
注意:此字段可能返回 null,表示取不到有效值。
|
1369
1395
|
:type ComputerName: str
|
1370
1396
|
:param _DomainName: 登录域名
|
@@ -1373,10 +1399,10 @@ class DeviceDetail(AbstractModel):
|
|
1373
1399
|
:param _MacAddr: MAC地址
|
1374
1400
|
注意:此字段可能返回 null,表示取不到有效值。
|
1375
1401
|
:type MacAddr: str
|
1376
|
-
:param _VulCount: 漏洞数
|
1402
|
+
:param _VulCount: 漏洞数
|
1377
1403
|
注意:此字段可能返回 null,表示取不到有效值。
|
1378
1404
|
:type VulCount: int
|
1379
|
-
:param _RiskCount: 病毒风险数
|
1405
|
+
:param _RiskCount: 病毒风险数
|
1380
1406
|
注意:此字段可能返回 null,表示取不到有效值。
|
1381
1407
|
:type RiskCount: int
|
1382
1408
|
:param _VirusVer: 病毒库版本
|
@@ -1397,7 +1423,7 @@ class DeviceDetail(AbstractModel):
|
|
1397
1423
|
:param _UserName: 终端用户名
|
1398
1424
|
注意:此字段可能返回 null,表示取不到有效值。
|
1399
1425
|
:type UserName: str
|
1400
|
-
:param _FirewallStatus:
|
1426
|
+
:param _FirewallStatus: 防火墙状态,不等于0表示开启
|
1401
1427
|
注意:此字段可能返回 null,表示取不到有效值。
|
1402
1428
|
:type FirewallStatus: int
|
1403
1429
|
:param _SerialNum: SN序列号
|
@@ -1409,7 +1435,7 @@ class DeviceDetail(AbstractModel):
|
|
1409
1435
|
:param _NGNStrategyVer: NGN策略版本
|
1410
1436
|
注意:此字段可能返回 null,表示取不到有效值。
|
1411
1437
|
:type NGNStrategyVer: str
|
1412
|
-
:param _IOAUserName:
|
1438
|
+
:param _IOAUserName: 最近登录账户的账号
|
1413
1439
|
注意:此字段可能返回 null,表示取不到有效值。
|
1414
1440
|
:type IOAUserName: str
|
1415
1441
|
:param _DeviceNewStrategyVer: 设备管控新策略
|
@@ -1436,7 +1462,7 @@ class DeviceDetail(AbstractModel):
|
|
1436
1462
|
:param _AccountGroupName: 最近登录账号部门
|
1437
1463
|
注意:此字段可能返回 null,表示取不到有效值。
|
1438
1464
|
:type AccountGroupName: str
|
1439
|
-
:param _AccountName:
|
1465
|
+
:param _AccountName: 最近登录账户的姓名
|
1440
1466
|
注意:此字段可能返回 null,表示取不到有效值。
|
1441
1467
|
:type AccountName: str
|
1442
1468
|
:param _AccountGroupId: 账号组id
|