tencentcloud-sdk-python 3.0.1113__py2.py3-none-any.whl → 3.0.1115__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 CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1113'
17
+ __version__ = '3.0.1115'
@@ -5429,7 +5429,7 @@ class CreateServiceRequest(AbstractModel):
5429
5429
  :type ServiceDesc: str
5430
5430
  :param _NetTypes: 网络类型列表,用于指定支持的访问类型,INNER为内网访问,OUTER为外网访问。默认为OUTER。
5431
5431
  :type NetTypes: list of str
5432
- :param _IpVersion: IP版本号,支持IPv4和IPv6,默认为IPv4
5432
+ :param _IpVersion: IP版本号,仅支持IPv4。
5433
5433
  :type IpVersion: str
5434
5434
  :param _SetServerName: 集群名称。保留字段,tsf serverless类型使用。
5435
5435
  :type SetServerName: str
@@ -10719,7 +10719,7 @@ OPEN:公网属性, INTERNAL:内网属性。
10719
10719
  :param _SnatIps: 开启SnatPro负载均衡后,SnatIp列表。
10720
10720
  注意:此字段可能返回 null,表示取不到有效值。
10721
10721
  :type SnatIps: list of SnatIp
10722
- :param _SlaType: 性能容量型规格
10722
+ :param _SlaType: 性能容量型规格。<ul><li> clb.c2.medium:标准型规格 </li><li> clb.c3.small:高阶型1规格 </li><li> clb.c3.medium:高阶型2规格 </li><li> clb.c4.small:超强型1规格 </li><li> clb.c4.medium:超强型2规格 </li><li> clb.c4.large:超强型3规格 </li><li> clb.c4.xlarge:超强型4规格 </li><li>null:共享型实例</li></ul>
10723
10723
  注意:此字段可能返回 null,表示取不到有效值。
10724
10724
  :type SlaType: str
10725
10725
  :param _IsBlock: vip是否被封堵
@@ -2889,6 +2889,9 @@ class AssetMachineBaseInfo(AbstractModel):
2889
2889
  :param _MachineExtraInfo: 附加信息
2890
2890
  注意:此字段可能返回 null,表示取不到有效值。
2891
2891
  :type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
2892
+ :param _CpuLoadNum: cpu负载读数(仅linux系统有效)
2893
+ 注意:此字段可能返回 null,表示取不到有效值。
2894
+ :type CpuLoadNum: str
2892
2895
  """
2893
2896
  self._Quuid = None
2894
2897
  self._Uuid = None
@@ -2910,6 +2913,7 @@ class AssetMachineBaseInfo(AbstractModel):
2910
2913
  self._IsNew = None
2911
2914
  self._FirstTime = None
2912
2915
  self._MachineExtraInfo = None
2916
+ self._CpuLoadNum = None
2913
2917
 
2914
2918
  @property
2915
2919
  def Quuid(self):
@@ -3071,6 +3075,14 @@ class AssetMachineBaseInfo(AbstractModel):
3071
3075
  def MachineExtraInfo(self, MachineExtraInfo):
3072
3076
  self._MachineExtraInfo = MachineExtraInfo
3073
3077
 
3078
+ @property
3079
+ def CpuLoadNum(self):
3080
+ return self._CpuLoadNum
3081
+
3082
+ @CpuLoadNum.setter
3083
+ def CpuLoadNum(self, CpuLoadNum):
3084
+ self._CpuLoadNum = CpuLoadNum
3085
+
3074
3086
 
3075
3087
  def _deserialize(self, params):
3076
3088
  self._Quuid = params.get("Quuid")
@@ -3100,6 +3112,7 @@ class AssetMachineBaseInfo(AbstractModel):
3100
3112
  if params.get("MachineExtraInfo") is not None:
3101
3113
  self._MachineExtraInfo = MachineExtraInfo()
3102
3114
  self._MachineExtraInfo._deserialize(params.get("MachineExtraInfo"))
3115
+ self._CpuLoadNum = params.get("CpuLoadNum")
3103
3116
  memeber_set = set(params.keys())
3104
3117
  for name, value in vars(self).items():
3105
3118
  property_name = name[1:]
@@ -12352,7 +12365,17 @@ class BruteAttackInfo(AbstractModel):
12352
12365
  :param _CreateTime: 创建时间
12353
12366
  注意:此字段可能返回 null,表示取不到有效值。
12354
12367
  :type CreateTime: str
12355
- :param _BanStatus: 阻断状态:1-阻断成功;非1-阻断失败
12368
+ :param _BanStatus: 0 -不阻断(客户端版本不支持)
12369
+ 1 -已阻断
12370
+ 2 -阻断失败(程序异常)
12371
+ 3 -不阻断(内网不阻断)
12372
+ 4 -可用区不支持阻断
12373
+ 10-阻断中
12374
+ 81-不阻断(未开启阻断)
12375
+ 82-不阻断(非专业版)
12376
+ 83-不阻断(已加白名单)
12377
+ 86-不阻断(系统白名单)
12378
+ 87-不阻断(客户端离线)
12356
12379
  注意:此字段可能返回 null,表示取不到有效值。
12357
12380
  :type BanStatus: int
12358
12381
  :param _EventType: 事件类型:200-暴力破解事件,300-暴力破解成功事件(页面展示),400-暴力破解不存在的帐号事件
@@ -12394,6 +12417,12 @@ class BruteAttackInfo(AbstractModel):
12394
12417
  :param _DataFrom: 事件来源:0--阻断规则,1--威胁情报
12395
12418
  注意:此字段可能返回 null,表示取不到有效值。
12396
12419
  :type DataFrom: int
12420
+ :param _AttackStatusDesc: 破解状态说明
12421
+ 注意:此字段可能返回 null,表示取不到有效值。
12422
+ :type AttackStatusDesc: str
12423
+ :param _BanExpiredTime: 阻断过期时间(仅阻断中事件有效)
12424
+ 注意:此字段可能返回 null,表示取不到有效值。
12425
+ :type BanExpiredTime: str
12397
12426
  """
