tencentcloud-sdk-python 3.0.1207__py2.py3-none-any.whl → 3.0.1233__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 +201 -2
- tencentcloud/ams/v20201229/models.py +24 -0
- tencentcloud/antiddos/v20200309/models.py +13 -1
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +25 -0
- tencentcloud/asr/v20190614/asr_client.py +103 -1
- tencentcloud/asr/v20190614/errorcodes.py +3 -0
- tencentcloud/asr/v20190614/models.py +620 -0
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +25 -0
- tencentcloud/billing/v20180709/models.py +155 -0
- tencentcloud/cam/v20190116/cam_client.py +46 -0
- tencentcloud/cam/v20190116/errorcodes.py +6 -0
- tencentcloud/cam/v20190116/models.py +301 -0
- tencentcloud/ccc/v20200210/models.py +42 -12
- tencentcloud/cdb/v20170320/cdb_client.py +46 -0
- tencentcloud/cdb/v20170320/models.py +296 -4
- tencentcloud/cdwch/v20200915/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +211 -165
- tencentcloud/cdwdoris/v20211228/errorcodes.py +0 -3
- tencentcloud/cdwdoris/v20211228/models.py +2316 -2164
- tencentcloud/cfg/v20210820/models.py +195 -1
- tencentcloud/cfw/v20190904/cfw_client.py +46 -25
- tencentcloud/cfw/v20190904/models.py +1056 -249
- tencentcloud/ckafka/v20190819/ckafka_client.py +24 -1
- tencentcloud/ckafka/v20190819/models.py +175 -2
- tencentcloud/clb/v20180317/models.py +147 -3
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +764 -16
- tencentcloud/controlcenter/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/controlcenter_client.py +49 -0
- tencentcloud/controlcenter/v20230110/errorcodes.py +45 -0
- tencentcloud/controlcenter/v20230110/models.py +140 -0
- tencentcloud/csip/v20221121/models.py +385 -0
- tencentcloud/cvm/v20170312/cvm_client.py +23 -0
- tencentcloud/cvm/v20170312/errorcodes.py +24 -0
- tencentcloud/cvm/v20170312/models.py +178 -6
- tencentcloud/cwp/v20180228/cwp_client.py +29 -2
- tencentcloud/cwp/v20180228/models.py +314 -13
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +115 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +862 -52
- tencentcloud/dasb/v20191018/dasb_client.py +23 -0
- tencentcloud/dasb/v20191018/errorcodes.py +3 -0
- tencentcloud/dasb/v20191018/models.py +277 -0
- tencentcloud/dbbrain/v20210527/models.py +212 -2
- tencentcloud/dc/v20180410/dc_client.py +7 -8
- tencentcloud/dc/v20180410/models.py +84 -25
- tencentcloud/dcdb/v20180411/dcdb_client.py +71 -0
- tencentcloud/dcdb/v20180411/models.py +636 -0
- tencentcloud/dlc/v20210125/dlc_client.py +47 -1
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +637 -6
- tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
- tencentcloud/dnspod/v20210323/models.py +185 -0
- tencentcloud/dsgc/v20190723/models.py +179 -1
- tencentcloud/dts/v20211206/errorcodes.py +3 -0
- tencentcloud/ecc/v20181213/ecc_client.py +1 -2
- tencentcloud/emr/v20190103/emr_client.py +331 -4
- tencentcloud/emr/v20190103/errorcodes.py +9 -0
- tencentcloud/emr/v20190103/models.py +8787 -5344
- tencentcloud/es/v20180416/es_client.py +47 -0
- tencentcloud/es/v20180416/models.py +510 -1
- tencentcloud/ess/v20201111/errorcodes.py +6 -0
- tencentcloud/ess/v20201111/ess_client.py +106 -15
- tencentcloud/ess/v20201111/models.py +742 -96
- tencentcloud/essbasic/v20210526/essbasic_client.py +64 -2
- tencentcloud/essbasic/v20210526/models.py +395 -18
- tencentcloud/facefusion/v20181201/models.py +9 -3
- tencentcloud/facefusion/v20220927/errorcodes.py +13 -67
- tencentcloud/facefusion/v20220927/models.py +41 -13
- tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- tencentcloud/faceid/v20180301/models.py +66 -0
- tencentcloud/gme/v20180711/models.py +2 -2
- tencentcloud/goosefs/v20220519/models.py +61 -0
- tencentcloud/hunyuan/v20230901/errorcodes.py +21 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +53 -1
- tencentcloud/hunyuan/v20230901/models.py +528 -10
- tencentcloud/ims/v20201229/ims_client.py +3 -3
- tencentcloud/ims/v20201229/models.py +1 -1
- tencentcloud/ioa/v20220601/models.py +6 -5
- tencentcloud/iotexplorer/v20190423/models.py +14 -6
- tencentcloud/irp/v20220805/models.py +13 -1
- tencentcloud/iss/v20230517/errorcodes.py +15 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +233 -0
- tencentcloud/lcic/v20220817/lcic_client.py +23 -0
- tencentcloud/lcic/v20220817/models.py +261 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +3 -0
- tencentcloud/lighthouse/v20200324/models.py +28 -0
- tencentcloud/live/v20180801/models.py +2 -10
- tencentcloud/lke/v20231130/errorcodes.py +1 -1
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +366 -6
- tencentcloud/mariadb/v20170312/errorcodes.py +6 -0
- tencentcloud/mariadb/v20170312/mariadb_client.py +71 -0
- tencentcloud/mariadb/v20170312/models.py +601 -1
- tencentcloud/mna/v20210119/errorcodes.py +6 -0
- tencentcloud/mna/v20210119/mna_client.py +23 -0
- tencentcloud/mna/v20210119/models.py +146 -0
- tencentcloud/mongodb/v20180408/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +72 -45
- tencentcloud/monitor/v20180724/models.py +13 -0
- tencentcloud/mps/v20190612/models.py +631 -21
- tencentcloud/oceanus/v20190422/models.py +25 -0
- tencentcloud/ocr/v20181119/errorcodes.py +6 -0
- tencentcloud/ocr/v20181119/models.py +333 -10
- tencentcloud/ocr/v20181119/ocr_client.py +54 -2
- tencentcloud/omics/v20221128/models.py +15 -3
- tencentcloud/organization/v20210331/errorcodes.py +246 -0
- tencentcloud/organization/v20210331/models.py +12482 -4167
- tencentcloud/organization/v20210331/organization_client.py +1326 -130
- tencentcloud/postgres/v20170312/errorcodes.py +15 -0
- tencentcloud/rce/v20201103/rce_client.py +2 -2
- tencentcloud/redis/v20180412/models.py +335 -20
- tencentcloud/redis/v20180412/redis_client.py +46 -0
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/rum/v20210622/models.py +12 -0
- tencentcloud/scf/v20180416/models.py +51 -15
- tencentcloud/ses/v20201002/models.py +177 -0
- tencentcloud/smh/v20210712/errorcodes.py +69 -0
- tencentcloud/smh/v20210712/models.py +1173 -36
- tencentcloud/smh/v20210712/smh_client.py +115 -0
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +21 -22
- tencentcloud/sms/v20190711/sms_client.py +28 -60
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +5 -4
- tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
- tencentcloud/sqlserver/v20180328/models.py +185 -1
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +23 -0
- tencentcloud/ssl/v20191205/errorcodes.py +6 -0
- tencentcloud/ssl/v20191205/models.py +209 -0
- tencentcloud/ssl/v20191205/ssl_client.py +24 -1
- tencentcloud/tag/v20180813/models.py +33 -33
- tencentcloud/tat/v20201028/errorcodes.py +9 -0
- tencentcloud/tat/v20201028/models.py +234 -1
- tencentcloud/tat/v20201028/tat_client.py +23 -0
- tencentcloud/tcr/v20190924/errorcodes.py +3 -0
- tencentcloud/tcss/v20201101/models.py +140 -5
- tencentcloud/tdmq/v20200217/models.py +155 -0
- tencentcloud/teo/v20220901/models.py +35 -16
- tencentcloud/thpc/v20230321/models.py +1432 -82
- tencentcloud/thpc/v20230321/thpc_client.py +92 -0
- tencentcloud/tiia/v20190529/models.py +0 -469
- tencentcloud/tiia/v20190529/tiia_client.py +0 -29
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +24 -0
- tencentcloud/tke/v20220501/models.py +852 -8
- tencentcloud/tke/v20220501/tke_client.py +138 -0
- tencentcloud/tms/v20201229/errorcodes.py +0 -6
- tencentcloud/tms/v20201229/models.py +0 -70
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/tmt/v20180321/errorcodes.py +3 -0
- tencentcloud/tmt/v20180321/models.py +31 -31
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +241 -7
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trtc/v20190722/models.py +259 -30
- tencentcloud/trtc/v20190722/trtc_client.py +48 -38
- tencentcloud/tse/v20201207/models.py +114 -25
- tencentcloud/tsf/v20180326/models.py +51 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/vclm/v20240523/errorcodes.py +30 -3
- tencentcloud/vclm/v20240523/models.py +41 -4
- tencentcloud/vclm/v20240523/vclm_client.py +53 -1
- tencentcloud/vdb/v20230616/errorcodes.py +21 -0
- tencentcloud/vdb/v20230616/models.py +805 -0
- tencentcloud/vdb/v20230616/vdb_client.py +115 -0
- tencentcloud/vod/v20180717/errorcodes.py +18 -0
- tencentcloud/vod/v20180717/models.py +671 -12
- tencentcloud/vod/v20180717/vod_client.py +71 -2
- tencentcloud/vod/v20240718/__init__.py +0 -0
- tencentcloud/vod/v20240718/errorcodes.py +15 -0
- tencentcloud/vod/v20240718/models.py +189 -0
- tencentcloud/vod/v20240718/vod_client.py +49 -0
- tencentcloud/vpc/v20170312/models.py +399 -10
- tencentcloud/vpc/v20170312/vpc_client.py +2 -2
- tencentcloud/vrs/v20200824/models.py +1 -0
- tencentcloud/vrs/v20200824/vrs_client.py +1 -0
- tencentcloud/vtc/v20240223/models.py +30 -4
- tencentcloud/vtc/v20240223/vtc_client.py +53 -1
- tencentcloud/waf/v20180125/models.py +1 -1
- tencentcloud/wedata/v20210820/errorcodes.py +6 -0
- tencentcloud/wedata/v20210820/models.py +2905 -366
- tencentcloud/wedata/v20210820/wedata_client.py +161 -0
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/RECORD +196 -187
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/top_level.txt +0 -0
@@ -260,6 +260,9 @@ INVALIDPARAMETER_INVALIDVERIFYCHANNEL = 'InvalidParameter.InvalidVerifyChannel'
|
|
260
260
|
# 不合法的跳转链接,请联系电子签客服添加链接白名单。
|
261
261
|
INVALIDPARAMETER_JUMPURL = 'InvalidParameter.JumpUrl'
|
262
262
|
|
263
|
+
# 关键字格式错误或者不存在。
|
264
|
+
INVALIDPARAMETER_KEYWORD = 'InvalidParameter.Keyword'
|
265
|
+
|
263
266
|
# Limit参数超出最大限制
|
264
267
|
INVALIDPARAMETER_LIMIT = 'InvalidParameter.Limit'
|
265
268
|
|
@@ -386,6 +389,9 @@ MISSINGPARAMETER_FLOWID = 'MissingParameter.FlowId'
|
|
386
389
|
# 未找到关键字配置信息,请检查控件传参,检查文件资源配置,并在修改后重试。
|
387
390
|
MISSINGPARAMETER_KEYWORD = 'MissingParameter.KeyWord'
|
388
391
|
|
392
|
+
# 参数缺失,企业名称和统一信用代码不能同时为空。
|
393
|
+
MISSINGPARAMETER_ORGNAMEORUNIFORMSOCIALCREDITCODE = 'MissingParameter.OrgNameOrUniformSocialCreditCode'
|
394
|
+
|
389
395
|
# 缺少机构ID参数。
|
390
396
|
MISSINGPARAMETER_ORGANIZATIONID = 'MissingParameter.OrganizationId'
|
391
397
|
|
@@ -178,6 +178,64 @@ class EssClient(AbstractClient):
|
|
178
178
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
179
179
|
|
180
180
|
|
181
|
+
def CreateBatchInitOrganizationUrl(self, request):
|
182
|
+
"""支持企业进行批量初始化操作:
|
183
|
+
|
184
|
+
此接口存在以下限制:
|
185
|
+
1. 若批量操作中包含<font color="red">加入集团企业</font>操作,则调用此接口的员工须有<font color="red">集团企业管理权限</font>。
|
186
|
+
2. 批量操作的企业需要已经完成电子签的认证流程。
|
187
|
+
3. 通过此接口生成的链接在小程序端进行操作时,操作人需要是<font color="red">所有企业的超管或法人</font>。
|
188
|
+
4. 批量操作的企业,需要是<a href="https://qian.tencent.com/developers/companyApis/organizations/CreateOrganizationAuthUrl" target="_blank">通过平台方引导认证</a>的企业。
|
189
|
+
5. <font color="red">操作链接过期时间默认为生成链接后7天。</font>
|
190
|
+
|
191
|
+
:param request: Request instance for CreateBatchInitOrganizationUrl.
|
192
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.CreateBatchInitOrganizationUrlRequest`
|
193
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.CreateBatchInitOrganizationUrlResponse`
|
194
|
+
|
195
|
+
"""
|
196
|
+
try:
|
197
|
+
params = request._serialize()
|
198
|
+
headers = request.headers
|
199
|
+
body = self.call("CreateBatchInitOrganizationUrl", params, headers=headers)
|
200
|
+
response = json.loads(body)
|
201
|
+
model = models.CreateBatchInitOrganizationUrlResponse()
|
202
|
+
model._deserialize(response["Response"])
|
203
|
+
return model
|
204
|
+
except Exception as e:
|
205
|
+
if isinstance(e, TencentCloudSDKException):
|
206
|
+
raise
|
207
|
+
else:
|
208
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
209
|
+
|
210
|
+
|
211
|
+
def CreateBatchOrganizationAuthorizationUrl(self, request):
|
212
|
+
"""此接口用于获取企业批量认证链接-单链接包含多条认证流。
|
213
|
+
|
214
|
+
前提条件:已调用 [CreateBatchOrganizationRegistrationTasks创建企业批量认证链接任务接口](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks) 和[查询企业批量认证链接DescribeBatchOrganizationRegistrationUrls](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls) 确保认证任务已经完成。
|
215
|
+
|
216
|
+
异步任务的处理完成时间视当前已提交的任务量、任务的复杂程度等因素决定,正常情况下 3~5 秒即可完成,但也可能需要更长的时间。
|
217
|
+
此链接包含多条认证流程,使用该链接可以批量的对企业进行认证。
|
218
|
+
|
219
|
+
:param request: Request instance for CreateBatchOrganizationAuthorizationUrl.
|
220
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.CreateBatchOrganizationAuthorizationUrlRequest`
|
221
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.CreateBatchOrganizationAuthorizationUrlResponse`
|
222
|
+
|
223
|
+
"""
|
224
|
+
try:
|
225
|
+
params = request._serialize()
|
226
|
+
headers = request.headers
|
227
|
+
body = self.call("CreateBatchOrganizationAuthorizationUrl", params, headers=headers)
|
228
|
+
response = json.loads(body)
|
229
|
+
model = models.CreateBatchOrganizationAuthorizationUrlResponse()
|
230
|
+
model._deserialize(response["Response"])
|
231
|
+
return model
|
232
|
+
except Exception as e:
|
233
|
+
if isinstance(e, TencentCloudSDKException):
|
234
|
+
raise
|
235
|
+
else:
|
236
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
237
|
+
|
238
|
+
|
181
239
|
def CreateBatchOrganizationRegistrationTasks(self, request):
|
182
240
|
"""本接口(CreateBatchOrganizationRegistrationTasks)用于批量创建企业认证链接
|
183
241
|
该接口为异步提交任务接口,需要跟查询企业批量认证链接(DescribeBatchOrganizationRegistrationUrls) 配合使用.
|
@@ -258,7 +316,7 @@ class EssClient(AbstractClient):
|
|
258
316
|
"""通过此接口,可以创建小程序批量签署链接,个人/企业员工可通过此链接跳转至小程序进行批量签署。请确保生成链接时的身份信息与签署合同参与方的信息保持一致。
|
259
317
|
|
260
318
|
注意事项:
|
261
|
-
- 使用此接口生成链接,需要贵企业先开通 <font color="red"
|
319
|
+
- 使用此接口生成链接,需要贵企业先开通 <font color="red">个人签署方仅校验手机号 </font>功能。您可以在 <b>【腾讯电子签网页端】->【企业设置】->【拓展服务】</b>中找到该功能。
|
262
320
|
- 生成批量签署链接时,<font color="red">合同目标参与方的状态必须为<b>待签署</b>状态</font>。签署人点击链接后需要输入短信验证码才能查看合同内容。
|
263
321
|
- 企业员工批量签署链接:需要传入签署方所在企业名称,用户名字和手机号(或者身份证件信息)参数来生成签署链接。<font color="red">该签署方企业必须已完成腾讯电子签企业认证</font>
|
264
322
|
- 个人批量签署链接:需要传入签署方用户名字和手机号(或者身份证件信息)参数来生成签署链接。个人批量签署进行的合同的签名区, 全部变成<font color="red">手写签名</font>(不管合同里边设置的签名限制)来进行。
|
@@ -1166,10 +1224,22 @@ class EssClient(AbstractClient):
|
|
1166
1224
|
|
1167
1225
|
|
1168
1226
|
def CreateOrganizationAuthUrl(self, request):
|
1169
|
-
"""本接口(CreateOrganizationAuthUrl
|
1170
|
-
|
1227
|
+
"""本接口(CreateOrganizationAuthUrl)的主要功能是生成合作企业的认证链接。
|
1228
|
+
|
1229
|
+
在生成链接的过程中,可以提供一部分已知信息,以便为对方进行认证流程提供便利。
|
1230
|
+
|
1231
|
+

