tencentcloud-sdk-python-ssl 3.0.1435__tar.gz → 3.0.1436__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.
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/setup.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/tencentcloud/ssl/v20191205/models.py +6 -6
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ssl-3.0.1436/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ssl-3.0.1435/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/README.rst +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/tencentcloud/ssl/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/tencentcloud/ssl/v20191205/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/tencentcloud/ssl/v20191205/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/tencentcloud/ssl/v20191205/ssl_client.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1435 → tencentcloud-sdk-python-ssl-3.0.1436}/tencentcloud_sdk_python_ssl.egg-info/top_level.txt +0 -0
|
@@ -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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1436,<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(),
|
|
@@ -8384,15 +8384,15 @@ null:用户上传证书(没有套餐类型),
|
|
|
8384
8384
|
:type VerifyType: str
|
|
8385
8385
|
:param _VulnerabilityStatus: 漏洞扫描状态。
|
|
8386
8386
|
:type VulnerabilityStatus: str
|
|
8387
|
-
:param _CertBeginTime:
|
|
8387
|
+
:param _CertBeginTime: 证书生效时间。时区为GMT+8:00
|
|
8388
8388
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8389
8389
|
:type CertBeginTime: str
|
|
8390
|
-
:param _CertEndTime:
|
|
8390
|
+
:param _CertEndTime: 证书失效时间。时区为GMT+8:00
|
|
8391
8391
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8392
8392
|
:type CertEndTime: str
|
|
8393
8393
|
:param _ValidityPeriod: 证书有效期:单位(月)。
|
|
8394
8394
|
:type ValidityPeriod: str
|
|
8395
|
-
:param _InsertTime:
|
|
8395
|
+
:param _InsertTime: 证书申请时间。时区为GMT+8:00
|
|
8396
8396
|
:type InsertTime: str
|
|
8397
8397
|
:param _OrderId: CA订单 ID。
|
|
8398
8398
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -8749,7 +8749,7 @@ null:用户上传证书(没有套餐类型),
|
|
|
8749
8749
|
|
|
8750
8750
|
@property
|
|
8751
8751
|
def CertBeginTime(self):
|
|
8752
|
-
"""
|
|
8752
|
+
"""证书生效时间。时区为GMT+8:00
|
|
8753
8753
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8754
8754
|
:rtype: str
|
|
8755
8755
|
"""
|
|
@@ -8761,7 +8761,7 @@ null:用户上传证书(没有套餐类型),
|
|
|
8761
8761
|
|
|
8762
8762
|
@property
|
|
8763
8763
|
def CertEndTime(self):
|
|
8764
|
-
"""
|
|
8764
|
+
"""证书失效时间。时区为GMT+8:00
|
|
8765
8765
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8766
8766
|
:rtype: str
|
|
8767
8767
|
"""
|
|
@@ -8784,7 +8784,7 @@ null:用户上传证书(没有套餐类型),
|
|
|
8784
8784
|
|
|
8785
8785
|
@property
|
|
8786
8786
|
def InsertTime(self):
|
|
8787
|
-
"""
|
|
8787
|
+
"""证书申请时间。时区为GMT+8:00
|
|
8788
8788
|
:rtype: str
|
|
8789
8789
|
"""
|
|
8790
8790
|
return self._InsertTime
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1436
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1435
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|