12398
12427
  self._Id = None
12399
12428
  self._Uuid = None
@@ -12420,6 +12449,8 @@ class BruteAttackInfo(AbstractModel):
12420
12449
  self._Location = None
12421
12450
  self._RiskLevel = None
12422
12451
  self._DataFrom = None
12452
+ self._AttackStatusDesc = None
12453
+ self._BanExpiredTime = None
12423
12454
 
12424
12455
  @property
12425
12456
  def Id(self):
@@ -12621,6 +12652,22 @@ class BruteAttackInfo(AbstractModel):
12621
12652
  def DataFrom(self, DataFrom):
12622
12653
  self._DataFrom = DataFrom
12623
12654
 
12655
+ @property
12656
+ def AttackStatusDesc(self):
12657
+ return self._AttackStatusDesc
12658
+
12659
+ @AttackStatusDesc.setter
12660
+ def AttackStatusDesc(self, AttackStatusDesc):
12661
+ self._AttackStatusDesc = AttackStatusDesc
12662
+
12663
+ @property
12664
+ def BanExpiredTime(self):
12665
+ return self._BanExpiredTime
12666
+
12667
+ @BanExpiredTime.setter
12668
+ def BanExpiredTime(self, BanExpiredTime):
12669
+ self._BanExpiredTime = BanExpiredTime
12670
+
12624
12671
 
12625
12672
  def _deserialize(self, params):
12626
12673
  self._Id = params.get("Id")
@@ -12650,6 +12697,8 @@ class BruteAttackInfo(AbstractModel):
12650
12697
  self._Location = params.get("Location")
12651
12698
  self._RiskLevel = params.get("RiskLevel")
12652
12699
  self._DataFrom = params.get("DataFrom")
12700
+ self._AttackStatusDesc = params.get("AttackStatusDesc")
12701
+ self._BanExpiredTime = params.get("BanExpiredTime")
12653
12702
  memeber_set = set(params.keys())
12654
12703
  for name, value in vars(self).items():
12655
12704
  property_name = name[1:]
@@ -26937,11 +26986,14 @@ class DescribeBanStatusResponse(AbstractModel):
26937
26986
  :type Status: int
26938
26987
  :param _ShowTips: 是否弹窗提示信息 false: 关闭,true: 开启
26939
26988
  :type ShowTips: bool
26989
+ :param _OpenSmartMode: 是否开启智能过白模式
26990
+ :type OpenSmartMode: bool
26940
26991
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26941
26992
  :type RequestId: str
26942
26993
  """
26943
26994
  self._Status = None
26944
26995
  self._ShowTips = None
26996
+ self._OpenSmartMode = None
26945
26997
  self._RequestId = None
26946
26998
 
26947
26999
  @property
@@ -26960,6 +27012,14 @@ class DescribeBanStatusResponse(AbstractModel):
26960
27012
  def ShowTips(self, ShowTips):
26961
27013
  self._ShowTips = ShowTips
26962
27014
 
27015
+ @property
27016
+ def OpenSmartMode(self):
27017
+ return self._OpenSmartMode
27018
+
27019
+ @OpenSmartMode.setter
27020
+ def OpenSmartMode(self, OpenSmartMode):
27021
+ self._OpenSmartMode = OpenSmartMode
27022
+
26963
27023
  @property
26964
27024
  def RequestId(self):
26965
27025
  return self._RequestId
@@ -26972,6 +27032,7 @@ class DescribeBanStatusResponse(AbstractModel):
26972
27032
  def _deserialize(self, params):
26973
27033
  self._Status = params.get("Status")
26974
27034
  self._ShowTips = params.get("ShowTips")
27035
+ self._OpenSmartMode = params.get("OpenSmartMode")
26975
27036
  self._RequestId = params.get("RequestId")
26976
27037
 
26977
27038
 
@@ -68618,10 +68679,13 @@ class ModifyBanStatusRequest(AbstractModel):
68618
68679
 
68619
68680
  def __init__(self):
68620
68681
  r"""
