tencentcloud-sdk-python 3.0.1406__py2.py3-none-any.whl → 3.0.1408__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 (49) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +15 -0
  3. tencentcloud/asr/v20190614/models.py +2 -2
  4. tencentcloud/ccc/v20200210/models.py +168 -4
  5. tencentcloud/cdb/v20170320/cdb_client.py +5 -5
  6. tencentcloud/cdb/v20170320/models.py +42 -38
  7. tencentcloud/cdn/v20180606/errorcodes.py +9 -0
  8. tencentcloud/cdn/v20180606/models.py +2 -2
  9. tencentcloud/cfs/v20190719/models.py +25 -6
  10. tencentcloud/ckafka/v20190819/models.py +30 -0
  11. tencentcloud/csip/v20221121/csip_client.py +299 -0
  12. tencentcloud/csip/v20221121/models.py +11315 -6743
  13. tencentcloud/dts/v20211206/models.py +15 -0
  14. tencentcloud/es/v20180416/models.py +77 -0
  15. tencentcloud/es/v20250101/models.py +32 -0
  16. tencentcloud/ess/v20201111/errorcodes.py +33 -0
  17. tencentcloud/ess/v20201111/ess_client.py +80 -0
  18. tencentcloud/ess/v20201111/models.py +596 -8
  19. tencentcloud/essbasic/v20210526/errorcodes.py +9 -3
  20. tencentcloud/essbasic/v20210526/essbasic_client.py +84 -1
  21. tencentcloud/essbasic/v20210526/models.py +599 -2
  22. tencentcloud/gwlb/v20240906/models.py +2 -2
  23. tencentcloud/hunyuan/v20230901/models.py +9 -5
  24. tencentcloud/ioa/v20220601/models.py +75 -0
  25. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +34 -11
  26. tencentcloud/iotexplorer/v20190423/models.py +258 -0
  27. tencentcloud/live/v20180801/live_client.py +90 -21
  28. tencentcloud/live/v20180801/models.py +903 -177
  29. tencentcloud/lkeap/v20240522/lkeap_client.py +0 -23
  30. tencentcloud/lkeap/v20240522/models.py +0 -167
  31. tencentcloud/ocr/v20181119/models.py +38 -0
  32. tencentcloud/ocr/v20181119/ocr_client.py +10 -0
  33. tencentcloud/ssl/v20191205/models.py +1081 -29
  34. tencentcloud/ssl/v20191205/ssl_client.py +92 -0
  35. tencentcloud/tcbr/v20220217/models.py +17 -0
  36. tencentcloud/tdmq/v20200217/models.py +107 -68
  37. tencentcloud/tdmq/v20200217/tdmq_client.py +2 -2
  38. tencentcloud/trocket/v20230308/errorcodes.py +3 -0
  39. tencentcloud/trocket/v20230308/models.py +512 -107
  40. tencentcloud/trocket/v20230308/trocket_client.py +34 -2
  41. tencentcloud/trtc/v20190722/models.py +6 -6
  42. tencentcloud/tse/v20201207/models.py +30 -0
  43. tencentcloud/wedata/v20210820/models.py +1280 -2
  44. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  45. {tencentcloud_sdk_python-3.0.1406.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/METADATA +1 -1
  46. {tencentcloud_sdk_python-3.0.1406.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/RECORD +49 -49
  47. {tencentcloud_sdk_python-3.0.1406.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/LICENSE +0 -0
  48. {tencentcloud_sdk_python-3.0.1406.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/WHEEL +0 -0
  49. {tencentcloud_sdk_python-3.0.1406.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/top_level.txt +0 -0
@@ -1351,6 +1351,122 @@ class BaseFlowInfo(AbstractModel):
1351
1351
 
1352
1352
 
1353
1353
 
1354
+ class BatchOrganizationRegistrationTasksDetails(AbstractModel):
1355
+ """批量认证企业任务详情信息,其中包括 TaskId,状态信息等等
1356
+
1357
+ """
1358
+
1359
+ def __init__(self):
1360
+ r"""
1361
+ :param _TaskId: 生成注册链接的任务Id
1362
+ :type TaskId: str
1363
+ :param _Status: 批量创建企业任务的状态
1364
+ <ul>
1365
+ <li>Processing</li>
1366
+ <li>Create</li>
1367
+ <li>Submit</li>
1368
+ <li>Authorization</li>
1369
+ <li>Failed</li>
1370
+ </ul>
1371
+
1372
+ 各个状态所代表的含义如下表格所示:
1373
+ <table>
1374
+ <thead align="center" valign="center">
1375
+ <tr><th>任务状态名称</th><th>任务状态详情</th></tr>
1376
+ </thead>
1377
+ <tbody>
1378
+ <tr><th align="center" valign="center">Processing</th><th>企业认证任务处理中,用户调用了<a href="https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks">CreateBatchOrganizationRegistrationTasks</a>接口,但是任务还在处理中的状态</th></tr>
1379
+ <tr><th align="center" valign="center">Create</th><th>创建企业认证链接任务完成,可以调用生成任务链接接口</th></tr>
1380
+ <tr><th align="center" valign="center">Submit</th><th>企业认证任务已提交,到如下界面之后,会变为这个状态
1381
+
1382
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/acbcec8c7a71de14d9c041e3b8ca8b3f.png)</th></tr>
1383
+ <tr><th align="center" valign="center">Authorization</th><th>企业认证任务认证成功,点击下图下一步,进入到授权书上传或者法人认证,则会变为这个状态
1384
+
1385
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/c52448354871cffa729da8db4e3a6f18.png)</th></tr>
1386
+ <tr><th align="center" valign="center">Failed</th><th>企业认证任务失败</th></tr>
1387
+ </tbody>
1388
+ </table>
1389
+ :type Status: str
1390
+ :param _ErrorMessage: 如果任务失败,会返回错误信息
1391
+ :type ErrorMessage: str
1392
+ """
1393
+ self._TaskId = None
1394
+ self._Status = None
1395
+ self._ErrorMessage = None
1396
+
1397
+ @property
1398
+ def TaskId(self):
1399
+ """生成注册链接的任务Id
1400
+ :rtype: str
1401
+ """
1402
+ return self._TaskId
1403
+
1404
+ @TaskId.setter
1405
+ def TaskId(self, TaskId):
1406
+ self._TaskId = TaskId
1407
+
1408
+ @property
1409
+ def Status(self):
1410
+ """批量创建企业任务的状态
1411
+ <ul>
1412
+ <li>Processing</li>
1413
+ <li>Create</li>
1414
+ <li>Submit</li>
1415
+ <li>Authorization</li>
1416
+ <li>Failed</li>
1417
+ </ul>
1418
+
1419
+ 各个状态所代表的含义如下表格所示:
1420
+ <table>
1421
+ <thead align="center" valign="center">
1422
+ <tr><th>任务状态名称</th><th>任务状态详情</th></tr>
1423
+ </thead>
1424
+ <tbody>
1425
+ <tr><th align="center" valign="center">Processing</th><th>企业认证任务处理中,用户调用了<a href="https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks">CreateBatchOrganizationRegistrationTasks</a>接口,但是任务还在处理中的状态</th></tr>
1426
+ <tr><th align="center" valign="center">Create</th><th>创建企业认证链接任务完成,可以调用生成任务链接接口</th></tr>
1427
+ <tr><th align="center" valign="center">Submit</th><th>企业认证任务已提交,到如下界面之后,会变为这个状态
1428
+
1429
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/acbcec8c7a71de14d9c041e3b8ca8b3f.png)</th></tr>
1430
+ <tr><th align="center" valign="center">Authorization</th><th>企业认证任务认证成功,点击下图下一步,进入到授权书上传或者法人认证,则会变为这个状态
1431
+
1432
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/c52448354871cffa729da8db4e3a6f18.png)</th></tr>
1433
+ <tr><th align="center" valign="center">Failed</th><th>企业认证任务失败</th></tr>
1434
+ </tbody>
1435
+ </table>
1436
+ :rtype: str
1437
+ """
1438
+ return self._Status
1439
+
1440
+ @Status.setter
1441
+ def Status(self, Status):
1442
+ self._Status = Status
1443
+
1444
+ @property
1445
+ def ErrorMessage(self):
1446
+ """如果任务失败,会返回错误信息
1447
+ :rtype: str
1448
+ """
1449
+ return self._ErrorMessage
1450
+
1451
+ @ErrorMessage.setter
1452
+ def ErrorMessage(self, ErrorMessage):
1453
+ self._ErrorMessage = ErrorMessage
1454
+
1455
+
1456
+ def _deserialize(self, params):
1457
+ self._TaskId = params.get("TaskId")
1458
+ self._Status = params.get("Status")
1459
+ self._ErrorMessage = params.get("ErrorMessage")
1460
+ memeber_set = set(params.keys())
1461
+ for name, value in vars(self).items():
1462
+ property_name = name[1:]
1463
+ if property_name in memeber_set:
1464
+ memeber_set.remove(property_name)
1465
+ if len(memeber_set) > 0:
1466
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
1467
+
1468
+
1469
+
1354
1470
  class CancelFailureFlow(AbstractModel):
1355
1471
  """撤销失败的流程信息
1356
1472
 
@@ -12624,6 +12740,16 @@ class Component(AbstractModel):
12624
12740
  <li> <b>FontSize</b>: 范围6 :72</li></ul>
12625
12741
  <b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
12626
12742
 
12743
+ <font color="red">ComponentType为WATERMARK时</font>,支持以下参数:
12744
+ <ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
12745
+ <li> <b>FontSize</b>: 范围6 :72</li>
12746
+ <li> <b>Opacity</b>: 透明度,范围0 :1</li>
12747
+ <li> <b>Rotate</b>: 水印旋转角度,范围0 :359</li>
12748
+ <li> <b>Density</b>: 水印样式,1-宽松,2-标准(默认值),3-密集,</li>
12749
+ <li> <b>Position</b>: 水印位置,None-平铺(默认值),LeftTop-左上,LeftBottom-左下,RightTop-右上,RightBottom-右下,Center-居中</li>
12750
+ <li> <b>SubType</b>: 水印类型:CUSTOM_WATERMARK-自定义内容,PERSON_INFO_WATERMARK-访问者信息</li></ul>
12751
+ <b>参数样例</b>:`"{\"Font\":\"黑体\",\"FontSize\":20,\"Opacity\":0.1,\"Density\":2,\"SubType\":\"PERSON_INFO_WATERMARK\"}"`
12752
+
12627
12753
  <font color="red">ComponentType为FILL_IMAGE时</font>,支持以下参数:
12628
12754
  <ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>
12629
12755
  <li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>
@@ -13040,6 +13166,16 @@ ChildrenComponent结构体定义:
13040
13166
  <li> <b>FontSize</b>: 范围6 :72</li></ul>
13041
13167
  <b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
13042
13168
 
13169
+ <font color="red">ComponentType为WATERMARK时</font>,支持以下参数:
13170
+ <ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
13171
+ <li> <b>FontSize</b>: 范围6 :72</li>
13172
+ <li> <b>Opacity</b>: 透明度,范围0 :1</li>
13173
+ <li> <b>Rotate</b>: 水印旋转角度,范围0 :359</li>
13174
+ <li> <b>Density</b>: 水印样式,1-宽松,2-标准(默认值),3-密集,</li>
13175
+ <li> <b>Position</b>: 水印位置,None-平铺(默认值),LeftTop-左上,LeftBottom-左下,RightTop-右上,RightBottom-右下,Center-居中</li>
13176
+ <li> <b>SubType</b>: 水印类型:CUSTOM_WATERMARK-自定义内容,PERSON_INFO_WATERMARK-访问者信息</li></ul>
13177
+ <b>参数样例</b>:`"{\"Font\":\"黑体\",\"FontSize\":20,\"Opacity\":0.1,\"Density\":2,\"SubType\":\"PERSON_INFO_WATERMARK\"}"`
13178
+
13043
13179
  <font color="red">ComponentType为FILL_IMAGE时</font>,支持以下参数:
13044
13180
  <ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>
13045
13181
  <li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>
@@ -14776,8 +14912,9 @@ class CreateConsoleLoginUrlRequest(AbstractModel):
14776
14912
  <ul><li> **VERIFIED** :企业认证完成/员工认证完成后跳回原App/小程序</li></ul>
14777
14913
  :type AutoJumpBackEvent: str
14778
14914
  :param _AuthorizationTypes: 可选的此企业允许的授权方式, 可以设置的方式有:
14779
- <ul><li>1:上传授权书</li>
14915
+ <ul>
14780
14916
  <li>2:转法定代表人授权</li>
14917
+ <li>5:授权书+对公打款</li>
14781
14918
  </ul>
14782
14919
  :type AuthorizationTypes: list of int
14783
14920
  :param _Operator: 暂未开放
@@ -14995,8 +15132,9 @@ class CreateConsoleLoginUrlRequest(AbstractModel):
14995
15132
  @property
14996
15133
  def AuthorizationTypes(self):
14997
15134
  """可选的此企业允许的授权方式, 可以设置的方式有:
14998
- <ul><li>1:上传授权书</li>
15135
+ <ul>
14999
15136
  <li>2:转法定代表人授权</li>
15137
+ <li>5:授权书+对公打款</li>
15000
15138
  </ul>
15001
15139
  :rtype: list of int
15002
15140
  """
@@ -16643,6 +16781,129 @@ class CreateLegalSealQrCodeResponse(AbstractModel):
16643
16781
  self._RequestId = params.get("RequestId")
16644
16782
 
16645
16783
 
16784
+ class CreateModifyAdminAuthorizationUrlRequest(AbstractModel):
16785
+ """CreateModifyAdminAuthorizationUrl请求参数结构体
16786
+
16787
+ """
16788
+
16789
+ def __init__(self):
16790
+ r"""
16791
+ :param _Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
16792
+
16793
+ 此接口下面信息必填。
16794
+ <ul>
16795
+ <li>渠道应用标识: Agent.AppId</li>
16796
+ </ul>
16797
+
16798
+ :type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
16799
+ :param _AuthorizationId: 企业认证流Id,可以通过回调[授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
16800
+ :type AuthorizationId: str
16801
+ :param _Endpoint: 要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**PC**: 跳转电子签web 端控制台的链接。</li></ul>
16802
+ :type Endpoint: str
16803
+ """
16804
+ self._Agent = None
16805
+ self._AuthorizationId = None
16806
+ self._Endpoint = None
16807
+
16808
+ @property
16809
+ def Agent(self):
16810
+ """关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
16811
+
16812
+ 此接口下面信息必填。
16813
+ <ul>
16814
+ <li>渠道应用标识: Agent.AppId</li>
16815
+ </ul>
16816
+
16817
+ :rtype: :class:`tencentcloud.essbasic.v20210526.models.Agent`
16818
+ """
16819
+ return self._Agent
16820
+
16821
+ @Agent.setter
16822
+ def Agent(self, Agent):
16823
+ self._Agent = Agent
16824
+
16825
+ @property
16826
+ def AuthorizationId(self):
16827
+ """企业认证流Id,可以通过回调[授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
16828
+ :rtype: str
16829
+ """
16830
+ return self._AuthorizationId
16831
+
16832
+ @AuthorizationId.setter
16833
+ def AuthorizationId(self, AuthorizationId):
16834
+ self._AuthorizationId = AuthorizationId
16835
+
16836
+ @property
16837
+ def Endpoint(self):
16838
+ """要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**PC**: 跳转电子签web 端控制台的链接。</li></ul>
16839
+ :rtype: str
16840
+ """
16841
+ return self._Endpoint
16842
+
16843
+ @Endpoint.setter
16844
+ def Endpoint(self, Endpoint):
16845
+ self._Endpoint = Endpoint
16846
+
16847
+
16848
+ def _deserialize(self, params):
16849
+ if params.get("Agent") is not None:
16850
+ self._Agent = Agent()
16851
+ self._Agent._deserialize(params.get("Agent"))
16852
+ self._AuthorizationId = params.get("AuthorizationId")
16853
+ self._Endpoint = params.get("Endpoint")
16854
+ memeber_set = set(params.keys())
16855
+ for name, value in vars(self).items():
16856
+ property_name = name[1:]
16857
+ if property_name in memeber_set:
16858
+ memeber_set.remove(property_name)
16859
+ if len(memeber_set) > 0:
16860
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
16861
+
16862
+
16863
+
16864
+ class CreateModifyAdminAuthorizationUrlResponse(AbstractModel):
16865
+ """CreateModifyAdminAuthorizationUrl返回参数结构体
16866
+
16867
+ """
16868
+
16869
+ def __init__(self):
16870
+ r"""
16871
+ :param _Url: 变更企业超管授权书链接。没有有效期限制。注意:此链接仅能由当时认证企业的认证人使用。
16872
+ :type Url: str
16873
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16874
+ :type RequestId: str
16875
+ """
16876
+ self._Url = None
16877
+ self._RequestId = None
16878
+
16879
+ @property
16880
+ def Url(self):
16881
+ """变更企业超管授权书链接。没有有效期限制。注意:此链接仅能由当时认证企业的认证人使用。
16882
+ :rtype: str
16883
+ """
16884
+ return self._Url
16885
+
16886
+ @Url.setter
16887
+ def Url(self, Url):
16888
+ self._Url = Url
16889
+
16890
+ @property
16891
+ def RequestId(self):
16892
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16893
+ :rtype: str
16894
+ """
16895
+ return self._RequestId
16896
+
16897
+ @RequestId.setter
16898
+ def RequestId(self, RequestId):
16899
+ self._RequestId = RequestId
16900
+
16901
+
16902
+ def _deserialize(self, params):
16903
+ self._Url = params.get("Url")
16904
+ self._RequestId = params.get("RequestId")
16905
+
16906
+
16646
16907
  class CreateOrganizationAuthFileRequest(AbstractModel):
16647
16908
  """CreateOrganizationAuthFile请求参数结构体
16648
16909
 
@@ -18314,6 +18575,119 @@ class Department(AbstractModel):
18314
18575
 
18315
18576
 
18316
18577
 
18578
+ class DescribeBatchOrganizationRegistrationTasksRequest(AbstractModel):
18579
+ """DescribeBatchOrganizationRegistrationTasks请求参数结构体
18580
+
18581
+ """
18582
+
18583
+ def __init__(self):
18584
+ r"""
18585
+ :param _Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
18586
+
18587
+ 此接口下面信息必填。
18588
+ <ul>
18589
+ <li>渠道应用标识: Agent.AppId</li>
18590
+ </ul>
18591
+
18592
+ :type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
18593
+ :param _TaskIds: 企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口[查询企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls)可以得到。
18594
+ :type TaskIds: list of str
18595
+ """
18596
+ self._Agent = None
18597
+ self._TaskIds = None
18598
+
18599
+ @property
18600
+ def Agent(self):
18601
+ """关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
18602
+
18603
+ 此接口下面信息必填。
18604
+ <ul>
18605
+ <li>渠道应用标识: Agent.AppId</li>
18606
+ </ul>
18607
+
18608
+ :rtype: :class:`tencentcloud.essbasic.v20210526.models.Agent`
18609
+ """
18610
+ return self._Agent
18611
+
18612
+ @Agent.setter
18613
+ def Agent(self, Agent):
18614
+ self._Agent = Agent
18615
+
18616
+ @property
18617
+ def TaskIds(self):
18618
+ """企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口[查询企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls)可以得到。
18619
+ :rtype: list of str
18620
+ """
18621
+ return self._TaskIds
18622
+
18623
+ @TaskIds.setter
18624
+ def TaskIds(self, TaskIds):
18625
+ self._TaskIds = TaskIds
18626
+
18627
+
18628
+ def _deserialize(self, params):
18629
+ if params.get("Agent") is not None:
18630
+ self._Agent = Agent()
18631
+ self._Agent._deserialize(params.get("Agent"))
18632
+ self._TaskIds = params.get("TaskIds")
18633
+ memeber_set = set(params.keys())
18634
+ for name, value in vars(self).items():
18635
+ property_name = name[1:]
18636
+ if property_name in memeber_set:
18637
+ memeber_set.remove(property_name)
18638
+ if len(memeber_set) > 0:
18639
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
18640
+
18641
+
18642
+
18643
+ class DescribeBatchOrganizationRegistrationTasksResponse(AbstractModel):
18644
+ """DescribeBatchOrganizationRegistrationTasks返回参数结构体
18645
+
18646
+ """
18647
+
18648
+ def __init__(self):
18649
+ r"""
18650
+ :param _Details: 企业批量任务状态明细
18651
+ :type Details: list of BatchOrganizationRegistrationTasksDetails
18652
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18653
+ :type RequestId: str
18654
+ """
18655
+ self._Details = None
18656
+ self._RequestId = None
18657
+
18658
+ @property
18659
+ def Details(self):
18660
+ """企业批量任务状态明细
18661
+ :rtype: list of BatchOrganizationRegistrationTasksDetails
18662
+ """
18663
+ return self._Details
18664
+
18665
+ @Details.setter
18666
+ def Details(self, Details):
18667
+ self._Details = Details
18668
+
18669
+ @property
18670
+ def RequestId(self):
18671
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18672
+ :rtype: str
18673
+ """
18674
+ return self._RequestId
18675
+
18676
+ @RequestId.setter
18677
+ def RequestId(self, RequestId):
18678
+ self._RequestId = RequestId
18679
+
18680
+
18681
+ def _deserialize(self, params):
18682
+ if params.get("Details") is not None:
18683
+ self._Details = []
18684
+ for item in params.get("Details"):
18685
+ obj = BatchOrganizationRegistrationTasksDetails()
18686
+ obj._deserialize(item)
18687
+ self._Details.append(obj)
18688
+ self._RequestId = params.get("RequestId")
18689
+
18690
+
18317
18691
  class DescribeBatchOrganizationRegistrationUrlsRequest(AbstractModel):
18318
18692
  """DescribeBatchOrganizationRegistrationUrls请求参数结构体
18319
18693
 
@@ -25477,6 +25851,229 @@ class ModifyFlowDeadlineResponse(AbstractModel):
25477
25851
  self._RequestId = params.get("RequestId")
25478
25852
 
25479
25853
 
25854
+ class ModifyPartnerAutoSignAuthUrlRequest(AbstractModel):
25855
+ """ModifyPartnerAutoSignAuthUrl请求参数结构体
25856
+
25857
+ """
25858
+
25859
+ def __init__(self):
25860
+ r"""
25861
+ :param _Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
25862
+
25863
+ 此接口下面信息必填。
25864
+ <ul>
25865
+ <li>渠道应用标识: Agent.AppId</li>
25866
+ <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
25867
+ <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
25868
+ </ul>
25869
+ 第三方平台子客企业和员工必须已经经过实名认证
25870
+ :type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
25871
+ :param _AuthorizedOrganizationId: 被授企业id/授权方企业id(即OrganizationId),如果是企业之间授权和AuthorizedOrganizationName二选一传入。
25872
+
25873
+ 注:`被授权企业必须和当前企业在同一应用号下`
25874
+ :type AuthorizedOrganizationId: str
25875
+ :param _AuthorizedOrganizationName: 被授企业名称/授权方企业的名字,如果是企业之间授权和AuthorizedOrganizationId二选一传入即可。请确认该名称与企业营业执照中注册的名称一致。
25876
+
25877
+ 注:
25878
+ 1. 如果名称中包含英文括号(),请使用中文括号()代替。
25879
+ 2. 被授权企业必须和当前企业在同一应用号下
25880
+ :type AuthorizedOrganizationName: str
25881
+ :param _PlatformAppAuthorization: 是否给平台应用授权
25882
+
25883
+ <ul>
25884
+ <li><strong>true</strong>: 表示是,授权平台应用。在此情况下,无需设置<code>AuthorizedOrganizationId</code>和<code>AuthorizedOrganizationName</code>。</li>
25885
+ <li><strong>false</strong>: (默认)表示否,不是授权平台应用。</li>
25886
+ </ul>
25887
+
25888
+ 注:授权给平台应用需要开通【基于子客授权第三方应用可文件发起子客自动签署】白名单,请联系运营经理开通。
25889
+ :type PlatformAppAuthorization: bool
25890
+ :param _AuthToMe: 在处理授权关系时,授权的方向
25891
+ <ul>
25892
+ <li><strong>false</strong>(默认值):表示我方授权他方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【被授权方】的企业名称,即接收授权的企业。</li>
25893
+ <li><strong>true</strong>:表示他方授权我方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【授权方】的企业名称,即提供授权的企业。</li>
25894
+ </ul>
25895
+ :type AuthToMe: bool
25896
+ """
25897
+ self._Agent = None
25898
+ self._AuthorizedOrganizationId = None
25899
+ self._AuthorizedOrganizationName = None
25900
+ self._PlatformAppAuthorization = None
25901
+ self._AuthToMe = None
25902
+
25903
+ @property
25904
+ def Agent(self):
25905
+ """关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
25906
+
25907
+ 此接口下面信息必填。
25908
+ <ul>
25909
+ <li>渠道应用标识: Agent.AppId</li>
25910
+ <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
25911
+ <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
25912
+ </ul>
25913
+ 第三方平台子客企业和员工必须已经经过实名认证
25914
+ :rtype: :class:`tencentcloud.essbasic.v20210526.models.Agent`
25915
+ """
25916
+ return self._Agent
25917
+
25918
+ @Agent.setter
25919
+ def Agent(self, Agent):
25920
+ self._Agent = Agent
25921
+
25922
+ @property
25923
+ def AuthorizedOrganizationId(self):
25924
+ """被授企业id/授权方企业id(即OrganizationId),如果是企业之间授权和AuthorizedOrganizationName二选一传入。
25925
+
25926
+ 注:`被授权企业必须和当前企业在同一应用号下`
25927
+ :rtype: str
25928
+ """
25929
+ return self._AuthorizedOrganizationId
25930
+
25931
+ @AuthorizedOrganizationId.setter
25932
+ def AuthorizedOrganizationId(self, AuthorizedOrganizationId):
25933
+ self._AuthorizedOrganizationId = AuthorizedOrganizationId
25934
+
25935
+ @property
25936
+ def AuthorizedOrganizationName(self):
25937
+ """被授企业名称/授权方企业的名字,如果是企业之间授权和AuthorizedOrganizationId二选一传入即可。请确认该名称与企业营业执照中注册的名称一致。
25938
+
25939
+ 注:
25940
+ 1. 如果名称中包含英文括号(),请使用中文括号()代替。
25941
+ 2. 被授权企业必须和当前企业在同一应用号下
25942
+ :rtype: str
25943
+ """
25944
+ return self._AuthorizedOrganizationName
25945
+
25946
+ @AuthorizedOrganizationName.setter
25947
+ def AuthorizedOrganizationName(self, AuthorizedOrganizationName):
25948
+ self._AuthorizedOrganizationName = AuthorizedOrganizationName
25949
+
25950
+ @property
25951
+ def PlatformAppAuthorization(self):
25952
+ """是否给平台应用授权
25953
+
25954
+ <ul>
25955
+ <li><strong>true</strong>: 表示是,授权平台应用。在此情况下,无需设置<code>AuthorizedOrganizationId</code>和<code>AuthorizedOrganizationName</code>。</li>
25956
+ <li><strong>false</strong>: (默认)表示否,不是授权平台应用。</li>
25957
+ </ul>
25958
+
25959
+ 注:授权给平台应用需要开通【基于子客授权第三方应用可文件发起子客自动签署】白名单,请联系运营经理开通。
25960
+ :rtype: bool
25961
+ """
25962
+ return self._PlatformAppAuthorization
25963
+
25964
+ @PlatformAppAuthorization.setter
25965
+ def PlatformAppAuthorization(self, PlatformAppAuthorization):
25966
+ self._PlatformAppAuthorization = PlatformAppAuthorization
25967
+
25968
+ @property
25969
+ def AuthToMe(self):
25970
+ """在处理授权关系时,授权的方向
25971
+ <ul>
25972
+ <li><strong>false</strong>(默认值):表示我方授权他方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【被授权方】的企业名称,即接收授权的企业。</li>
25973
+ <li><strong>true</strong>:表示他方授权我方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【授权方】的企业名称,即提供授权的企业。</li>
25974
+ </ul>
25975
+ :rtype: bool
25976
+ """
25977
+ return self._AuthToMe
25978
+
25979
+ @AuthToMe.setter
25980
+ def AuthToMe(self, AuthToMe):
25981
+ self._AuthToMe = AuthToMe
25982
+
25983
+
25984
+ def _deserialize(self, params):
25985
+ if params.get("Agent") is not None:
25986
+ self._Agent = Agent()
25987
+ self._Agent._deserialize(params.get("Agent"))
25988
+ self._AuthorizedOrganizationId = params.get("AuthorizedOrganizationId")
25989
+ self._AuthorizedOrganizationName = params.get("AuthorizedOrganizationName")
25990
+ self._PlatformAppAuthorization = params.get("PlatformAppAuthorization")
25991
+ self._AuthToMe = params.get("AuthToMe")
25992
+ memeber_set = set(params.keys())
25993
+ for name, value in vars(self).items():
25994
+ property_name = name[1:]
25995
+ if property_name in memeber_set:
25996
+ memeber_set.remove(property_name)
25997
+ if len(memeber_set) > 0:
25998
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
25999
+
26000
+
26001
+
26002
+ class ModifyPartnerAutoSignAuthUrlResponse(AbstractModel):
26003
+ """ModifyPartnerAutoSignAuthUrl返回参数结构体
26004
+
26005
+ """
26006
+
26007
+ def __init__(self):
26008
+ r"""
26009
+ :param _Url: 授权链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
26010
+ :type Url: str
26011
+ :param _MiniAppPath: 从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
26012
+
26013
+ :type MiniAppPath: str
26014
+ :param _ExpireTime: 链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。
26015
+ :type ExpireTime: int
26016
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26017
+ :type RequestId: str
26018
+ """
26019
+ self._Url = None
26020
+ self._MiniAppPath = None
26021
+ self._ExpireTime = None
26022
+ self._RequestId = None
26023
+
26024
+ @property
26025
+ def Url(self):
26026
+ """授权链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
26027
+ :rtype: str
26028
+ """
26029
+ return self._Url
26030
+
26031
+ @Url.setter
26032
+ def Url(self, Url):
26033
+ self._Url = Url
26034
+
26035
+ @property
26036
+ def MiniAppPath(self):
26037
+ """从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
26038
+
26039
+ :rtype: str
26040
+ """
26041
+ return self._MiniAppPath
26042
+
26043
+ @MiniAppPath.setter
26044
+ def MiniAppPath(self, MiniAppPath):
26045
+ self._MiniAppPath = MiniAppPath
26046
+
26047
+ @property
26048
+ def ExpireTime(self):
26049
+ """链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。
26050
+ :rtype: int
26051
+ """
26052
+ return self._ExpireTime
26053
+
26054
+ @ExpireTime.setter
26055
+ def ExpireTime(self, ExpireTime):
26056
+ self._ExpireTime = ExpireTime
26057
+
26058
+ @property
26059
+ def RequestId(self):
26060
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26061
+ :rtype: str
26062
+ """
26063
+ return self._RequestId
26064
+
26065
+ @RequestId.setter
26066
+ def RequestId(self, RequestId):
26067
+ self._RequestId = RequestId
26068
+
26069
+
26070
+ def _deserialize(self, params):
26071
+ self._Url = params.get("Url")
26072
+ self._MiniAppPath = params.get("MiniAppPath")
26073
+ self._ExpireTime = params.get("ExpireTime")
26074
+ self._RequestId = params.get("RequestId")
26075
+
26076
+
25480
26077
  class NeedReviewApproverInfo(AbstractModel):
25481
26078
  """需要进行签署审核的签署人信息
25482
26079
 
@@ -1029,7 +1029,7 @@ class DescribeTargetGroupInstancesRequest(AbstractModel):
1029
1029
  - BindIP - String - 是否必填:否 - (过滤条件)目标组绑定实例的内网IP地址,如“10.1.1.1”。
1030
1030
  - InstanceId - String - 是否必填:否 - (过滤条件)目标组绑定实例的名称,如“ins-mxzlf9ke”。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728) 接口获取。
1031
1031
  :type Filters: list of Filter
1032
- :param _Limit: 显示数量限制,默认20,最大1000
1032
+ :param _Limit: 显示数量限制,默认20,最大100
1033
1033
  :type Limit: int
1034
1034
  :param _Offset: 显示的偏移量,默认为0。
1035
1035
  :type Offset: int
@@ -1055,7 +1055,7 @@ class DescribeTargetGroupInstancesRequest(AbstractModel):
1055
1055
 
1056
1056
  @property
1057
1057
  def Limit(self):
1058
- """显示数量限制,默认20,最大1000
1058
+ """显示数量限制,默认20,最大100
1059
1059
  :rtype: int
1060
1060
  """
1061
1061
  return self._Limit