tencentcloud-sdk-python 3.0.1061__py2.py3-none-any.whl → 3.0.1063__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/billing/v20180709/models.py +27 -0
- tencentcloud/cat/v20180409/models.py +1 -1
- tencentcloud/cbs/v20170312/models.py +4 -4
- tencentcloud/cwp/v20180228/models.py +9 -15
- tencentcloud/dts/v20211206/models.py +1 -1
- tencentcloud/ess/v20201111/ess_client.py +64 -8
- tencentcloud/ess/v20201111/models.py +291 -37
- tencentcloud/essbasic/v20210526/essbasic_client.py +43 -4
- tencentcloud/essbasic/v20210526/models.py +292 -25
- tencentcloud/faceid/v20180301/models.py +2 -2
- tencentcloud/iss/v20230517/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/models.py +20 -8
- tencentcloud/ivld/v20210903/models.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +149 -0
- tencentcloud/omics/v20221128/models.py +55 -2
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +6 -6
- tencentcloud/ssm/v20190923/models.py +2 -2
- tencentcloud/tcb/v20180608/models.py +3 -3
- tencentcloud/tsf/v20180326/models.py +1 -1
- tencentcloud/tsf/v20180326/tsf_client.py +1 -1
- tencentcloud/vod/v20180717/models.py +117 -118
- tencentcloud/vod/v20180717/vod_client.py +2 -1
- tencentcloud/vpc/v20170312/models.py +24 -0
- tencentcloud/wedata/v20210820/models.py +1353 -0
- tencentcloud/wedata/v20210820/wedata_client.py +69 -0
- {tencentcloud_sdk_python-3.0.1061.dist-info → tencentcloud_sdk_python-3.0.1063.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1061.dist-info → tencentcloud_sdk_python-3.0.1063.dist-info}/RECORD +31 -31
- {tencentcloud_sdk_python-3.0.1061.dist-info → tencentcloud_sdk_python-3.0.1063.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1061.dist-info → tencentcloud_sdk_python-3.0.1063.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1061.dist-info → tencentcloud_sdk_python-3.0.1063.dist-info}/top_level.txt +0 -0
|
@@ -1905,6 +1905,8 @@ class ChannelCreateBatchCancelFlowUrlResponse(AbstractModel):
|
|
|
1905
1905
|
def __init__(self):
|
|
1906
1906
|
r"""
|
|
1907
1907
|
:param _BatchCancelFlowUrl: 批量撤销合同的URL链接, 需要在手机端打开, 有效期24小时
|
|
1908
|
+
|
|
1909
|
+
注:<font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
1908
1910
|
:type BatchCancelFlowUrl: str
|
|
1909
1911
|
:param _FailMessages: 与入参的FlowIds数组一致, 成功生成到撤销链接中,则为"", 不能撤销合同则为失败原因
|
|
1910
1912
|
:type FailMessages: list of str
|
|
@@ -2334,13 +2336,17 @@ class ChannelCreateBatchSignUrlResponse(AbstractModel):
|
|
|
2334
2336
|
r"""
|
|
2335
2337
|
:param _SignUrl: 批量签署链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
|
|
2336
2338
|
|
|
2337
|
-
注:
|
|
2339
|
+
注:
|
|
2340
|
+
1. 非小程序和APP集成使用
|
|
2341
|
+
2. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
2338
2342
|
:type SignUrl: str
|
|
2339
2343
|
:param _ExpiredTime: 链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。
|
|
2340
2344
|
:type ExpiredTime: int
|
|
2341
2345
|
:param _MiniAppPath: 从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
|
|
2342
2346
|
|
|
2343
|
-
注:
|
|
2347
|
+
注:
|
|
2348
|
+
1. 小程序和APP集成使用
|
|
2349
|
+
2. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
2344
2350
|
:type MiniAppPath: str
|
|
2345
2351
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2346
2352
|
:type RequestId: str
|
|
@@ -3789,23 +3795,29 @@ class ChannelCreateFlowSignReviewRequest(AbstractModel):
|
|
|
3789
3795
|
r"""
|
|
3790
3796
|
:param _Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3791
3797
|
:type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
|
|
3792
|
-
:param _FlowId:
|
|
3798
|
+
:param _FlowId: 合同流程ID,为32位字符串。
|
|
3799
|
+
<ul><li>建议开发者妥善保存此流程ID,以便于顺利进行后续操作。</li>
|
|
3800
|
+
<li>可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。</li></ul>
|
|
3793
3801
|
:type FlowId: str
|
|
3794
3802
|
:param _ReviewType: 企业内部审核结果
|
|
3795
|
-
PASS:
|
|
3796
|
-
REJECT:
|
|
3797
|
-
SIGN_REJECT:拒签(流程结束)
|
|
3803
|
+
<ul><li>PASS: 审核通过</li>
|
|
3804
|
+
<li>REJECT: 审核拒绝</li>
|
|
3805
|
+
<li>SIGN_REJECT:拒签(流程结束)</li></ul>
|
|
3798
3806
|
:type ReviewType: str
|
|
3799
|
-
:param _ReviewMessage:
|
|
3800
|
-
|
|
3807
|
+
:param _ReviewMessage: 审核结果原因
|
|
3808
|
+
<ul><li>字符串长度不超过200</li>
|
|
3809
|
+
<li>当ReviewType 是拒绝(REJECT) 时此字段必填。</li>
|
|
3810
|
+
<li>当ReviewType 是拒绝(SIGN_REJECT) 时此字段必填。</li></ul>
|
|
3801
3811
|
:type ReviewMessage: str
|
|
3802
|
-
:param _RecipientId:
|
|
3812
|
+
:param _RecipientId: 审核节点的签署人标志,用于指定当前审核的签署方
|
|
3813
|
+
<ul><li>**如果签署审核节点是个人, 此参数必填**。</li></ul>
|
|
3803
3814
|
:type RecipientId: str
|
|
3804
|
-
:param _OperateType:
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3815
|
+
:param _OperateType: 流程审核操作类型,取值如下:
|
|
3816
|
+
<ul><li>**SignReview**:(默认)签署审核</li>
|
|
3817
|
+
<li>**CreateReview**:发起审核</li>
|
|
3818
|
+
<li>注意:`该字段不传或者为空,则默认为SignReview签署审核,走签署审核流程`</li></ul>
|
|
3819
|
+
|
|
3820
|
+
|
|
3809
3821
|
:type OperateType: str
|
|
3810
3822
|
"""
|
|
3811
3823
|
self._Agent = None
|
|
@@ -8456,7 +8468,7 @@ class CommonFlowApprover(AbstractModel):
|
|
|
8456
8468
|
|
|
8457
8469
|
注: `签署方为第三方子客企业时会被置为NONE, 不会发短信通知`
|
|
8458
8470
|
:type NotifyType: str
|
|
8459
|
-
:param _ApproverOption:
|
|
8471
|
+
:param _ApproverOption: 签署人配置,用于控制签署人相关属性
|
|
8460
8472
|
:type ApproverOption: :class:`tencentcloud.essbasic.v20210526.models.CommonApproverOption`
|
|
8461
8473
|
:param _SignComponents: 使用PDF文件直接发起合同时,签署人指定的签署控件;<br/>使用模板发起合同时,指定本企业印章签署控件的印章ID: <br/>通过ComponentId或ComponenetName指定签署控件,ComponentValue为印章ID。
|
|
8462
8474
|
:type SignComponents: list of Component
|
|
@@ -9862,9 +9874,11 @@ class CreateConsoleLoginUrlResponse(AbstractModel):
|
|
|
9862
9874
|
r"""
|
|
9863
9875
|
:param _ConsoleUrl: 跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
|
|
9864
9876
|
<table> <thead> <tr> <th>子客企业状态</th> <th>子客企业员工状态</th> <th>Endpoint</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>PC</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>CHANNEL/APP</td> <td>一年</td> </tr> </tbody> </table>
|
|
9877
|
+
|
|
9865
9878
|
注:
|
|
9866
|
-
|
|
9867
|
-
|
|
9879
|
+
1. <font color="red">链接仅单次有效</font>,每次登录需要需要重新创建新的链接
|
|
9880
|
+
2. 创建的链接应避免被转义,如:&被转义为\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义
|
|
9881
|
+
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
9868
9882
|
|
|
9869
9883
|
:type ConsoleUrl: str
|
|
9870
9884
|
:param _IsActivated: 子客企业是否已开通腾讯电子签,
|
|
@@ -9926,6 +9940,138 @@ class CreateConsoleLoginUrlResponse(AbstractModel):
|
|
|
9926
9940
|
self._RequestId = params.get("RequestId")
|
|
9927
9941
|
|
|
9928
9942
|
|
|
9943
|
+
class CreateFlowGroupSignReviewRequest(AbstractModel):
|
|
9944
|
+
"""CreateFlowGroupSignReview请求参数结构体
|
|
9945
|
+
|
|
9946
|
+
"""
|
|
9947
|
+
|
|
9948
|
+
def __init__(self):
|
|
9949
|
+
r"""
|
|
9950
|
+
:param _Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
|
9951
|
+
|
|
9952
|
+
此接口下面信息必填。
|
|
9953
|
+
<ul>
|
|
9954
|
+
<li>渠道应用标识: Agent.AppId</li>
|
|
9955
|
+
<li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
|
|
9956
|
+
<li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
|
|
9957
|
+
</ul>
|
|
9958
|
+
第三方平台子客企业和员工必须已经经过实名认证
|
|
9959
|
+
:type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
|
|
9960
|
+
:param _FlowGroupId: 合同(流程)组的合同组Id,为32位字符串,通过接口[通过多文件创建合同组签署流程](https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowGroupByFiles) 或[通过多模板创建合同组签署流程](https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowGroupByTemplates)创建合同组签署流程时返回。
|
|
9961
|
+
:type FlowGroupId: str
|
|
9962
|
+
:param _ReviewType: 提交的审核结果,审核结果有下面三种情况
|
|
9963
|
+
<ul><li><b>PASS</b>: 审核通过,合同流程可以继续执行签署等操作</li>
|
|
9964
|
+
<li><b>REJECT</b>: 审核拒绝,合同流程不会变动</li>
|
|
9965
|
+
<li><b>SIGN_REJECT</b>:拒签,合同流程直接结束,合同状态变为**合同拒签**</li></ul>
|
|
9966
|
+
:type ReviewType: str
|
|
9967
|
+
:param _ApproverInfo: 需要进行签署审核的签署人的个人信息或企业信息,签署方的匹配方式按照以下规则:
|
|
9968
|
+
|
|
9969
|
+
个人:二选一(选择其中任意信息组合即可)
|
|
9970
|
+
<ul><li>姓名+证件类型+证件号</li>
|
|
9971
|
+
<li>姓名+手机号</li></ul>
|
|
9972
|
+
|
|
9973
|
+
企业:二选一 (选择其中任意信息组合即可)
|
|
9974
|
+
<ul><li>企业名+姓名+证件类型+证件号</li>
|
|
9975
|
+
<li>企业名+姓名+手机号</li></ul>
|
|
9976
|
+
:type ApproverInfo: :class:`tencentcloud.essbasic.v20210526.models.NeedReviewApproverInfo`
|
|
9977
|
+
:param _ReviewMessage: 审核不通过的原因,该字段的字符串长度不超过200个字符。
|
|
9978
|
+
|
|
9979
|
+
注:`当审核类型(ReviewType)为审核拒绝(REJECT)或拒签(SIGN_REJECT)时,审核结果原因字段必须填写`
|
|
9980
|
+
|
|
9981
|
+
:type ReviewMessage: str
|
|
9982
|
+
"""
|
|
9983
|
+
self._Agent = None
|
|
9984
|
+
self._FlowGroupId = None
|
|
9985
|
+
self._ReviewType = None
|
|
9986
|
+
self._ApproverInfo = None
|
|
9987
|
+
self._ReviewMessage = None
|
|
9988
|
+
|
|
9989
|
+
@property
|
|
9990
|
+
def Agent(self):
|
|
9991
|
+
return self._Agent
|
|
9992
|
+
|
|
9993
|
+
@Agent.setter
|
|
9994
|
+
def Agent(self, Agent):
|
|
9995
|
+
self._Agent = Agent
|
|
9996
|
+
|
|
9997
|
+
@property
|
|
9998
|
+
def FlowGroupId(self):
|
|
9999
|
+
return self._FlowGroupId
|
|
10000
|
+
|
|
10001
|
+
@FlowGroupId.setter
|
|
10002
|
+
def FlowGroupId(self, FlowGroupId):
|
|
10003
|
+
self._FlowGroupId = FlowGroupId
|
|
10004
|
+
|
|
10005
|
+
@property
|
|
10006
|
+
def ReviewType(self):
|
|
10007
|
+
return self._ReviewType
|
|
10008
|
+
|
|
10009
|
+
@ReviewType.setter
|
|
10010
|
+
def ReviewType(self, ReviewType):
|
|
10011
|
+
self._ReviewType = ReviewType
|
|
10012
|
+
|
|
10013
|
+
@property
|
|
10014
|
+
def ApproverInfo(self):
|
|
10015
|
+
return self._ApproverInfo
|
|
10016
|
+
|
|
10017
|
+
@ApproverInfo.setter
|
|
10018
|
+
def ApproverInfo(self, ApproverInfo):
|
|
10019
|
+
self._ApproverInfo = ApproverInfo
|
|
10020
|
+
|
|
10021
|
+
@property
|
|
10022
|
+
def ReviewMessage(self):
|
|
10023
|
+
return self._ReviewMessage
|
|
10024
|
+
|
|
10025
|
+
@ReviewMessage.setter
|
|
10026
|
+
def ReviewMessage(self, ReviewMessage):
|
|
10027
|
+
self._ReviewMessage = ReviewMessage
|
|
10028
|
+
|
|
10029
|
+
|
|
10030
|
+
def _deserialize(self, params):
|
|
10031
|
+
if params.get("Agent") is not None:
|
|
10032
|
+
self._Agent = Agent()
|
|
10033
|
+
self._Agent._deserialize(params.get("Agent"))
|
|
10034
|
+
self._FlowGroupId = params.get("FlowGroupId")
|
|
10035
|
+
self._ReviewType = params.get("ReviewType")
|
|
10036
|
+
if params.get("ApproverInfo") is not None:
|
|
10037
|
+
self._ApproverInfo = NeedReviewApproverInfo()
|
|
10038
|
+
self._ApproverInfo._deserialize(params.get("ApproverInfo"))
|
|
10039
|
+
self._ReviewMessage = params.get("ReviewMessage")
|
|
10040
|
+
memeber_set = set(params.keys())
|
|
10041
|
+
for name, value in vars(self).items():
|
|
10042
|
+
property_name = name[1:]
|
|
10043
|
+
if property_name in memeber_set:
|
|
10044
|
+
memeber_set.remove(property_name)
|
|
10045
|
+
if len(memeber_set) > 0:
|
|
10046
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
10047
|
+
|
|
10048
|
+
|
|
10049
|
+
|
|
10050
|
+
class CreateFlowGroupSignReviewResponse(AbstractModel):
|
|
10051
|
+
"""CreateFlowGroupSignReview返回参数结构体
|
|
10052
|
+
|
|
10053
|
+
"""
|
|
10054
|
+
|
|
10055
|
+
def __init__(self):
|
|
10056
|
+
r"""
|
|
10057
|
+
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10058
|
+
:type RequestId: str
|
|
10059
|
+
"""
|
|
10060
|
+
self._RequestId = None
|
|
10061
|
+
|
|
10062
|
+
@property
|
|
10063
|
+
def RequestId(self):
|
|
10064
|
+
return self._RequestId
|
|
10065
|
+
|
|
10066
|
+
@RequestId.setter
|
|
10067
|
+
def RequestId(self, RequestId):
|
|
10068
|
+
self._RequestId = RequestId
|
|
10069
|
+
|
|
10070
|
+
|
|
10071
|
+
def _deserialize(self, params):
|
|
10072
|
+
self._RequestId = params.get("RequestId")
|
|
10073
|
+
|
|
10074
|
+
|
|
9929
10075
|
class CreateFlowOption(AbstractModel):
|
|
9930
10076
|
"""创建合同个性化参数
|
|
9931
10077
|
|
|
@@ -13500,7 +13646,14 @@ class FlowApproverInfo(AbstractModel):
|
|
|
13500
13646
|
:param _ApproverOption: 可以控制签署方在签署合同时能否进行某些操作,例如拒签、转交他人、是否为动态补充签署人等。
|
|
13501
13647
|
详细操作可以参考开发者中心的ApproverOption结构体。
|
|
13502
13648
|
:type ApproverOption: :class:`tencentcloud.essbasic.v20210526.models.ApproverOption`
|
|
13503
|
-
:param _ApproverNeedSignReview:
|
|
13649
|
+
:param _ApproverNeedSignReview: 发起方企业的签署人进行签署操作前,是否需要企业内部走审批流程,取值如下:
|
|
13650
|
+
<ul><li>**false**:(默认)不需要审批,直接签署。</li>
|
|
13651
|
+
<li>**true**:需要走审批流程。当到对应参与人签署时,会阻塞其签署操作,等待企业内部审批完成。</li></ul>
|
|
13652
|
+
企业可以通过ChannelCreateFlowSignReview审批接口通知腾讯电子签平台企业内部审批结果
|
|
13653
|
+
<ul><li>如果企业通知腾讯电子签平台审核通过,签署方可继续签署动作。</li>
|
|
13654
|
+
<li>如果企业通知腾讯电子签平台审核未通过,平台将继续阻塞签署方的签署动作,直到企业通知平台审核通过。</li></ul>
|
|
13655
|
+
|
|
13656
|
+
注:`此功能可用于与企业内部的审批流程进行关联,支持手动、静默签署合同`
|
|
13504
13657
|
:type ApproverNeedSignReview: bool
|
|
13505
13658
|
:param _ApproverVerifyTypes: 指定个人签署方查看合同的校验方式,可以传值如下:
|
|
13506
13659
|
<ul><li> **1** : (默认)人脸识别,人脸识别后才能合同内容</li>
|
|
@@ -13884,10 +14037,12 @@ class FlowApproverUrlInfo(AbstractModel):
|
|
|
13884
14037
|
|
|
13885
14038
|
def __init__(self):
|
|
13886
14039
|
r"""
|
|
13887
|
-
:param _SignUrl:
|
|
14040
|
+
:param _SignUrl: 签署短链接。
|
|
14041
|
+
|
|
13888
14042
|
注意:
|
|
13889
|
-
|
|
13890
|
-
|
|
14043
|
+
1. 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
|
|
14044
|
+
2. 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
|
|
14045
|
+
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
13891
14046
|
:type SignUrl: str
|
|
13892
14047
|
:param _ApproverType: 签署人类型。
|
|
13893
14048
|
- **PERSON**: 个人
|
|
@@ -13896,10 +14051,12 @@ class FlowApproverUrlInfo(AbstractModel):
|
|
|
13896
14051
|
:type Name: str
|
|
13897
14052
|
:param _Mobile: 签署人手机号。
|
|
13898
14053
|
:type Mobile: str
|
|
13899
|
-
:param _LongUrl:
|
|
14054
|
+
:param _LongUrl: 签署长链接。
|
|
14055
|
+
|
|
13900
14056
|
注意:
|
|
13901
|
-
|
|
13902
|
-
|
|
14057
|
+
1. 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
|
|
14058
|
+
2. 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
|
|
14059
|
+
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
13903
14060
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13904
14061
|
:type LongUrl: str
|
|
13905
14062
|
"""
|
|
@@ -15347,6 +15504,114 @@ class ModifyExtendedServiceResponse(AbstractModel):
|
|
|
15347
15504
|
self._RequestId = params.get("RequestId")
|
|
15348
15505
|
|
|
15349
15506
|
|
|
15507
|
+
class NeedReviewApproverInfo(AbstractModel):
|
|
15508
|
+
"""需要进行签署审核的签署人信息
|
|
15509
|
+
|
|
15510
|
+
"""
|
|
15511
|
+
|
|
15512
|
+
def __init__(self):
|
|
15513
|
+
r"""
|
|
15514
|
+
:param _ApproverType: 签署方经办人的类型,支持以下类型
|
|
15515
|
+
<ul><li> ORGANIZATION 企业(含企业自动签)</li>
|
|
15516
|
+
<li>PERSON 个人(含个人自动签)</li></ul>
|
|
15517
|
+
:type ApproverType: str
|
|
15518
|
+
:param _ApproverName: 签署方经办人的姓名。 经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。
|
|
15519
|
+
:type ApproverName: str
|
|
15520
|
+
:param _ApproverMobile: 签署方经办人手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。 请确认手机号所有方为此合同签署方。
|
|
15521
|
+
:type ApproverMobile: str
|
|
15522
|
+
:param _ApproverIdCardType: 签署方经办人的证件类型,支持以下类型
|
|
15523
|
+
<ul><li>ID_CARD 居民身份证 (默认值)</li>
|
|
15524
|
+
<li>HONGKONG_AND_MACAO 港澳居民来往内地通行证</li>
|
|
15525
|
+
<li>HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)</li>
|
|
15526
|
+
<li>OTHER_CARD_TYPE 其他证件</li></ul>
|
|
15527
|
+
|
|
15528
|
+
注: `其他证件类型为白名单功能,使用前请联系对接的客户经理沟通。`
|
|
15529
|
+
:type ApproverIdCardType: str
|
|
15530
|
+
:param _ApproverIdCardNumber: 签署方经办人的证件号码,应符合以下规则
|
|
15531
|
+
<ul><li>居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>
|
|
15532
|
+
<li>港澳居民来往内地通行证号码应为9位字符串,第1位为“C”,第2位为英文字母(但“I”、“O”除外),后7位为阿拉伯数字。</li>
|
|
15533
|
+
<li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>
|
|
15534
|
+
:type ApproverIdCardNumber: str
|
|
15535
|
+
:param _OrganizationName: 组织机构名称。
|
|
15536
|
+
请确认该名称与企业营业执照中注册的名称一致。
|
|
15537
|
+
如果名称中包含英文括号(),请使用中文括号()代替。
|
|
15538
|
+
如果签署方是企业签署方(approverType = 0 或者 approverType = 3), 则企业名称必填。
|
|
15539
|
+
|
|
15540
|
+
:type OrganizationName: str
|
|
15541
|
+
"""
|
|
15542
|
+
self._ApproverType = None
|
|
15543
|
+
self._ApproverName = None
|
|
15544
|
+
self._ApproverMobile = None
|
|
15545
|
+
self._ApproverIdCardType = None
|
|
15546
|
+
self._ApproverIdCardNumber = None
|
|
15547
|
+
self._OrganizationName = None
|
|
15548
|
+
|
|
15549
|
+
@property
|
|
15550
|
+
def ApproverType(self):
|
|
15551
|
+
return self._ApproverType
|
|
15552
|
+
|
|
15553
|
+
@ApproverType.setter
|
|
15554
|
+
def ApproverType(self, ApproverType):
|
|
15555
|
+
self._ApproverType = ApproverType
|
|
15556
|
+
|
|
15557
|
+
@property
|
|
15558
|
+
def ApproverName(self):
|
|
15559
|
+
return self._ApproverName
|
|
15560
|
+
|
|
15561
|
+
@ApproverName.setter
|
|
15562
|
+
def ApproverName(self, ApproverName):
|
|
15563
|
+
self._ApproverName = ApproverName
|
|
15564
|
+
|
|
15565
|
+
@property
|
|
15566
|
+
def ApproverMobile(self):
|
|
15567
|
+
return self._ApproverMobile
|
|
15568
|
+
|
|
15569
|
+
@ApproverMobile.setter
|
|
15570
|
+
def ApproverMobile(self, ApproverMobile):
|
|
15571
|
+
self._ApproverMobile = ApproverMobile
|
|
15572
|
+
|
|
15573
|
+
@property
|
|
15574
|
+
def ApproverIdCardType(self):
|
|
15575
|
+
return self._ApproverIdCardType
|
|
15576
|
+
|
|
15577
|
+
@ApproverIdCardType.setter
|
|
15578
|
+
def ApproverIdCardType(self, ApproverIdCardType):
|
|
15579
|
+
self._ApproverIdCardType = ApproverIdCardType
|
|
15580
|
+
|
|
15581
|
+
@property
|
|
15582
|
+
def ApproverIdCardNumber(self):
|
|
15583
|
+
return self._ApproverIdCardNumber
|
|
15584
|
+
|
|
15585
|
+
@ApproverIdCardNumber.setter
|
|
15586
|
+
def ApproverIdCardNumber(self, ApproverIdCardNumber):
|
|
15587
|
+
self._ApproverIdCardNumber = ApproverIdCardNumber
|
|
15588
|
+
|
|
15589
|
+
@property
|
|
15590
|
+
def OrganizationName(self):
|
|
15591
|
+
return self._OrganizationName
|
|
15592
|
+
|
|
15593
|
+
@OrganizationName.setter
|
|
15594
|
+
def OrganizationName(self, OrganizationName):
|
|
15595
|
+
self._OrganizationName = OrganizationName
|
|
15596
|
+
|
|
15597
|
+
|
|
15598
|
+
def _deserialize(self, params):
|
|
15599
|
+
self._ApproverType = params.get("ApproverType")
|
|
15600
|
+
self._ApproverName = params.get("ApproverName")
|
|
15601
|
+
self._ApproverMobile = params.get("ApproverMobile")
|
|
15602
|
+
self._ApproverIdCardType = params.get("ApproverIdCardType")
|
|
15603
|
+
self._ApproverIdCardNumber = params.get("ApproverIdCardNumber")
|
|
15604
|
+
self._OrganizationName = params.get("OrganizationName")
|
|
15605
|
+
memeber_set = set(params.keys())
|
|
15606
|
+
for name, value in vars(self).items():
|
|
15607
|
+
property_name = name[1:]
|
|
15608
|
+
if property_name in memeber_set:
|
|
15609
|
+
memeber_set.remove(property_name)
|
|
15610
|
+
if len(memeber_set) > 0:
|
|
15611
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
15612
|
+
|
|
15613
|
+
|
|
15614
|
+
|
|
15350
15615
|
class OccupiedSeal(AbstractModel):
|
|
15351
15616
|
"""持有的电子印章信息
|
|
15352
15617
|
|
|
@@ -17469,6 +17734,8 @@ class SignUrlInfo(AbstractModel):
|
|
|
17469
17734
|
def __init__(self):
|
|
17470
17735
|
r"""
|
|
17471
17736
|
:param _SignUrl: 签署链接,过期时间为90天
|
|
17737
|
+
|
|
17738
|
+
注:<font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
17472
17739
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17473
17740
|
:type SignUrl: str
|
|
17474
17741
|
:param _Deadline: 合同过期时间戳,单位秒
|
|
@@ -18331,7 +18598,7 @@ class TemplateInfo(AbstractModel):
|
|
|
18331
18598
|
:type TemplateType: int
|
|
18332
18599
|
:param _IsPromoter: 是否是发起人 ,已弃用
|
|
18333
18600
|
:type IsPromoter: bool
|
|
18334
|
-
:param _Creator:
|
|
18601
|
+
:param _Creator: 模板的创建者名字
|
|
18335
18602
|
:type Creator: str
|
|
18336
18603
|
:param _CreatedOn: 模板创建的时间戳,格式为Unix标准时间戳(秒)
|
|
18337
18604
|
:type CreatedOn: int
|
|
@@ -5144,7 +5144,7 @@ class IntentionActionResult(AbstractModel):
|
|
|
5144
5144
|
-301: "意愿核验不通过"
|
|
5145
5145
|
-800: "前端不兼容错误"
|
|
5146
5146
|
-801: "用户未授权摄像头和麦克风权限"
|
|
5147
|
-
-802: "
|
|
5147
|
+
-802: "核验流程异常中断,请勿切屏或进行其他操作"
|
|
5148
5148
|
-803: "用户主动关闭链接/异常断开链接"
|
|
5149
5149
|
-998: "系统数据异常"
|
|
5150
5150
|
-999: "系统未知错误,请联系人工核实"
|
|
@@ -5320,7 +5320,7 @@ class IntentionQuestionResult(AbstractModel):
|
|
|
5320
5320
|
-301: "意愿核验不通过"
|
|
5321
5321
|
-800: "前端不兼容错误"
|
|
5322
5322
|
-801: "用户未授权摄像头和麦克风权限"
|
|
5323
|
-
-802: "
|
|
5323
|
+
-802: "核验流程异常中断,请勿切屏或进行其他操作"
|
|
5324
5324
|
-803: "用户主动关闭链接/异常断开链接"
|
|
5325
5325
|
-998: "系统数据异常"
|
|
5326
5326
|
-999: "系统未知错误,请联系人工核实"
|
|
@@ -493,3 +493,6 @@ UNSUPPORTEDOPERATION_SCALEANDPOSBOTHEXIST = 'UnsupportedOperation.ScaleAndPosBot
|
|
|
493
493
|
|
|
494
494
|
# StreamType和Resolution参数不支持同时下发
|
|
495
495
|
UNSUPPORTEDOPERATION_STREAMTYPEORRESOLUTION = 'UnsupportedOperation.StreamTypeOrResolution'
|
|
496
|
+
|
|
497
|
+
# 该地域未开通内网服务
|
|
498
|
+
UNSUPPORTEDOPERATION_UNOPENEDINTRANETSERVICESINREGION = 'UnsupportedOperation.UnopenedIntranetServicesInRegion'
|
|
@@ -515,7 +515,7 @@ class AddAITaskRequest(AbstractModel):
|
|
|
515
515
|
:type Templates: list of AITemplates
|
|
516
516
|
:param _Desc: AI 任务描述。仅支持中文、英文、数字、_、-,长度不超过128个字符
|
|
517
517
|
:type Desc: str
|
|
518
|
-
:param _CallbackUrl: AI 结果回调地址。类似 "http://ip:port
|
|
518
|
+
:param _CallbackUrl: AI 结果回调地址。类似 "http://ip:port/***或者https://domain/***
|
|
519
519
|
:type CallbackUrl: str
|
|
520
520
|
:param _IsStartTheTask: 是否立即开启 AI 任务。"true"代表立即开启 AI 任务,"false"代表暂不开启 AI 任务,默认为 false。
|
|
521
521
|
:type IsStartTheTask: bool
|
|
@@ -4942,7 +4942,7 @@ class DescribeDeviceData(AbstractModel):
|
|
|
4942
4942
|
:param _DeviceId: 设备ID
|
|
4943
4943
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4944
4944
|
:type DeviceId: str
|
|
4945
|
-
:param _Code:
|
|
4945
|
+
:param _Code: 设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
|
|
4946
4946
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4947
4947
|
:type Code: str
|
|
4948
4948
|
:param _Name: 设备名称
|
|
@@ -9066,7 +9066,7 @@ class ListDeviceInfo(AbstractModel):
|
|
|
9066
9066
|
r"""
|
|
9067
9067
|
:param _DeviceId: 设备 ID
|
|
9068
9068
|
:type DeviceId: str
|
|
9069
|
-
:param _Code:
|
|
9069
|
+
:param _Code: 设备编码
|
|
9070
9070
|
:type Code: str
|
|
9071
9071
|
:param _Status: 设备状态。0:未注册,1:在线,2:离线,3:禁用
|
|
9072
9072
|
:type Status: int
|
|
@@ -9245,7 +9245,9 @@ class ListDevicesRequest(AbstractModel):
|
|
|
9245
9245
|
:type OrganizationId: str
|
|
9246
9246
|
:param _IsContainSubLevel: 是否获取当前层级及子层级的设备列表,默认false
|
|
9247
9247
|
:type IsContainSubLevel: bool
|
|
9248
|
-
:param
|
|
9248
|
+
:param _IsContainUser: 是否包含当前用户已关联的设备,默认false
|
|
9249
|
+
:type IsContainUser: bool
|
|
9250
|
+
:param _AccessProtocol: 设备接入协议。1:RTMP,2:GB,3:GW,4:IVCP(私有协议)
|
|
9249
9251
|
:type AccessProtocol: int
|
|
9250
9252
|
:param _Type: 设备类型。1:IPC,2:NVR
|
|
9251
9253
|
:type Type: int
|
|
@@ -9253,7 +9255,7 @@ class ListDevicesRequest(AbstractModel):
|
|
|
9253
9255
|
:type Status: int
|
|
9254
9256
|
:param _ClusterId: 服务节点ID
|
|
9255
9257
|
:type ClusterId: str
|
|
9256
|
-
:param _Keyword:
|
|
9258
|
+
:param _Keyword: 模糊搜索设备的关键字
|
|
9257
9259
|
:type Keyword: str
|
|
9258
9260
|
:param _CurrentUin: 当前用户Uin
|
|
9259
9261
|
:type CurrentUin: int
|
|
@@ -9264,6 +9266,7 @@ class ListDevicesRequest(AbstractModel):
|
|
|
9264
9266
|
"""
|
|
9265
9267
|
self._OrganizationId = None
|
|
9266
9268
|
self._IsContainSubLevel = None
|
|
9269
|
+
self._IsContainUser = None
|
|
9267
9270
|
self._AccessProtocol = None
|
|
9268
9271
|
self._Type = None
|
|
9269
9272
|
self._Status = None
|
|
@@ -9289,6 +9292,14 @@ class ListDevicesRequest(AbstractModel):
|
|
|
9289
9292
|
def IsContainSubLevel(self, IsContainSubLevel):
|
|
9290
9293
|
self._IsContainSubLevel = IsContainSubLevel
|
|
9291
9294
|
|
|
9295
|
+
@property
|
|
9296
|
+
def IsContainUser(self):
|
|
9297
|
+
return self._IsContainUser
|
|
9298
|
+
|
|
9299
|
+
@IsContainUser.setter
|
|
9300
|
+
def IsContainUser(self, IsContainUser):
|
|
9301
|
+
self._IsContainUser = IsContainUser
|
|
9302
|
+
|
|
9292
9303
|
@property
|
|
9293
9304
|
def AccessProtocol(self):
|
|
9294
9305
|
return self._AccessProtocol
|
|
@@ -9357,6 +9368,7 @@ class ListDevicesRequest(AbstractModel):
|
|
|
9357
9368
|
def _deserialize(self, params):
|
|
9358
9369
|
self._OrganizationId = params.get("OrganizationId")
|
|
9359
9370
|
self._IsContainSubLevel = params.get("IsContainSubLevel")
|
|
9371
|
+
self._IsContainUser = params.get("IsContainUser")
|
|
9360
9372
|
self._AccessProtocol = params.get("AccessProtocol")
|
|
9361
9373
|
self._Type = params.get("Type")
|
|
9362
9374
|
self._Status = params.get("Status")
|
|
@@ -13295,7 +13307,7 @@ class UpdateAITaskRequest(AbstractModel):
|
|
|
13295
13307
|
:type Desc: str
|
|
13296
13308
|
:param _ChannelList: 通道 ID 列表。不能添加存在于其他 AI 任务的通道,限制1000个通道。
|
|
13297
13309
|
:type ChannelList: list of str
|
|
13298
|
-
:param _CallbackUrl: AI 结果回调地址。类似 "http://ip:port
|
|
13310
|
+
:param _CallbackUrl: AI 结果回调地址。类似 "http://ip:port/***或者https://domain/***
|
|
13299
13311
|
:type CallbackUrl: str
|
|
13300
13312
|
:param _IsStartTheTask: 是否立即开启 AI 任务。"true"代表立即开启 AI 任务,"false"代表暂不开启 AI 任务,默认为 false。
|
|
13301
13313
|
:type IsStartTheTask: bool
|
|
@@ -14490,11 +14502,11 @@ class UpdateRecordBackupPlanModify(AbstractModel):
|
|
|
14490
14502
|
|
|
14491
14503
|
def __init__(self):
|
|
14492
14504
|
r"""
|
|
14493
|
-
:param _PlanName:
|
|
14505
|
+
:param _PlanName: 录像上云计划名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,计划名称全局唯一,不能为空,不能重复,不修改名称时,不需要该字段)
|
|
14494
14506
|
:type PlanName: str
|
|
14495
14507
|
:param _TemplateId: 录制模板ID(从查询录像上云模板列表接口ListRecordBackupTemplates中获取,不修改模板ID时,不需要该字段)
|
|
14496
14508
|
:type TemplateId: str
|
|
14497
|
-
:param _Describe:
|
|
14509
|
+
:param _Describe: 录像上云计划描述(仅支持中文、英文、数字、_、-,长度不超过128个字符, 不修改描述时,不需要该字段)
|
|
14498
14510
|
:type Describe: str
|
|
14499
14511
|
:param _LifeCycle: 生命周期(录像文件生命周期设置,管理文件冷、热存储的时间,不修改生命周期时,不需要该字段)
|
|
14500
14512
|
:type LifeCycle: :class:`tencentcloud.iss.v20230517.models.LifeCycleData`
|
|
@@ -146,7 +146,7 @@ class AppearIndexPair(AbstractModel):
|
|
|
146
146
|
r"""
|
|
147
147
|
:param _AppearIndex: 出现信息,取值范围为[1,3]
|
|
148
148
|
:type AppearIndex: int
|
|
149
|
-
:param _Index: AppearInfo中AppearIndex对应元素的第Index元素,从0
|
|
149
|
+
:param _Index: AppearInfo中AppearIndex对应元素的第Index元素,从0开始计数
|
|
150
150
|
:type Index: int
|
|
151
151
|
"""
|
|
152
152
|
self._AppearIndex = None
|