tencentcloud-sdk-python-ssl 3.0.1436__tar.gz → 3.0.1439__tar.gz

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 (16) hide show
  1. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/tencentcloud/ssl/v20191205/errorcodes.py +3 -0
  5. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/tencentcloud/ssl/v20191205/models.py +60 -0
  6. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-ssl-3.0.1439/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-ssl-3.0.1436/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/README.rst +0 -0
  10. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/tencentcloud/ssl/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/tencentcloud/ssl/v20191205/__init__.py +0 -0
  13. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/tencentcloud/ssl/v20191205/ssl_client.py +0 -0
  14. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ssl-3.0.1436 → tencentcloud-sdk-python-ssl-3.0.1439}/tencentcloud_sdk_python_ssl.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ssl
3
- Version: 3.0.1436
3
+ Version: 3.0.1439
4
4
  Summary: Tencent Cloud Ssl SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-ssl',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1436,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1439,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ssl SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1436'
17
+ __version__ = '3.0.1439'
@@ -56,6 +56,9 @@ FAILEDOPERATION_CERTIFICATECANCELFAILEDMULTI = 'FailedOperation.CertificateCance
56
56
  # 温馨提示:证书链检测异常,请核对每段证书是否存在异常
57
57
  FAILEDOPERATION_CERTIFICATECHAINERROR = 'FailedOperation.CertificateChainError'
58
58
 
59
+ # CSR解析失败。
60
+ FAILEDOPERATION_CERTIFICATECSRPARSEFAILED = 'FailedOperation.CertificateCsrParseFailed'
61
+
59
62
  # 记录状态必须完结才可以执行该操作。
60
63
  FAILEDOPERATION_CERTIFICATEDEPLOYDETAILROLLBACKSTATUSINVALID = 'FailedOperation.CertificateDeployDetailRollbackStatusInvalid'
61
64
 
@@ -14265,6 +14265,14 @@ class DescribeManagerDetailResponse(AbstractModel):
14265
14265
  :type ManagerId: int
14266
14266
  :param _StatusInfo: 审核状态详细信息
14267
14267
  :type StatusInfo: list of ManagerStatusInfo
14268
+ :param _ManagerIdType: 管理员证件类型,SFZ代表身份证,HZ代表护照
14269
+ :type ManagerIdType: str
14270
+ :param _ManagerIdNumber: 管理员证件号码
14271
+ :type ManagerIdNumber: str
14272
+ :param _ContactIdType: 联系人证件类型,SFZ代表身份证,HZ代表护照
14273
+ :type ContactIdType: str
14274
+ :param _ContactIdNumber: 联系人证件号码
14275
+ :type ContactIdNumber: str
14268
14276
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14269
14277
  :type RequestId: str
14270
14278
  """
@@ -14287,6 +14295,10 @@ class DescribeManagerDetailResponse(AbstractModel):
14287
14295
  self._CompanyId = None
14288
14296
  self._ManagerId = None
14289
14297
  self._StatusInfo = None
14298
+ self._ManagerIdType = None
14299
+ self._ManagerIdNumber = None
14300
+ self._ContactIdType = None
14301
+ self._ContactIdNumber = None
14290
14302
  self._RequestId = None
14291
14303
 
14292
14304
  @property
@@ -14504,6 +14516,50 @@ class DescribeManagerDetailResponse(AbstractModel):
14504
14516
  def StatusInfo(self, StatusInfo):
14505
14517
  self._StatusInfo = StatusInfo
14506
14518
 
14519
+ @property
14520
+ def ManagerIdType(self):
14521
+ """管理员证件类型,SFZ代表身份证,HZ代表护照
14522
+ :rtype: str
14523
+ """
14524
+ return self._ManagerIdType
14525
+
14526
+ @ManagerIdType.setter
14527
+ def ManagerIdType(self, ManagerIdType):
14528
+ self._ManagerIdType = ManagerIdType
14529
+
14530
+ @property
14531
+ def ManagerIdNumber(self):
14532
+ """管理员证件号码
14533
+ :rtype: str
14534
+ """
14535
+ return self._ManagerIdNumber
14536
+
14537
+ @ManagerIdNumber.setter
14538
+ def ManagerIdNumber(self, ManagerIdNumber):
14539
+ self._ManagerIdNumber = ManagerIdNumber
14540
+
14541
+ @property
14542
+ def ContactIdType(self):
14543
+ """联系人证件类型,SFZ代表身份证,HZ代表护照
14544
+ :rtype: str
14545
+ """
14546
+ return self._ContactIdType
14547
+
14548
+ @ContactIdType.setter
14549
+ def ContactIdType(self, ContactIdType):
14550
+ self._ContactIdType = ContactIdType
14551
+
14552
+ @property
14553
+ def ContactIdNumber(self):
14554
+ """联系人证件号码
14555
+ :rtype: str
14556
+ """
14557
+ return self._ContactIdNumber
14558
+
14559
+ @ContactIdNumber.setter
14560
+ def ContactIdNumber(self, ContactIdNumber):
14561
+ self._ContactIdNumber = ContactIdNumber
14562
+
14507
14563
  @property
14508
14564
  def RequestId(self):
14509
14565
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -14543,6 +14599,10 @@ class DescribeManagerDetailResponse(AbstractModel):
14543
14599
  obj = ManagerStatusInfo()
14544
14600
  obj._deserialize(item)
14545
14601
  self._StatusInfo.append(obj)
14602
+ self._ManagerIdType = params.get("ManagerIdType")
14603
+ self._ManagerIdNumber = params.get("ManagerIdNumber")
14604
+ self._ContactIdType = params.get("ContactIdType")
14605
+ self._ContactIdNumber = params.get("ContactIdNumber")
14546
14606
  self._RequestId = params.get("RequestId")
14547
14607
 
14548
14608
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ssl
3
- Version: 3.0.1436
3
+ Version: 3.0.1439
4
4
  Summary: Tencent Cloud Ssl SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1439
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1436