tencentcloud-sdk-python 3.0.1292__py2.py3-none-any.whl → 3.0.1293__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 (38) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/apm_client.py +1 -1
  3. tencentcloud/apm/v20210622/errorcodes.py +3 -3
  4. tencentcloud/apm/v20210622/models.py +119 -271
  5. tencentcloud/bh/v20230418/models.py +15 -0
  6. tencentcloud/cfs/v20190719/errorcodes.py +6 -3
  7. tencentcloud/ckafka/v20190819/models.py +45 -0
  8. tencentcloud/clb/v20180317/models.py +32 -0
  9. tencentcloud/cls/v20201016/cls_client.py +92 -0
  10. tencentcloud/cls/v20201016/models.py +740 -23
  11. tencentcloud/cwp/v20180228/models.py +2 -2
  12. tencentcloud/dnspod/v20210323/models.py +37 -37
  13. tencentcloud/ess/v20201111/models.py +49 -2
  14. tencentcloud/essbasic/v20210526/models.py +152 -0
  15. tencentcloud/mna/v20210119/models.py +2 -2
  16. tencentcloud/mps/v20190612/models.py +15 -0
  17. tencentcloud/ocr/v20181119/models.py +661 -8
  18. tencentcloud/ocr/v20181119/ocr_client.py +49 -3
  19. tencentcloud/sqlserver/v20180328/models.py +73 -2
  20. tencentcloud/tdmq/v20200217/models.py +543 -0
  21. tencentcloud/tdmq/v20200217/tdmq_client.py +69 -0
  22. tencentcloud/teo/v20220901/models.py +2 -0
  23. tencentcloud/teo/v20220901/teo_client.py +1 -1
  24. tencentcloud/thpc/v20211109/models.py +10 -12
  25. tencentcloud/thpc/v20220401/models.py +30 -36
  26. tencentcloud/thpc/v20230321/models.py +12 -14
  27. tencentcloud/trocket/v20230308/models.py +396 -0
  28. tencentcloud/trocket/v20230308/trocket_client.py +23 -0
  29. tencentcloud/trtc/v20190722/models.py +17 -0
  30. tencentcloud/tse/v20201207/models.py +32 -0
  31. tencentcloud/vpc/v20170312/errorcodes.py +6 -0
  32. tencentcloud/vpc/v20170312/models.py +66 -88
  33. tencentcloud/waf/v20180125/waf_client.py +3 -1
  34. {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/METADATA +1 -1
  35. {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/RECORD +38 -38
  36. {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/LICENSE +0 -0
  37. {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/WHEEL +0 -0
  38. {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/top_level.txt +0 -0
@@ -99607,7 +99607,7 @@ class SearchLogRequest(AbstractModel):
99607
99607
  :type StartTime: int
99608
99608
  :param _EndTime: 要检索分析的日志的结束时间,Unix时间戳(毫秒)
99609
99609
  :type EndTime: int
99610
- :param _QueryString: 检索分析语句,最大长度为12KB
99610
+ :param _QueryString: 检索分析语句,最大长度为12KB,查询语法可参考文档https://cloud.tencent.com/document/product/296/50508
99611
99611
  :type QueryString: str
99612
99612
  :param _Count: 表示单次查询返回的原始日志条数,最大值为1000,获取后续日志需使用Context参数
99613
99613
  :type Count: int
@@ -99647,7 +99647,7 @@ class SearchLogRequest(AbstractModel):
99647
99647
 
99648
99648
  @property
99649
99649
  def QueryString(self):
99650
- """检索分析语句,最大长度为12KB
99650
+ """检索分析语句,最大长度为12KB,查询语法可参考文档https://cloud.tencent.com/document/product/296/50508
99651
99651
  :rtype: str
99652
99652
  """
99653
99653
  return self._QueryString
@@ -12860,24 +12860,24 @@ class ModifyDynamicDNSRequest(AbstractModel):
12860
12860
  :type RecordId: int
12861
12861
  :param _RecordLine: 记录线路,通过 API 记录线路获得,中文,比如:默认。
12862
12862
  :type RecordLine: str
12863
- :param _Value: 记录值,如 IP : 200.200.200.200, CNAME : cname.dnspod.com., MX : mail.dnspod.com.。
12864
- :type Value: str
12865
12863
  :param _DomainId: 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
12866
12864
  :type DomainId: int
12867
12865
  :param _SubDomain: 主机记录,如 www,如果不传,默认为 @。
12868
12866
  :type SubDomain: str
12869
12867
  :param _RecordLineId: 线路的 ID,通过 API 记录线路获得,英文字符串,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。
12870
12868
  :type RecordLineId: str
12869
+ :param _Value: IP 地址,支持 IPv4、IPv6,例如 119.29.29.29 或者 2402:4e00::
12870
+ :type Value: str
12871
12871
  :param _Ttl: TTL值,如果不传,默认为域名的TTL值。
12872
12872
  :type Ttl: int
12873
12873
  """
12874
12874
  self._Domain = None
12875
12875
  self._RecordId = None
12876
12876
  self._RecordLine = None
12877
- self._Value = None
12878
12877
  self._DomainId = None
12879
12878
  self._SubDomain = None
12880
12879
  self._RecordLineId = None
12880
+ self._Value = None
12881
12881
  self._Ttl = None
12882
12882
 
12883
12883
  @property
@@ -12913,17 +12913,6 @@ class ModifyDynamicDNSRequest(AbstractModel):
12913
12913
  def RecordLine(self, RecordLine):
12914
12914
  self._RecordLine = RecordLine
12915
12915
 
12916
- @property
12917
- def Value(self):
12918
- """记录值,如 IP : 200.200.200.200, CNAME : cname.dnspod.com., MX : mail.dnspod.com.。
12919
- :rtype: str
12920
- """
12921
- return self._Value
12922
-
12923
- @Value.setter
12924
- def Value(self, Value):
12925
- self._Value = Value
12926
-
12927
12916
  @property
12928
12917
  def DomainId(self):
12929
12918
  """域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
@@ -12957,6 +12946,17 @@ class ModifyDynamicDNSRequest(AbstractModel):
12957
12946
  def RecordLineId(self, RecordLineId):
12958
12947
  self._RecordLineId = RecordLineId
12959
12948
 
12949
+ @property
12950
+ def Value(self):
12951
+ """IP 地址,支持 IPv4、IPv6,例如 119.29.29.29 或者 2402:4e00::
12952
+ :rtype: str
12953
+ """
12954
+ return self._Value
12955
+
12956
+ @Value.setter
12957
+ def Value(self, Value):
12958
+ self._Value = Value
12959
+
12960
12960
  @property
12961
12961
  def Ttl(self):
12962
12962
  """TTL值,如果不传,默认为域名的TTL值。
@@ -12973,10 +12973,10 @@ class ModifyDynamicDNSRequest(AbstractModel):
12973
12973
  self._Domain = params.get("Domain")
12974
12974
  self._RecordId = params.get("RecordId")
12975
12975
  self._RecordLine = params.get("RecordLine")
12976
- self._Value = params.get("Value")
12977
12976
  self._DomainId = params.get("DomainId")
12978
12977
  self._SubDomain = params.get("SubDomain")
12979
12978
  self._RecordLineId = params.get("RecordLineId")
12979
+ self._Value = params.get("Value")
12980
12980
  self._Ttl = params.get("Ttl")
12981
12981
  memeber_set = set(params.keys())
12982
12982
  for name, value in vars(self).items():
@@ -17457,40 +17457,40 @@ class WhoisContactAddress(AbstractModel):
17457
17457
 
17458
17458
  def __init__(self):
17459
17459
  r"""
17460
- :param _City:
17460
+ :param _City: 城市
17461
17461
  注意:此字段可能返回 null,表示取不到有效值。
17462
17462
  :type City: str
17463
- :param _Country:
17463
+ :param _Country: 国家
17464
17464
  注意:此字段可能返回 null,表示取不到有效值。
17465
17465
  :type Country: str
17466
- :param _Email:
17466
+ :param _Email: 电子邮箱
17467
17467
  注意:此字段可能返回 null,表示取不到有效值。
17468
17468
  :type Email: str
17469
- :param _Fax:
17469
+ :param _Fax: 传真
17470
17470
  注意:此字段可能返回 null,表示取不到有效值。
17471
17471
  :type Fax: str
17472
- :param _FaxExt:
17472
+ :param _FaxExt: 传真分机号
17473
17473
  注意:此字段可能返回 null,表示取不到有效值。
17474
17474
  :type FaxExt: str
17475
17475
  :param _Handle: 无
17476
17476
  注意:此字段可能返回 null,表示取不到有效值。
17477
17477
  :type Handle: str
17478
- :param _Name:
17478
+ :param _Name: 名称
17479
17479
  注意:此字段可能返回 null,表示取不到有效值。
17480
17480
  :type Name: str
17481
- :param _Organization:
17481
+ :param _Organization: 组织机构
17482
17482
  注意:此字段可能返回 null,表示取不到有效值。
17483
17483
  :type Organization: str
17484
- :param _Phone:
17484
+ :param _Phone: 电话
17485
17485
  注意:此字段可能返回 null,表示取不到有效值。
17486
17486
  :type Phone: str
17487
- :param _PostalCode:
17487
+ :param _PostalCode: 邮编
17488
17488
  注意:此字段可能返回 null,表示取不到有效值。
17489
17489
  :type PostalCode: str
17490
- :param _State:
17490
+ :param _State: 省份/州
17491
17491
  注意:此字段可能返回 null,表示取不到有效值。
17492
17492
  :type State: str
17493
- :param _Street:
17493
+ :param _Street: 街道地址
17494
17494
  注意:此字段可能返回 null,表示取不到有效值。
17495
17495
  :type Street: str
17496
17496
  """
@@ -17509,7 +17509,7 @@ class WhoisContactAddress(AbstractModel):
17509
17509
 
17510
17510
  @property
17511
17511
  def City(self):
17512
- """
17512
+ """城市
17513
17513
  注意:此字段可能返回 null,表示取不到有效值。
17514
17514
  :rtype: str
17515
17515
  """
@@ -17521,7 +17521,7 @@ class WhoisContactAddress(AbstractModel):
17521
17521
 
17522
17522
  @property
17523
17523
  def Country(self):
17524
- """
17524
+ """国家
17525
17525
  注意:此字段可能返回 null,表示取不到有效值。
17526
17526
  :rtype: str
17527
17527
  """
@@ -17533,7 +17533,7 @@ class WhoisContactAddress(AbstractModel):
17533
17533
 
17534
17534
  @property
17535
17535
  def Email(self):
17536
- """
17536
+ """电子邮箱
17537
17537
  注意:此字段可能返回 null,表示取不到有效值。
17538
17538
  :rtype: str
17539
17539
  """
@@ -17545,7 +17545,7 @@ class WhoisContactAddress(AbstractModel):
17545
17545
 
17546
17546
  @property
17547
17547
  def Fax(self):
17548
- """
17548
+ """传真
17549
17549
  注意:此字段可能返回 null,表示取不到有效值。
17550
17550
  :rtype: str
17551
17551
  """
@@ -17557,7 +17557,7 @@ class WhoisContactAddress(AbstractModel):
17557
17557
 
17558
17558
  @property
17559
17559
  def FaxExt(self):
17560
- """
17560
+ """传真分机号
17561
17561
  注意:此字段可能返回 null,表示取不到有效值。
17562
17562
  :rtype: str
17563
17563
  """
@@ -17581,7 +17581,7 @@ class WhoisContactAddress(AbstractModel):
17581
17581
 
17582
17582
  @property
17583
17583
  def Name(self):
17584
- """
17584
+ """名称
17585
17585
  注意:此字段可能返回 null,表示取不到有效值。
17586
17586
  :rtype: str
17587
17587
  """
@@ -17593,7 +17593,7 @@ class WhoisContactAddress(AbstractModel):
17593
17593
 
17594
17594
  @property
17595
17595
  def Organization(self):
17596
- """
17596
+ """组织机构
17597
17597
  注意:此字段可能返回 null,表示取不到有效值。
17598
17598
  :rtype: str
17599
17599
  """
@@ -17605,7 +17605,7 @@ class WhoisContactAddress(AbstractModel):
17605
17605
 
17606
17606
  @property
17607
17607
  def Phone(self):
17608
- """
17608
+ """电话
17609
17609
  注意:此字段可能返回 null,表示取不到有效值。
17610
17610
  :rtype: str
17611
17611
  """
@@ -17617,7 +17617,7 @@ class WhoisContactAddress(AbstractModel):
17617
17617
 
17618
17618
  @property
17619
17619
  def PostalCode(self):
17620
- """
17620
+ """邮编
17621
17621
  注意:此字段可能返回 null,表示取不到有效值。
17622
17622
  :rtype: str
17623
17623
  """
@@ -17629,7 +17629,7 @@ class WhoisContactAddress(AbstractModel):
17629
17629
 
17630
17630
  @property
17631
17631
  def State(self):
17632
- """
17632
+ """省份/州
17633
17633
  注意:此字段可能返回 null,表示取不到有效值。
17634
17634
  :rtype: str
17635
17635
  """
@@ -17641,7 +17641,7 @@ class WhoisContactAddress(AbstractModel):
17641
17641
 
17642
17642
  @property
17643
17643
  def Street(self):
17644
- """
17644
+ """街道地址
17645
17645
  注意:此字段可能返回 null,表示取不到有效值。
17646
17646
  :rtype: str
17647
17647
  """
@@ -11245,17 +11245,29 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
11245
11245
  :param _UniformSocialCreditCodeSame: 对方打开链接认证时,对方填写的营业执照的社会信用代码是否与接口上传上来的要保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>
11246
11246
  :type UniformSocialCreditCodeSame: bool
11247
11247
  :param _LegalNameSame: 对方打开链接认证时,法人姓名是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>
11248
+
11249
+ p.s. 仅在法人姓名不为空时有效
11248
11250
  :type LegalNameSame: bool
11249
11251
  :param _AdminNameSame: 对方打开链接认证时,认证人姓名是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>
11252
+
11253
+ p.s. 仅在认证人姓名不为空时有效
11250
11254
  :type AdminNameSame: bool
11251
11255
  :param _AdminIdCardNumberSame: 对方打开链接认证时,认证人居民身份证件号是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>
11256
+
11257
+ p.s. 仅在认证人身份证号不为空时有效
11258
+
11252
11259
  :type AdminIdCardNumberSame: bool
11253
11260
  :param _AdminMobileSame: 对方打开链接认证时,认证人手机号是否要与接口传递上来的保持一致。<ul>
11254
11261
  <li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li>
11255
11262
  <li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li>
11256
11263
  </ul>
11264
+
11265
+ p.s. 仅在认证人手机号不为空时有效
11257
11266
  :type AdminMobileSame: bool
11258
11267
  :param _OrganizationNameSame: 对方打开链接认证时,企业名称是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>
11268
+
11269
+
11270
+ p.s. 仅在企业名称不为空时有效
11259
11271
  :type OrganizationNameSame: bool
11260
11272
  :param _BusinessLicense: 营业执照正面照(支持PNG或JPG格式)需以base64格式提供,且文件大小不得超过5MB。
11261
11273
  :type BusinessLicense: str
@@ -11275,6 +11287,12 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
11275
11287
  <b>1</b>: 启用此选项后,在企业认证的最终步骤将添加创建印章的引导。如下图的位置
11276
11288
  ![image](https://qcloudimg.tencent-cloud.cn/raw/88e0b45095a5c589de8995462ad755dc.jpg)
11277
11289
  :type Initialization: list of int non-negative
11290
+ :param _PowerOfAttorneys: 授权书(PNG或JPG或PDF) base64格式, 大小不超过8M 。
11291
+ 授权书可以通过接口[生成企业授权书](https://qian.tencent.com/developers/companyApis/organizations/CreateOrganizationAuthFile) 来获得。
11292
+ p.s. 如果上传授权书 ,需遵循以下条件
11293
+ 1. 超管的信息(超管姓名,超管手机号)必须为必填参数。
11294
+ 2. 认证方式AuthorizationTypes必须只能是上传授权书方式
11295
+ :type PowerOfAttorneys: list of str
11278
11296
  """
11279
11297
  self._Operator = None
11280
11298
  self._AuthorizationTypes = None
@@ -11296,6 +11314,7 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
11296
11314
  self._BusinessLicense = None
11297
11315
  self._Endpoint = None
11298
11316
  self._Initialization = None
11317
+ self._PowerOfAttorneys = None
11299
11318
 
11300
11319
  @property
11301
11320
  def Operator(self):
@@ -11449,6 +11468,8 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
11449
11468
  @property
11450
11469
  def LegalNameSame(self):
11451
11470
  """对方打开链接认证时,法人姓名是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>
11471
+
11472
+ p.s. 仅在法人姓名不为空时有效
11452
11473
  :rtype: bool
11453
11474
  """
11454
11475
  return self._LegalNameSame
@@ -11460,6 +11481,8 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
11460
11481
  @property
11461
11482
  def AdminNameSame(self):
11462
11483
  """对方打开链接认证时,认证人姓名是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>
11484
+
11485
+ p.s. 仅在认证人姓名不为空时有效
11463
11486
  :rtype: bool
11464
11487
  """
11465
11488
  return self._AdminNameSame
@@ -11471,6 +11494,9 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
11471
11494
  @property
11472
11495
  def AdminIdCardNumberSame(self):
11473
11496
  """对方打开链接认证时,认证人居民身份证件号是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>
11497
+
11498
+ p.s. 仅在认证人身份证号不为空时有效
11499
+
11474
11500
  :rtype: bool
11475
11501
  """
11476
11502
  return self._AdminIdCardNumberSame
@@ -11485,6 +11511,8 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
11485
11511
  <li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li>
11486
11512
  <li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li>
11487
11513
  </ul>
11514
+
11515
+ p.s. 仅在认证人手机号不为空时有效
11488
11516
  :rtype: bool
11489
11517
  """
11490
11518
  return self._AdminMobileSame
@@ -11496,6 +11524,9 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
11496
11524
  @property
11497
11525
  def OrganizationNameSame(self):
11498
11526
  """对方打开链接认证时,企业名称是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>
11527
+
11528
+
11529
+ p.s. 仅在企业名称不为空时有效
11499
11530
  :rtype: bool
11500
11531
  """
11501
11532
  return self._OrganizationNameSame
@@ -11549,6 +11580,21 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
11549
11580
  def Initialization(self, Initialization):
11550
11581
  self._Initialization = Initialization
11551
11582
 
11583
+ @property
11584
+ def PowerOfAttorneys(self):
11585
+ """授权书(PNG或JPG或PDF) base64格式, 大小不超过8M 。
11586
+ 授权书可以通过接口[生成企业授权书](https://qian.tencent.com/developers/companyApis/organizations/CreateOrganizationAuthFile) 来获得。
11587
+ p.s. 如果上传授权书 ,需遵循以下条件
11588
+ 1. 超管的信息(超管姓名,超管手机号)必须为必填参数。
11589
+ 2. 认证方式AuthorizationTypes必须只能是上传授权书方式
11590
+ :rtype: list of str
11591
+ """
11592
+ return self._PowerOfAttorneys
11593
+
11594
+ @PowerOfAttorneys.setter
11595
+ def PowerOfAttorneys(self, PowerOfAttorneys):
11596
+ self._PowerOfAttorneys = PowerOfAttorneys
11597
+
11552
11598
 
11553
11599
  def _deserialize(self, params):
11554
11600
  if params.get("Operator") is not None:
@@ -11573,6 +11619,7 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
11573
11619
  self._BusinessLicense = params.get("BusinessLicense")
11574
11620
  self._Endpoint = params.get("Endpoint")
11575
11621
  self._Initialization = params.get("Initialization")
11622
+ self._PowerOfAttorneys = params.get("PowerOfAttorneys")
11576
11623
  memeber_set = set(params.keys())
11577
11624
  for name, value in vars(self).items():
11578
11625
  property_name = name[1:]
@@ -29494,7 +29541,7 @@ class RegistrationOrganizationInfo(AbstractModel):
29494
29541
  :type BusinessLicense: str
29495
29542
  :param _PowerOfAttorneys: 授权书(PNG或JPG或PDF) base64格式, 大小不超过8M 。
29496
29543
  p.s. 如果上传授权书 ,需遵循以下条件
29497
- 1. 超管的信息(超管姓名,超管身份证,超管手机号)必须为必填参数。
29544
+ 1. 超管的信息(超管姓名,超管手机号)必须为必填参数。
29498
29545
  2. 超管的个人身份必须在电子签已经实名。
29499
29546
  2. 认证方式AuthorizationTypes必须只能是上传授权书方式
29500
29547
 
@@ -29651,7 +29698,7 @@ p.s. 如果上传授权书 ,需遵循以下条件
29651
29698
  def PowerOfAttorneys(self):
29652
29699
  """授权书(PNG或JPG或PDF) base64格式, 大小不超过8M 。
29653
29700
  p.s. 如果上传授权书 ,需遵循以下条件
29654
- 1. 超管的信息(超管姓名,超管身份证,超管手机号)必须为必填参数。
29701
+ 1. 超管的信息(超管姓名,超管手机号)必须为必填参数。
29655
29702
  2. 超管的个人身份必须在电子签已经实名。
29656
29703
  2. 认证方式AuthorizationTypes必须只能是上传授权书方式
29657
29704
 
@@ -14311,6 +14311,19 @@ class CreateConsoleLoginUrlRequest(AbstractModel):
14311
14311
  <b>注</b>:如果<b>应用扩展服务</b>中的<b>自动激活子客企业</b>为打开态, 则忽略本接口的AutoActive这个参数(若持有的许可证充足,子客户企业注册完成后将自动激活),具体位置参考下图:
14312
14312
  ![image](https://qcloudimg.tencent-cloud.cn/raw/c3639b05503d3735bac483d17aa6b0a3.png)
14313
14313
  :type AutoActive: bool
14314
+ :param _BusinessLicense: 营业执照正面照(支持PNG或JPG格式)需以base64格式提供,且文件大小不得超过5MB。
14315
+ :type BusinessLicense: str
14316
+ :param _ProxyAddress: 组织机构企业注册地址。 请确认该企业注册地址与企业营业执照中注册的地址一致。
14317
+ :type ProxyAddress: str
14318
+ :param _ProxyLegalName: 组织机构法人的姓名。 请确认该企业统一社会信用代码与企业营业执照中注册的法人姓名一致。
14319
+ :type ProxyLegalName: str
14320
+ :param _PowerOfAttorneys: 授权书(PNG或JPG或PDF) base64格式, 大小不超过8M 。
14321
+ p.s. 如果上传授权书 ,需遵循以下条件
14322
+ 1. 超管的信息(超管姓名,超管手机号)必须为必填参数。
14323
+ 2. 认证方式AuthorizationTypes必须只能是上传授权书方式
14324
+ :type PowerOfAttorneys: list of str
14325
+ :param _OrganizationAuthorizationOptions: 企业认证时个性化能力信息
14326
+ :type OrganizationAuthorizationOptions: :class:`tencentcloud.essbasic.v20210526.models.OrganizationAuthorizationOptions`
14314
14327
  """
14315
14328
  self._Agent = None
14316
14329
  self._ProxyOrganizationName = None
@@ -14328,6 +14341,11 @@ class CreateConsoleLoginUrlRequest(AbstractModel):
14328
14341
  self._AutoJumpUrl = None
14329
14342
  self._TopNavigationStatus = None
14330
14343
  self._AutoActive = None
14344
+ self._BusinessLicense = None
14345
+ self._ProxyAddress = None
14346
+ self._ProxyLegalName = None
14347
+ self._PowerOfAttorneys = None
14348
+ self._OrganizationAuthorizationOptions = None
14331
14349
 
14332
14350
  @property
14333
14351
  def Agent(self):
@@ -14573,6 +14591,64 @@ class CreateConsoleLoginUrlRequest(AbstractModel):
14573
14591
  def AutoActive(self, AutoActive):
14574
14592
  self._AutoActive = AutoActive
14575
14593
 
14594
+ @property
14595
+ def BusinessLicense(self):
14596
+ """营业执照正面照(支持PNG或JPG格式)需以base64格式提供,且文件大小不得超过5MB。
14597
+ :rtype: str
14598
+ """
14599
+ return self._BusinessLicense
14600
+
14601
+ @BusinessLicense.setter
14602
+ def BusinessLicense(self, BusinessLicense):
14603
+ self._BusinessLicense = BusinessLicense
14604
+
14605
+ @property
14606
+ def ProxyAddress(self):
14607
+ """组织机构企业注册地址。 请确认该企业注册地址与企业营业执照中注册的地址一致。
14608
+ :rtype: str
14609
+ """
14610
+ return self._ProxyAddress
14611
+
14612
+ @ProxyAddress.setter
14613
+ def ProxyAddress(self, ProxyAddress):
14614
+ self._ProxyAddress = ProxyAddress
14615
+
14616
+ @property
14617
+ def ProxyLegalName(self):
14618
+ """组织机构法人的姓名。 请确认该企业统一社会信用代码与企业营业执照中注册的法人姓名一致。
14619
+ :rtype: str
14620
+ """
14621
+ return self._ProxyLegalName
14622
+
14623
+ @ProxyLegalName.setter
14624
+ def ProxyLegalName(self, ProxyLegalName):
14625
+ self._ProxyLegalName = ProxyLegalName
14626
+
14627
+ @property
14628
+ def PowerOfAttorneys(self):
14629
+ """授权书(PNG或JPG或PDF) base64格式, 大小不超过8M 。
14630
+ p.s. 如果上传授权书 ,需遵循以下条件
14631
+ 1. 超管的信息(超管姓名,超管手机号)必须为必填参数。
14632
+ 2. 认证方式AuthorizationTypes必须只能是上传授权书方式
14633
+ :rtype: list of str
14634
+ """
14635
+ return self._PowerOfAttorneys
14636
+
14637
+ @PowerOfAttorneys.setter
14638
+ def PowerOfAttorneys(self, PowerOfAttorneys):
14639
+ self._PowerOfAttorneys = PowerOfAttorneys
14640
+
14641
+ @property
14642
+ def OrganizationAuthorizationOptions(self):
14643
+ """企业认证时个性化能力信息
14644
+ :rtype: :class:`tencentcloud.essbasic.v20210526.models.OrganizationAuthorizationOptions`
14645
+ """
14646
+ return self._OrganizationAuthorizationOptions
14647
+
14648
+ @OrganizationAuthorizationOptions.setter
14649
+ def OrganizationAuthorizationOptions(self, OrganizationAuthorizationOptions):
14650
+ self._OrganizationAuthorizationOptions = OrganizationAuthorizationOptions
14651
+
14576
14652
 
14577
14653
  def _deserialize(self, params):
14578
14654
  if params.get("Agent") is not None:
@@ -14595,6 +14671,13 @@ class CreateConsoleLoginUrlRequest(AbstractModel):
14595
14671
  self._AutoJumpUrl = params.get("AutoJumpUrl")
14596
14672
  self._TopNavigationStatus = params.get("TopNavigationStatus")
14597
14673
  self._AutoActive = params.get("AutoActive")
14674
+ self._BusinessLicense = params.get("BusinessLicense")
14675
+ self._ProxyAddress = params.get("ProxyAddress")
14676
+ self._ProxyLegalName = params.get("ProxyLegalName")
14677
+ self._PowerOfAttorneys = params.get("PowerOfAttorneys")
14678
+ if params.get("OrganizationAuthorizationOptions") is not None:
14679
+ self._OrganizationAuthorizationOptions = OrganizationAuthorizationOptions()
14680
+ self._OrganizationAuthorizationOptions._deserialize(params.get("OrganizationAuthorizationOptions"))
14598
14681
  memeber_set = set(params.keys())
14599
14682
  for name, value in vars(self).items():
14600
14683
  property_name = name[1:]
@@ -24844,6 +24927,75 @@ class OrganizationAuthUrl(AbstractModel):
24844
24927
 
24845
24928
 
24846
24929
 
24930
+ class OrganizationAuthorizationOptions(AbstractModel):
24931
+ """企业认证可选项,其中包括 社会信用代码是否一致,企业名称是否一致,法人是否一致等信息。
24932
+ 代表生成链接的时候指定的这些信息不能被用户修改。
24933
+
24934
+ p.s. 注意这些选项一旦传递,相关的信息也不会被上传的营业执照里面包含的信息所覆盖。
24935
+
24936
+ """
24937
+
24938
+ def __init__(self):
24939
+ r"""
24940
+ :param _UniformSocialCreditCodeSame: 对方打开链接认证时,对方填写的营业执照的社会信用代码是否与接口上传上来的要保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>
24941
+ :type UniformSocialCreditCodeSame: bool
24942
+ :param _OrganizationNameSame: 对方打开链接认证时,企业名称是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>p.s. 仅在企业名称不为空时有效
24943
+ :type OrganizationNameSame: bool
24944
+ :param _LegalNameSame: 对方打开链接认证时,法人姓名是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>p.s. 仅在法人姓名不为空时有效
24945
+ :type LegalNameSame: bool
24946
+ """
24947
+ self._UniformSocialCreditCodeSame = None
24948
+ self._OrganizationNameSame = None
24949
+ self._LegalNameSame = None
24950
+
24951
+ @property
24952
+ def UniformSocialCreditCodeSame(self):
24953
+ """对方打开链接认证时,对方填写的营业执照的社会信用代码是否与接口上传上来的要保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>
24954
+ :rtype: bool
24955
+ """
24956
+ return self._UniformSocialCreditCodeSame
24957
+
24958
+ @UniformSocialCreditCodeSame.setter
24959
+ def UniformSocialCreditCodeSame(self, UniformSocialCreditCodeSame):
24960
+ self._UniformSocialCreditCodeSame = UniformSocialCreditCodeSame
24961
+
24962
+ @property
24963
+ def OrganizationNameSame(self):
24964
+ """对方打开链接认证时,企业名称是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>p.s. 仅在企业名称不为空时有效
24965
+ :rtype: bool
24966
+ """
24967
+ return self._OrganizationNameSame
24968
+
24969
+ @OrganizationNameSame.setter
24970
+ def OrganizationNameSame(self, OrganizationNameSame):
24971
+ self._OrganizationNameSame = OrganizationNameSame
24972
+
24973
+ @property
24974
+ def LegalNameSame(self):
24975
+ """对方打开链接认证时,法人姓名是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>p.s. 仅在法人姓名不为空时有效
24976
+ :rtype: bool
24977
+ """
24978
+ return self._LegalNameSame
24979
+
24980
+ @LegalNameSame.setter
24981
+ def LegalNameSame(self, LegalNameSame):
24982
+ self._LegalNameSame = LegalNameSame
24983
+
24984
+
24985
+ def _deserialize(self, params):
24986
+ self._UniformSocialCreditCodeSame = params.get("UniformSocialCreditCodeSame")
24987
+ self._OrganizationNameSame = params.get("OrganizationNameSame")
24988
+ self._LegalNameSame = params.get("LegalNameSame")
24989
+ memeber_set = set(params.keys())
24990
+ for name, value in vars(self).items():
24991
+ property_name = name[1:]
24992
+ if property_name in memeber_set:
24993
+ memeber_set.remove(property_name)
24994
+ if len(memeber_set) > 0:
24995
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
24996
+
24997
+
24998
+
24847
24999
  class OrganizationCommonInfo(AbstractModel):
24848
25000
  """企业认证信息参数, 需要保证这些参数跟营业执照中的信息一致。
24849
25001
 
@@ -345,7 +345,7 @@ class AddDeviceRequest(AbstractModel):
345
345
  :param _LicensePayMode: license付费方式:
346
346
  0,月度授权
347
347
  1,永久授权
348
- 若不传则默认为月度授权
348
+ 若不传则默认为月度授权,永久授权设备需要调用OrderPerLicense接口支付授权费,否则设备无法使用
349
349
  :type LicensePayMode: int
350
350
  :param _GroupName: 设备分组名称,非必选,预留参数,需要分组时传入GroupId
351
351
  :type GroupName: str
@@ -428,7 +428,7 @@ class AddDeviceRequest(AbstractModel):
428
428
  """license付费方式:
429
429
  0,月度授权
430
430
  1,永久授权
431
- 若不传则默认为月度授权
431
+ 若不传则默认为月度授权,永久授权设备需要调用OrderPerLicense接口支付授权费,否则设备无法使用
432
432
  :rtype: int
433
433
  """
434
434
  return self._LicensePayMode
@@ -41872,6 +41872,8 @@ class ModifyOutputInfo(AbstractModel):
41872
41872
  :type Zones: list of str
41873
41873
  :param _RISTSettings: 转推RIST的配置。
41874
41874
  :type RISTSettings: :class:`tencentcloud.mps.v20190612.models.CreateOutputRistSettings`
41875
+ :param _OutputType: 输出类型:Internet/TencentCSS/StreamLive
41876
+ :type OutputType: str
41875
41877
  """
41876
41878
  self._OutputId = None
41877
41879
  self._OutputName = None
@@ -41885,6 +41887,7 @@ class ModifyOutputInfo(AbstractModel):
41885
41887
  self._SecurityGroupIds = None
41886
41888
  self._Zones = None
41887
41889
  self._RISTSettings = None
41890
+ self._OutputType = None
41888
41891
 
41889
41892
  @property
41890
41893
  def OutputId(self):
@@ -42019,6 +42022,17 @@ class ModifyOutputInfo(AbstractModel):
42019
42022
  def RISTSettings(self, RISTSettings):
42020
42023
  self._RISTSettings = RISTSettings
42021
42024
 
42025
+ @property
42026
+ def OutputType(self):
42027
+ """输出类型:Internet/TencentCSS/StreamLive
42028
+ :rtype: str
42029
+ """
42030
+ return self._OutputType
42031
+
42032
+ @OutputType.setter
42033
+ def OutputType(self, OutputType):
42034
+ self._OutputType = OutputType
42035
+
42022
42036
 
42023
42037
  def _deserialize(self, params):
42024
42038
  self._OutputId = params.get("OutputId")
@@ -42041,6 +42055,7 @@ class ModifyOutputInfo(AbstractModel):
42041
42055
  if params.get("RISTSettings") is not None:
42042
42056
  self._RISTSettings = CreateOutputRistSettings()
42043
42057
  self._RISTSettings._deserialize(params.get("RISTSettings"))
42058
+ self._OutputType = params.get("OutputType")
42044
42059
  memeber_set = set(params.keys())
42045
42060
  for name, value in vars(self).items():
42046
42061
  property_name = name[1:]