68621
- :param _Status: 阻断状态 0:关闭 1:开启
68682
+ :param _Status: 阻断开关状态: 0 -- 关闭 1 -- 高级阻断 2 -- 基础阻断(只阻断情报库黑ip)
68622
68683
  :type Status: int
68684
+ :param _OpenSmartMode: 是否开启智能过白模式
68685
+ :type OpenSmartMode: bool
68623
68686
  """
68624
68687
  self._Status = None
68688
+ self._OpenSmartMode = None
68625
68689
 
68626
68690
  @property
68627
68691
  def Status(self):
@@ -68631,9 +68695,18 @@ class ModifyBanStatusRequest(AbstractModel):
68631
68695
  def Status(self, Status):
68632
68696
  self._Status = Status
68633
68697
 
68698
+ @property
68699
+ def OpenSmartMode(self):
68700
+ return self._OpenSmartMode
68701
+
68702
+ @OpenSmartMode.setter
68703
+ def OpenSmartMode(self, OpenSmartMode):
68704
+ self._OpenSmartMode = OpenSmartMode
68705
+
68634
68706
 
68635
68707
  def _deserialize(self, params):
68636
68708
  self._Status = params.get("Status")
68709
+ self._OpenSmartMode = params.get("OpenSmartMode")
68637
68710
  memeber_set = set(params.keys())
68638
68711
  for name, value in vars(self).items():
68639
68712
  property_name = name[1:]
@@ -249,6 +249,10 @@ class ApproverInfo(AbstractModel):
249
249
  :param _NotifyType: 通知签署方经办人的方式, 有以下途径:
250
250
  <ul><li> **sms** : (默认)短信</li>
251
251
  <li> **none** : 不通知</li></ul>
252
+ ```
253
+ 注意:
254
+ 如果使用的是通过文件发起合同(CreateFlowByFiles),NotifyType必须 是 sms 才会发送短信
255
+ ```
252
256
  :type NotifyType: str
253
257
  :param _ApproverRole: 收据场景设置签署人角色类型, 可以设置如下****类型****:
254
258
  <ul><li> **1** :收款人</li>
@@ -673,6 +677,8 @@ class ApproverOption(AbstractModel):
673
677
  <ul><li> **false** : ( 默认)可以转他人处理</li>
674
678
  <li> **true** :不可以转他人处理</li></ul>
675
679
  :type NoTransfer: bool
680
+ :param _CanEditApprover: 允许编辑签署人信息(嵌入式使用) 默认true-可以编辑 false-不可以编辑
681
+ :type CanEditApprover: bool
676
682
  :param _FillType: 签署人信息补充类型,默认无需补充。
677
683
 
678
684
  <ul><li> **1** : ( 动态签署人(可发起合同后再补充签署人信息)注:`企业自动签不支持动态补充`</li>
@@ -690,6 +696,7 @@ class ApproverOption(AbstractModel):
690
696
  """
691
697
  self._NoRefuse = None
692
698
  self._NoTransfer = None
699
+ self._CanEditApprover = None
693
700
  self._FillType = None
694
701
  self._FlowReadLimit = None
695
702
 
@@ -709,6 +716,14 @@ class ApproverOption(AbstractModel):
709
716
  def NoTransfer(self, NoTransfer):
710
717
  self._NoTransfer = NoTransfer
711
718
 
719
+ @property
720
+ def CanEditApprover(self):
721
+ return self._CanEditApprover
722
+
723
+ @CanEditApprover.setter
724
+ def CanEditApprover(self, CanEditApprover):
725
+ self._CanEditApprover = CanEditApprover
726
+
712
727
  @property
713
728
  def FillType(self):
714
729
  return self._FillType
@@ -729,6 +744,7 @@ class ApproverOption(AbstractModel):
729
744
  def _deserialize(self, params):
730
745
  self._NoRefuse = params.get("NoRefuse")
731
746
  self._NoTransfer = params.get("NoTransfer")