|
1171
1232
|
|
1172
|
-
|
1233
|
+
|
1234
|
+
- **企业统一社会信用代码**: 对应上图中的**1**
|
1235
|
+
- **企业名称**: 对应上图中的**2**
|
1236
|
+
- **企业法定代表人的名字**:对应上图中的**3**
|
1237
|
+
- **企业详细住所**:对应上图中的**4**
|
1238
|
+
|
1239
|
+
|
1240
|
+
|
1241
|
+
|
1242
|
+
<b>注</b>:此接口需要 <font color="red"><b>购买单独的实名套餐包</b></font>方可调用,如有需求请联系对接人员评估
|
1173
1243
|
|
1174
1244
|
:param request: Request instance for CreateOrganizationAuthUrl.
|
1175
1245
|
:type request: :class:`tencentcloud.ess.v20201111.models.CreateOrganizationAuthUrlRequest`
|
@@ -1625,11 +1695,9 @@ class EssClient(AbstractClient):
|
|
1625
1695
|
|
1626
1696
|
|
1627
1697
|
def CreateUserVerifyUrl(self, request):
|
1628
|
-
"""
|
1629
|
-
|
1630
|
-
|
1631
|
-
使用限制:
|
1632
|
-
此接口需要购买单独的实名套餐包方可调用,如有需求请联系对接人员评估
|
1698
|
+
"""生成个人用户实名认证链接,个人用户点击此链接进入实名流程(若用户已完成实名认证,则直接进入成功页面)。
|
1699
|
+
|
1700
|
+
注: 调用此接口需要购买<font color="red"><b>单独的实名套餐包</b></font>。使用前请联系对接的客户经理沟通。
|
1633
1701
|
|
1634
1702
|
:param request: Request instance for CreateUserVerifyUrl.
|
1635
1703
|
:type request: :class:`tencentcloud.ess.v20201111.models.CreateUserVerifyUrlRequest`
|
@@ -2026,7 +2094,7 @@ class EssClient(AbstractClient):
|
|
2026
2094
|
|
2027
2095
|
|
2028
2096
|
def DescribeFlowComponents(self, request):
|
2029
|
-
"""
|
2097
|
+
"""可以根据合同流程ID查询该合同流程相关联的填写控件信息和填写内容,包括填写控件的归属方、填写控件是否已经填写以及填写的内容等信息。
|
2030
2098
|
|
2031
2099
|
:param request: Request instance for DescribeFlowComponents.
|
2032
2100
|
:type request: :class:`tencentcloud.ess.v20201111.models.DescribeFlowComponentsRequest`
|
@@ -2213,6 +2281,29 @@ class EssClient(AbstractClient):
|
|
2213
2281
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2214
2282
|
|
2215
2283
|
|
2284
|
+
def DescribeOrganizationAuthStatus(self, request):
|
2285
|
+
"""查询企业认证状态- 仅通过[CreateOrganizationAuthUrl](https://qian.tencent.com/developers/companyApis/organizations/CreateOrganizationAuthUrl) 和[CreateBatchOrganizationRegistrationTasks](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks)这两个接口进行引导认证的企业,调用方企业可以依据这个接口,查询认证状态。
|
2286
|
+
|
2287
|
+
:param request: Request instance for DescribeOrganizationAuthStatus.
|
2288
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.DescribeOrganizationAuthStatusRequest`
|
2289
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.DescribeOrganizationAuthStatusResponse`
|
2290
|
+
|
2291
|
+
"""
|
2292
|
+
try:
|
2293
|
+
params = request._serialize()
|
2294
|
+
headers = request.headers
|
2295
|
+
body = self.call("DescribeOrganizationAuthStatus", params, headers=headers)
|
2296
|
+
response = json.loads(body)
|
2297
|
+
model = models.DescribeOrganizationAuthStatusResponse()
|
2298
|
+
model._deserialize(response["Response"])
|
2299
|
+
return model
|
2300
|
+
except Exception as e:
|
2301
|
+
if isinstance(e, TencentCloudSDKException):
|
2302
|
+
raise
|
2303
|
+
else:
|
2304
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2305
|
+
|
2306
|
+
|
2216
2307
|
def DescribeOrganizationGroupOrganizations(self, request):
|
2217
2308
|
"""此API接口用来查询加入集团的成员企业信息
|
2218
2309
|
适用场景:子企业在加入集团后,主企业可能通过此接口获取到所有的子企业列表,方便进行展示和统计
|
@@ -2289,9 +2380,9 @@ class EssClient(AbstractClient):
|
|
2289
2380
|
def DescribeSignFaceVideo(self, request):
|
2290
2381
|
"""该接口用于在使用视频认证方式签署合同后,获取用户的签署人脸认证视频。
|
2291
2382
|
|
2292
|
-
1. 该接口**仅适用于在H5
|
2293
|
-
2.
|
2294
|
-
3.
|
2383
|
+
1. 该接口**仅适用于在H5端签署**的合同,**在通过视频认证后**获取人脸视频。
|
2384
|
+
2. 该接口**不支持小程序端**的签署人脸视频获取。
|
2385
|
+
3. 请在**签署完成后的三天内**获取人脸视频,**过期后将无法获取**。
|
2295
2386
|
|
2296
2387
|
**注意:该接口需要开通白名单,请联系客户经理开通后使用。**
|
2297
2388
|
|
@@ -2321,8 +2412,8 @@ class EssClient(AbstractClient):
|
|
2321
2412
|
|
2322
2413
|
注意:
|
2323
2414
|
<ul>
|
2324
|
-
<li
|
2325
|
-
<li
|
2415
|
+
<li>此接口为合作引流场景使用,使用<b>有白名单限制</b>,使用前请联系对接的客户经理沟通。</li>
|
2416
|
+
<li><b>AuthCode 只能使用一次</b>,查询一次再次查询会返回错误</li>
|
2326
2417
|
</ul>
|
2327
2418
|
|
2328
2419
|
:param request: Request instance for DescribeThirdPartyAuthCode.
|