747
+ self._CanEditApprover = params.get("CanEditApprover")
732
748
  self._FillType = params.get("FillType")
733
749
  self._FlowReadLimit = params.get("FlowReadLimit")
734
750
  memeber_set = set(params.keys())
@@ -4999,6 +5015,70 @@ class CreateFlowOption(AbstractModel):
4999
5015
  :param _CustomCreateFlowDescription: 定制化发起合同弹窗的描述信息,描述信息最长500字符
5000
5016
 
5001
5017
  :type CustomCreateFlowDescription: str
5018
+ :param _ForbidAddApprover: 禁止添加签署方,若为true则在发起流程的可嵌入页面隐藏“添加签署人按钮”
5019
+
5020
+ :type ForbidAddApprover: str
5021
+ :param _ForbidEditFlowProperties: 禁止设置设置签署流程属性 (顺序、合同签署认证方式等),若为true则在发起流程的可嵌入页面隐藏签署流程设置面板
5022
+
5023
+ :type ForbidEditFlowProperties: str
5024
+ :param _HideComponentTypes: 在发起流程的可嵌入页面要隐藏的控件列表,和 ShowComponentTypes 参数 只能二选一使用,具体的控件类型如下
5025
+ <ul><li>SIGN_SIGNATURE : 个人签名/印章</li>
5026
+ <li>SIGN_SEAL : 企业印章</li>
5027
+ <li>SIGN_PAGING_SEAL : 骑缝章</li>
5028
+ <li>SIGN_LEGAL_PERSON_SEAL : 法定代表人章</li>
5029
+ <li>SIGN_APPROVE : 签批</li>
5030
+ <li>SIGN_OPINION : 签署意见</li>
5031
+ <li>BUSI-FULL-NAME : 企业全称</li>
5032
+ <li>BUSI-CREDIT-CODE : 统一社会信用代码</li>
5033
+ <li>BUSI-LEGAL-NAME : 法人/经营者姓名</li>
5034
+ <li>PERSONAL-NAME : 签署人姓名</li>
5035
+ <li>PERSONAL-MOBILE : 签署人手机号</li>
5036
+ <li>PERSONAL-IDCARD-TYPE : 签署人证件类型</li>
5037
+ <li>PERSONAL-IDCARD : 签署人证件号</li>
5038
+ <li>TEXT : 单行文本</li>
5039
+ <li>MULTI_LINE_TEXT : 多行文本</li>
5040
+ <li>CHECK_BOX : 勾选框</li>
5041
+ <li>SELECTOR : 选择器</li>
5042
+ <li>DIGIT : 数字</li>
5043
+ <li>DATE : 日期</li>
5044
+ <li>FILL_IMAGE : 图片</li>
5045
+ <li>ATTACHMENT : 附件</li>
5046
+ <li>EMAIL : 邮箱</li>
5047
+ <li>LOCATION : 地址</li>
5048
+ <li>EDUCATION : 学历</li>
5049
+ <li>GENDER : 性别</li>
5050
+ <li>DISTRICT : 省市区</li></ul>
5051
+ :type HideComponentTypes: list of str
5052
+ :param _ShowComponentTypes: 在发起流程的可嵌入页面要显示的控件列表,和 HideComponentTypes 参数 只能二选一使用,具体的控件类型如下
5053
+ <ul><li>SIGN_SIGNATURE : 个人签名/印章</li>
5054
+ <li>SIGN_SEAL : 企业印章</li>
5055
+ <li>SIGN_PAGING_SEAL : 骑缝章</li>
5056
+ <li>SIGN_LEGAL_PERSON_SEAL : 法定代表人章</li>
5057
+ <li>SIGN_APPROVE : 签批</li>
5058
+ <li>SIGN_OPINION : 签署意见</li>
5059
+ <li>BUSI-FULL-NAME : 企业全称</li>
5060
+ <li>BUSI-CREDIT-CODE : 统一社会信用代码</li>
5061
+ <li>BUSI-LEGAL-NAME : 法人/经营者姓名</li>
5062
+ <li>PERSONAL-NAME : 签署人姓名</li>
5063
+ <li>PERSONAL-MOBILE : 签署人手机号</li>
5064
+ <li>PERSONAL-IDCARD-TYPE : 签署人证件类型</li>
5065
+ <li>PERSONAL-IDCARD : 签署人证件号</li>
5066
+ <li>TEXT : 单行文本</li>
5067
+ <li>MULTI_LINE_TEXT : 多行文本</li>
5068
+ <li>CHECK_BOX : 勾选框</li>
5069
+ <li>SELECTOR : 选择器</li>
5070
+ <li>DIGIT : 数字</li>
5071
+ <li>DATE : 日期</li>
5072
+ <li>FILL_IMAGE : 图片</li>
5073
+ <li>ATTACHMENT : 附件</li>
5074
+ <li>EMAIL : 邮箱</li>
5075
+ <li>LOCATION : 地址</li>
5076
+ <li>EDUCATION : 学历</li>
5077
+ <li>GENDER : 性别</li>
5078
+ <li>DISTRICT : 省市区</li></ul>
5079
+ :type ShowComponentTypes: list of str
5080
+ :param _ResultPageConfig: 发起流程的可嵌入页面结果页配置
5081
+ :type ResultPageConfig: list of CreateResultPageConfig
5002
5082
  """
5003
5083
  self._CanEditFlow = None
5004
5084
  self._CanEditFormField = None
@@ -5009,6 +5089,11 @@ class CreateFlowOption(AbstractModel):
5009
5089
  self._SkipUploadFile = None
5010
5090
  self._ForbidEditFillComponent = None
5011
5091
  self._CustomCreateFlowDescription = None
5092
+ self._ForbidAddApprover = None
5093
+ self._ForbidEditFlowProperties = None
5094
+ self._HideComponentTypes = None
5095
+ self._ShowComponentTypes = None
5096
+ self._ResultPageConfig = None
5012
5097
 
5013
5098
  @property
5014
5099
  def CanEditFlow(self):
@@ -5082,6 +5167,46 @@ class CreateFlowOption(AbstractModel):
5082
5167
  def CustomCreateFlowDescription(self, CustomCreateFlowDescription):
5083
5168
  self._CustomCreateFlowDescription = CustomCreateFlowDescription
5084
5169
 
5170
+ @property
5171
+ def ForbidAddApprover(self):
5172
+ return self._ForbidAddApprover
5173
+
5174
+ @ForbidAddApprover.setter
5175
+ def ForbidAddApprover(self, ForbidAddApprover):
5176
+ self._ForbidAddApprover = ForbidAddApprover
5177
+
5178
+ @property
5179
+ def ForbidEditFlowProperties(self):
5180
+ return self._ForbidEditFlowProperties
5181
+
5182
+ @ForbidEditFlowProperties.setter
5183
+ def ForbidEditFlowProperties(self, ForbidEditFlowProperties):
5184
+ self._ForbidEditFlowProperties = ForbidEditFlowProperties
5185
+
5186
+ @property
5187
+ def HideComponentTypes(self):
5188
+ return self._HideComponentTypes
5189
+
5190
+ @HideComponentTypes.setter
5191
+ def HideComponentTypes(self, HideComponentTypes):
5192
+ self._HideComponentTypes = HideComponentTypes
5193
+
5194
+ @property
5195
+ def ShowComponentTypes(self):
5196
+ return self._ShowComponentTypes
5197
+
5198
+ @ShowComponentTypes.setter
5199
+ def ShowComponentTypes(self, ShowComponentTypes):
5200
+ self._ShowComponentTypes = ShowComponentTypes
5201
+
5202
+ @property
5203
+ def ResultPageConfig(self):
5204
+ return self._ResultPageConfig
5205
+
5206
+ @ResultPageConfig.setter
5207
+ def ResultPageConfig(self, ResultPageConfig):
5208
+ self._ResultPageConfig = ResultPageConfig
5209
+
5085
5210
 
5086
5211
  def _deserialize(self, params):
5087
5212
  self._CanEditFlow = params.get("CanEditFlow")
@@ -5093,6 +5218,16 @@ class CreateFlowOption(AbstractModel):
5093
5218
  self._SkipUploadFile = params.get("SkipUploadFile")
5094
5219
  self._ForbidEditFillComponent = params.get("ForbidEditFillComponent")
5095
5220
  self._CustomCreateFlowDescription = params.get("CustomCreateFlowDescription")
5221
+ self._ForbidAddApprover = params.get("ForbidAddApprover")
5222
+ self._ForbidEditFlowProperties = params.get("ForbidEditFlowProperties")
5223
+ self._HideComponentTypes = params.get("HideComponentTypes")
5224
+ self._ShowComponentTypes = params.get("ShowComponentTypes")
5225
+ if params.get("ResultPageConfig") is not None:
5226
+ self._ResultPageConfig = []
5227
+ for item in params.get("ResultPageConfig"):
5228
+ obj = CreateResultPageConfig()
5229
+ obj._deserialize(item)
5230
+ self._ResultPageConfig.append(obj)
5096
5231
  memeber_set = set(params.keys())
5097
5232
  for name, value in vars(self).items():
5098
5233
  property_name = name[1:]
@@ -7973,6 +8108,65 @@ class CreateReleaseFlowResponse(AbstractModel):
7973
8108
  self._RequestId = params.get("RequestId")
7974
8109
 
7975
8110
 
8111
+ class CreateResultPageConfig(AbstractModel):
8112
+ """发起流程的可嵌入页面操作结果页配置
8113
+
8114
+ """
8115
+
8116
+ def __init__(self):
8117
+ r"""
8118
+ :param _Type: <ul>
8119
+ <li>0 : 发起审批成功页面(通过接口<a href="https://qian.tencent.com/developers/companyApis/embedPages/CreatePrepareFlow/" target="_blank">创建发起流程web页面</a>发起时设置了NeedCreateReview参数为true)</li>
8120
+ </ul>
8121
+ :type Type: int
8122
+ :param _Title: 结果页标题,不超过50字
8123
+ :type Title: str
8124
+ :param _Description: 结果页描述,不超过200字
8125
+ :type Description: str
8126
+ """
8127
+ self._Type = None
8128
+ self._Title = None
8129
+ self._Description = None
8130
+
8131
+ @property
8132
+ def Type(self):
8133
+ return self._Type
8134
+
8135
+ @Type.setter
8136
+ def Type(self, Type):
8137
+ self._Type = Type
8138
+
8139
+ @property
8140
+ def Title(self):
8141
+ return self._Title
8142
+
8143
+ @Title.setter
8144
+ def Title(self, Title):
8145
+ self._Title = Title
8146
+
8147
+ @property
8148
+ def Description(self):
8149
+ return self._Description
8150
+
8151
+ @Description.setter
8152
+ def Description(self, Description):
8153
+ self._Description = Description
8154
+
8155
+
8156
+ def _deserialize(self, params):
8157
+ self._Type = params.get("Type")
8158
+ self._Title = params.get("Title")
8159
+ self._Description = params.get("Description")
8160
+ memeber_set = set(params.keys())
8161
+ for name, value in vars(self).items():
8162
+ property_name = name[1:]
8163
+ if property_name in memeber_set:
8164
+ memeber_set.remove(property_name)
8165
+ if len(memeber_set) > 0:
8166
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
8167
+
8168
+
8169
+
7976
8170
  class CreateSchemeUrlRequest(AbstractModel):
7977
8171
  """CreateSchemeUrl请求参数结构体
7978
8172
 
@@ -1533,10 +1533,11 @@ class DetectAuthRequest(AbstractModel):
1533
1533
  :type RuleId: str
1534
1534
  :param _TerminalType: 本接口不需要传递此参数。
1535
1535
  :type TerminalType: str
1536
- :param _IdCard: 身份标识(未使用OCR服务时,必须传入)。
1536
+ :param _IdCard: 身份标识(是否必传基于[控制台](https://console.cloud.tencent.com/faceid/access)申请业务流程时配置的提示)。
1537
1537
  规则:a-z,A-Z,0-9组合。最长长度32位。
1538
1538
  :type IdCard: str
1539
- :param _Name: 姓名。(未使用OCR服务时,必须传入)最长长度32位。中文请使用UTF-8编码。
1539
+ :param _Name: 姓名。(是否必传基于[控制台](https://console.cloud.tencent.com/faceid/access)申请业务流程时配置的提示)。
1540
+ 最长长度32位。中文请使用UTF-8编码。
1540
1541
  :type Name: str
1541
1542
  :param _RedirectUrl: 认证结束后重定向的回调链接地址。最长长度1024位。
1542
1543
  :type RedirectUrl: str
@@ -3675,6 +3676,8 @@ class GetEidTokenConfig(AbstractModel):
3675
3676
  :type IntentionRecognition: bool
3676
3677
  :param _IsSupportHMTResidentPermitOCR: 是否支持港澳台居住证识别
3677
3678
  :type IsSupportHMTResidentPermitOCR: bool
3679
+ :param _MouthOpenRecognition: 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
3680
+ :type MouthOpenRecognition: bool
3678
3681
  """
3679
3682
  self._InputType = None
3680
3683
  self._UseIntentionVerify = None
@@ -3684,6 +3687,7 @@ class GetEidTokenConfig(AbstractModel):
3684
3687
  self._IntentionActions = None
3685
3688
  self._IntentionRecognition = None
3686
3689
  self._IsSupportHMTResidentPermitOCR = None
3690
+ self._MouthOpenRecognition = None
3687
3691
 
3688
3692
  @property
3689
3693
  def InputType(self):
@@ -3749,6 +3753,14 @@ class GetEidTokenConfig(AbstractModel):
3749
3753
  def IsSupportHMTResidentPermitOCR(self, IsSupportHMTResidentPermitOCR):
3750
3754
  self._IsSupportHMTResidentPermitOCR = IsSupportHMTResidentPermitOCR
3751
3755
 
3756
+ @property
3757
+ def MouthOpenRecognition(self):
3758
+ return self._MouthOpenRecognition
3759
+
3760
+ @MouthOpenRecognition.setter
3761
+ def MouthOpenRecognition(self, MouthOpenRecognition):
3762
+ self._MouthOpenRecognition = MouthOpenRecognition
3763
+
3752
3764
 
3753
3765
  def _deserialize(self, params):
3754
3766
  self._InputType = params.get("InputType")
@@ -3769,6 +3781,7 @@ class GetEidTokenConfig(AbstractModel):
3769
3781
  self._IntentionActions.append(obj)
3770
3782
  self._IntentionRecognition = params.get("IntentionRecognition")
3771
3783
  self._IsSupportHMTResidentPermitOCR = params.get("IsSupportHMTResidentPermitOCR")
3784
+ self._MouthOpenRecognition = params.get("MouthOpenRecognition")
3772
3785
  memeber_set = set(params.keys())
3773
3786
  for name, value in vars(self).items():
3774
3787
  property_name = name[1:]
@@ -5342,7 +5355,8 @@ class IntentionQuestionResult(AbstractModel):
5342
5355
  -107: "请勿遮挡鼻子"
5343
5356
  -201: "人脸比对相似度低"
5344
5357
  -202: "人脸比对失败"
5345
- -301: "意愿核验不通过"
5358
+ -301: "意愿核验不通过"
5359
+ -302: "用户回答阶段未检测到张嘴动作"
5346
5360
  -800: "前端不兼容错误"
5347
5361
  -801: "用户未授权摄像头和麦克风权限"
5348
5362
  -802: "核验流程异常中断,请勿切屏或进行其他操作"
@@ -10897,6 +10897,12 @@ class HTTPSListener(AbstractModel):
10897
10897
  :param _GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
10898
10898
  注意:此字段可能返回 null,表示取不到有效值。
10899
10899
  :type GroupId: str
10900
+ :param _TLSSupportVersion: 支持的TLS版本
10901
+ 注意:此字段可能返回 null,表示取不到有效值。
10902
+ :type TLSSupportVersion: list of str
10903
+ :param _TLSCiphers: 支持的TLS密码套件
10904
+ 注意:此字段可能返回 null,表示取不到有效值。
10905
+ :type TLSCiphers: str
10900
10906
  """
10901
10907
  self._ListenerId = None
10902
10908
  self._ListenerName = None
@@ -10914,6 +10920,8 @@ class HTTPSListener(AbstractModel):
10914
10920
  self._Http3Supported = None
10915
10921
  self._ProxyId = None
10916
10922
  self._GroupId = None
10923
+ self._TLSSupportVersion = None
10924
+ self._TLSCiphers = None
10917
10925
 
10918
10926
  @property
10919
10927
  def ListenerId(self):
@@ -11043,6 +11051,22 @@ class HTTPSListener(AbstractModel):
11043
11051
  def GroupId(self, GroupId):
11044
11052
  self._GroupId = GroupId
11045
11053
 
11054
+ @property
11055
+ def TLSSupportVersion(self):
11056
+ return self._TLSSupportVersion
11057
+
11058
+ @TLSSupportVersion.setter
11059
+ def TLSSupportVersion(self, TLSSupportVersion):
11060
+ self._TLSSupportVersion = TLSSupportVersion
11061
+
11062
+ @property
11063
+ def TLSCiphers(self):
11064
+ return self._TLSCiphers
11065
+
11066
+ @TLSCiphers.setter
11067
+ def TLSCiphers(self, TLSCiphers):
11068
+ self._TLSCiphers = TLSCiphers
11069
+
11046
11070
 
11047
11071
  def _deserialize(self, params):
11048
11072
  self._ListenerId = params.get("ListenerId")
@@ -11066,6 +11090,8 @@ class HTTPSListener(AbstractModel):
11066
11090
  self._Http3Supported = params.get("Http3Supported")
11067
11091
  self._ProxyId = params.get("ProxyId")
11068
11092
  self._GroupId = params.get("GroupId")
11093
+ self._TLSSupportVersion = params.get("TLSSupportVersion")
11094
+ self._TLSCiphers = params.get("TLSCiphers")
11069
11095
  memeber_set = set(params.keys())
11070
11096
  for name, value in vars(self).items():
11071
11097
  property_name = name[1:]
@@ -14111,6 +14137,11 @@ class ProxyGroupDetail(AbstractModel):
14111
14137
  注意:此字段可能返回 null,表示取不到有效值。
14112
14138
  注意:此字段可能返回 null,表示取不到有效值。
14113
14139
  :type FeatureBitmap: int
14140
+ :param _IsSupportTLSChoice: 是否支持设置TSL设置
14141
+ 0表示不支持;
14142
+ 1表示支持。
14143
+ 注意:此字段可能返回 null,表示取不到有效值。
14144
+ :type IsSupportTLSChoice: int
14114
14145
  """
14115
14146
  self._CreateTime = None
14116
14147
  self._ProjectId = None
@@ -14132,6 +14163,7 @@ class ProxyGroupDetail(AbstractModel):
14132
14163
  self._PackageType = None
14133
14164
  self._Http3Supported = None
14134
14165
  self._FeatureBitmap = None
14166
+ self._IsSupportTLSChoice = None
14135
14167
 
14136
14168
  @property
14137
14169
  def CreateTime(self):
@@ -14293,6 +14325,14 @@ class ProxyGroupDetail(AbstractModel):
14293
14325
  def FeatureBitmap(self, FeatureBitmap):
14294
14326
  self._FeatureBitmap = FeatureBitmap
14295
14327
 
14328
+ @property
14329
+ def IsSupportTLSChoice(self):
14330
+ return self._IsSupportTLSChoice
14331
+
14332
+ @IsSupportTLSChoice.setter
14333
+ def IsSupportTLSChoice(self, IsSupportTLSChoice):
14334
+ self._IsSupportTLSChoice = IsSupportTLSChoice
14335
+
14296
14336
 
14297
14337
  def _deserialize(self, params):
14298
14338
  self._CreateTime = params.get("CreateTime")
@@ -14322,6 +14362,7 @@ class ProxyGroupDetail(AbstractModel):
14322
14362
  self._PackageType = params.get("PackageType")
14323
14363
  self._Http3Supported = params.get("Http3Supported")
14324
14364
  self._FeatureBitmap = params.get("FeatureBitmap")
14365
+ self._IsSupportTLSChoice = params.get("IsSupportTLSChoice")
14325
14366
  memeber_set = set(params.keys())
14326
14367
  for name, value in vars(self).items():
14327
14368
  property_name = name[1:]
@@ -14690,6 +14731,11 @@ CrossBorder表示跨境通道。
14690
14731
  :param _IsAutoScaleProxy: 是否是开启了auto scale的通道,0表示否,1表示是。
14691
14732
  注意:此字段可能返回 null,表示取不到有效值。
14692
14733
  :type IsAutoScaleProxy: int
14734
+ :param _IsSupportTLSChoice: 是否允许设置TLS配置
14735
+ 0表示不支持;
14736
+ 1表示支持。
14737
+ 注意:此字段可能返回 null,表示取不到有效值。
14738
+ :type IsSupportTLSChoice: int
14693
14739
  """
14694
14740
  self._InstanceId = None
14695
14741
  self._CreateTime = None
@@ -14727,6 +14773,7 @@ CrossBorder表示跨境通道。
14727
14773
  self._InBanBlacklist = None
14728
14774
  self._FeatureBitmap = None
14729
14775
  self._IsAutoScaleProxy = None
14776
+ self._IsSupportTLSChoice = None
14730
14777
 
14731
14778
  @property
14732
14779
  def InstanceId(self):
@@ -15016,6 +15063,14 @@ CrossBorder表示跨境通道。
15016
15063
  def IsAutoScaleProxy(self, IsAutoScaleProxy):
15017
15064
  self._IsAutoScaleProxy = IsAutoScaleProxy
15018
15065
 
15066
+ @property
15067
+ def IsSupportTLSChoice(self):
15068
+ return self._IsSupportTLSChoice
15069
+
15070
+ @IsSupportTLSChoice.setter
15071
+ def IsSupportTLSChoice(self, IsSupportTLSChoice):
15072
+ self._IsSupportTLSChoice = IsSupportTLSChoice
15073
+
15019
15074
 
15020
15075
  def _deserialize(self, params):
15021
15076
  self._InstanceId = params.get("InstanceId")
@@ -15068,6 +15123,7 @@ CrossBorder表示跨境通道。
15068
15123
  self._InBanBlacklist = params.get("InBanBlacklist")
15069
15124
  self._FeatureBitmap = params.get("FeatureBitmap")
15070
15125
  self._IsAutoScaleProxy = params.get("IsAutoScaleProxy")
15126
+ self._IsSupportTLSChoice = params.get("IsSupportTLSChoice")
15071
15127
  memeber_set = set(params.keys())
15072
15128
  for name, value in vars(self).items():
15073
15129
  property_name = name[1:]