tencentcloud-sdk-python-ssl 3.1.23__tar.gz → 3.1.34__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 (17) hide show
  1. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/tencentcloud/ssl/v20191205/models.py +227 -328
  5. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ssl-3.1.34/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ssl-3.1.23/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/tencentcloud/ssl/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/tencentcloud/ssl/v20191205/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/tencentcloud/ssl/v20191205/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/tencentcloud/ssl/v20191205/ssl_client.py +0 -0
  14. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/tencentcloud/ssl/v20191205/ssl_client_async.py +0 -0
  15. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ssl-3.1.23 → tencentcloud_sdk_python_ssl-3.1.34}/tencentcloud_sdk_python_ssl.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ssl
3
- Version: 3.1.23
3
+ Version: 3.1.34
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
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.23
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.34
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -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.1.23,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.34,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ssl SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.23'
17
+ __version__ = '3.1.34'
@@ -2307,209 +2307,129 @@ class Certificates(AbstractModel):
2307
2307
 
2308
2308
  def __init__(self):
2309
2309
  r"""
2310
- :param _OwnerUin: 用户 UIN
2310
+ :param _OwnerUin: <p>用户 UIN。</p>
2311
2311
  :type OwnerUin: str
2312
- :param _ProjectId: 项目 ID
2312
+ :param _ProjectId: <p>项目 ID。</p>
2313
2313
  :type ProjectId: str
2314
- :param _From: 证书来源:
2315
- trustasia:亚洲诚信,
2316
- upload:用户上传。
2317
- wosign:沃通
2318
- sheca:上海CA
2314
+ :param _From: <p>证书来源:trustasia:亚洲诚信,upload:用户上传。wosign:沃通sheca:上海CA</p>
2319
2315
  :type From: str
2320
- :param _PackageType: 证书套餐类型:
2321
- null:用户上传证书(没有套餐类型),
2322
- 2:TrustAsia TLS RSA CA,
2323
- 3:SecureSite 增强型企业版(EV Pro),
2324
- 4:SecureSite 增强型(EV),
2325
- 5:SecureSite 企业型专业版(OV Pro),
2326
- 6:SecureSite 企业型(OV),
2327
- 7:SecureSite 企业型(OV)通配符,
2328
- 8:Geotrust 增强型(EV),
2329
- 9:Geotrust 企业型(OV),
2330
- 10:Geotrust 企业型(OV)通配符,
2331
- 11:TrustAsia 域名型多域名 SSL 证书,
2332
- 12:TrustAsia 域名型(DV)通配符,
2333
- 13:TrustAsia 企业型通配符(OV)SSL 证书(D3),
2334
- 14:TrustAsia 企业型(OV)SSL 证书(D3),
2335
- 15:TrustAsia 企业型多域名 (OV)SSL 证书(D3),
2336
- 16:TrustAsia 增强型 (EV)SSL 证书(D3),
2337
- 17:TrustAsia 增强型多域名(EV)SSL 证书(D3),
2338
- 18:GlobalSign 企业型(OV)SSL 证书,
2339
- 19:GlobalSign 企业型通配符 (OV)SSL 证书,
2340
- 20:GlobalSign 增强型 (EV)SSL 证书,
2341
- 21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3),
2342
- 22:GlobalSign 企业型多域名(OV)SSL 证书,
2343
- 23:GlobalSign 企业型通配符多域名(OV)SSL 证书,
2344
- 24:GlobalSign 增强型多域名(EV)SSL 证书,
2345
- 25:Wotrus 域名型证书,
2346
- 26:Wotrus 域名型多域名证书,
2347
- 27:Wotrus 域名型通配符证书,
2348
- 28:Wotrus 企业型证书,
2349
- 29:Wotrus 企业型多域名证书,
2350
- 30:Wotrus 企业型通配符证书,
2351
- 31:Wotrus 增强型证书,
2352
- 32:Wotrus 增强型多域名证书,
2353
- 33:WoTrus-国密域名型证书,
2354
- 34:WoTrus-国密域名型证书(多域名),
2355
- 35:WoTrus-国密域名型证书(通配符),
2356
- 37:WoTrus-国密企业型证书,
2357
- 38:WoTrus-国密企业型证书(多域名),
2358
- 39:WoTrus-国密企业型证书(通配符),
2359
- 40:WoTrus-国密增强型证书,
2360
- 41:WoTrus-国密增强型证书(多域名),
2361
- 42:TrustAsia-域名型证书(通配符多域名),
2362
- 43:DNSPod-企业型(OV)SSL证书
2363
- 44:DNSPod-企业型(OV)通配符SSL证书
2364
- 45:DNSPod-企业型(OV)多域名SSL证书
2365
- 46:DNSPod-增强型(EV)SSL证书
2366
- 47:DNSPod-增强型(EV)多域名SSL证书
2367
- 48:DNSPod-域名型(DV)SSL证书
2368
- 49:DNSPod-域名型(DV)通配符SSL证书
2369
- 50:DNSPod-域名型(DV)多域名SSL证书
2370
- 51:DNSPod(国密)-企业型(OV)SSL证书
2371
- 52:DNSPod(国密)-企业型(OV)通配符SSL证书
2372
- 53:DNSPod(国密)-企业型(OV)多域名SSL证书
2373
- 54:DNSPod(国密)-域名型(DV)SSL证书
2374
- 55:DNSPod(国密)-域名型(DV)通配符SSL证书
2375
- 56:DNSPod(国密)-域名型(DV)多域名SSL证书
2376
- 57:SecureSite 企业型专业版多域名(OV Pro)
2377
- 58:SecureSite 企业型多域名(OV)
2378
- 59:SecureSite 增强型专业版多域名(EV Pro)
2379
- 60:SecureSite 增强型多域名(EV)
2380
- 61:Geotrust 增强型多域名(EV)
2381
- 75:SecureSite 企业型(OV)
2382
- 76:SecureSite 企业型(OV)通配符
2383
- 77:SecureSite 增强型(EV)
2384
- 78:Geotrust 企业型(OV)
2385
- 79:Geotrust 企业型(OV)通配符
2386
- 80:Geotrust 增强型(EV)
2387
- 81:GlobalSign 企业型(OV)SSL证书
2388
- 82:GlobalSign 企业型通配符 (OV)SSL证书
2389
- 83:TrustAsia C1 DV Free
2390
- 85:GlobalSign 增强型 (EV)SSL证书
2391
- 88:GlobalSign 企业型通配符多域名 (OV)SSL证书
2392
- 89:GlobalSign 企业型多域名 (OV)SSL证书
2393
- 90:GlobalSign 增强型多域名(EV) SSL证书
2394
- 91:Geotrust 增强型多域名(EV)
2395
- 92:SecureSite 企业型专业版多域名(OV Pro)
2396
- 93:SecureSite 企业型多域名(OV)
2397
- 94:SecureSite 增强型专业版多域名(EV Pro)
2398
- 95:SecureSite 增强型多域名(EV)
2399
- 96:SecureSite 增强型专业版(EV Pro)
2400
- 97:SecureSite 企业型专业版(OV Pro)
2401
- 98:CFCA 企业型(OV)SSL证书
2402
- 99:CFCA 企业型多域名(OV)SSL证书
2403
- 100:CFCA 企业型通配符(OV)SSL证书
2404
- 101:CFCA 增强型(EV)SSL证书
2316
+ :param _PackageType: <p>证书套餐类型:null:用户上传证书(没有套餐类型),2:TrustAsia TLS RSA CA, 3:SecureSite 增强型企业版(EV Pro), 4:SecureSite 增强型(EV), 5:SecureSite 企业型专业版(OV Pro),6:SecureSite 企业型(OV), 7:SecureSite 企业型(OV)通配符, 8:Geotrust 增强型(EV), 9:Geotrust 企业型(OV), 10:Geotrust 企业型(OV)通配符, 11:TrustAsia 域名型多域名 SSL 证书, 12:TrustAsia 域名型(DV)通配符, 13:TrustAsia 企业型通配符(OV)SSL 证书(D3), 14:TrustAsia 企业型(OV)SSL 证书(D3), 15:TrustAsia 企业型多域名 (OV)SSL 证书(D3), 16:TrustAsia 增强型 (EV)SSL 证书(D3), 17:TrustAsia 增强型多域名(EV)SSL 证书(D3), 18:GlobalSign 企业型(OV)SSL 证书, 19:GlobalSign 企业型通配符 (OV)SSL 证书, 20:GlobalSign 增强型 (EV)SSL 证书, 21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3), 22:GlobalSign 企业型多域名(OV)SSL 证书, 23:GlobalSign 企业型通配符多域名(OV)SSL 证书,24:GlobalSign 增强型多域名(EV)SSL 证书,25:Wotrus 域名型证书,26:Wotrus 域名型多域名证书,27:Wotrus 域名型通配符证书,28:Wotrus 企业型证书,29:Wotrus 企业型多域名证书,30:Wotrus 企业型通配符证书,31:Wotrus 增强型证书,32:Wotrus 增强型多域名证书,33:WoTrus-国密域名型证书,34:WoTrus-国密域名型证书(多域名),35:WoTrus-国密域名型证书(通配符),37:WoTrus-国密企业型证书,38:WoTrus-国密企业型证书(多域名),39:WoTrus-国密企业型证书(通配符),40:WoTrus-国密增强型证书,41:WoTrus-国密增强型证书(多域名),42:TrustAsia-域名型证书(通配符多域名),43:DNSPod-企业型(OV)SSL证书44:DNSPod-企业型(OV)通配符SSL证书45:DNSPod-企业型(OV)多域名SSL证书46:DNSPod-增强型(EV)SSL证书47:DNSPod-增强型(EV)多域名SSL证书48:DNSPod-域名型(DV)SSL证书49:DNSPod-域名型(DV)通配符SSL证书50:DNSPod-域名型(DV)多域名SSL证书51:DNSPod(国密)-企业型(OV)SSL证书52:DNSPod(国密)-企业型(OV)通配符SSL证书53:DNSPod(国密)-企业型(OV)多域名SSL证书54:DNSPod(国密)-域名型(DV)SSL证书55:DNSPod(国密)-域名型(DV)通配符SSL证书56:DNSPod(国密)-域名型(DV)多域名SSL证书57:SecureSite 企业型专业版多域名(OV Pro)58:SecureSite 企业型多域名(OV)59:SecureSite 增强型专业版多域名(EV Pro)60:SecureSite 增强型多域名(EV)61:Geotrust 增强型多域名(EV)75:SecureSite 企业型(OV)76:SecureSite 企业型(OV)通配符77:SecureSite 增强型(EV)78:Geotrust 企业型(OV)79:Geotrust 企业型(OV)通配符80:Geotrust 增强型(EV)81:GlobalSign 企业型(OV)SSL证书82:GlobalSign 企业型通配符 (OV)SSL证书83:TrustAsia C1 DV Free85:GlobalSign 增强型 (EV)SSL证书88:GlobalSign 企业型通配符多域名 (OV)SSL证书89:GlobalSign 企业型多域名 (OV)SSL证书90:GlobalSign 增强型多域名(EV) SSL证书91:Geotrust 增强型多域名(EV)92:SecureSite 企业型专业版多域名(OV Pro)93:SecureSite 企业型多域名(OV)94:SecureSite 增强型专业版多域名(EV Pro)95:SecureSite 增强型多域名(EV)96:SecureSite 增强型专业版(EV Pro)97:SecureSite 企业型专业版(OV Pro)98:CFCA 企业型(OV)SSL证书99:CFCA 企业型多域名(OV)SSL证书100:CFCA 企业型通配符(OV)SSL证书101:CFCA 增强型(EV)SSL证书</p>
2405
2317
  :type PackageType: str
2406
- :param _CertificateType: 证书类型:CA = 客户端证书,SVR = 服务器证书。
2318
+ :param _CertificateType: <p>证书类型:CA = 客户端证书,SVR = 服务器证书。</p>
2407
2319
  :type CertificateType: str
2408
- :param _ProductZhName: 证书产品名称
2320
+ :param _ProductZhName: <p>证书产品名称</p>
2409
2321
  :type ProductZhName: str
2410
- :param _Domain: 主域名。
2322
+ :param _Domain: <p>主域名。</p>
2411
2323
  :type Domain: str
2412
- :param _Alias: 备注名称。
2324
+ :param _Alias: <p>备注名称。</p>
2413
2325
  :type Alias: str
2414
- :param _Status: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中
2326
+ :param _Status: <p>证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中</p>
2415
2327
  :type Status: int
2416
- :param _CertificateExtra: 证书扩展信息。
2328
+ :param _CertificateExtra: <p>证书扩展信息。</p>
2417
2329
  :type CertificateExtra: :class:`tencentcloud.ssl.v20191205.models.CertificateExtra`
2418
- :param _VulnerabilityStatus: 漏洞扫描状态:INACTIVE = 未开启,ACTIVE = 已开启
2330
+ :param _VulnerabilityStatus: <p>漏洞扫描状态:INACTIVE = 未开启,ACTIVE = 已开启</p>
2419
2331
  :type VulnerabilityStatus: str
2420
- :param _StatusMsg: 状态信息。
2332
+ :param _StatusMsg: <p>状态信息。</p>
2421
2333
  :type StatusMsg: str
2422
- :param _VerifyType: 验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,DNS_PROXY = DNS代理验证。FILE_PROXY = 文件代理验证
2334
+ :param _VerifyType: <p>验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,DNS_PROXY = DNS代理验证。FILE_PROXY = 文件代理验证</p>
2423
2335
  :type VerifyType: str
2424
- :param _CertBeginTime: 证书生效时间。时区为GMT+8:00
2336
+ :param _CertBeginTime: <p>证书生效时间。时区为GMT+8:00</p>
2425
2337
  :type CertBeginTime: str
2426
- :param _CertEndTime: 证书过期时间。时区为GMT+8:00
2338
+ :param _CertEndTime: <p>证书过期时间。时区为GMT+8:00</p>
2427
2339
  :type CertEndTime: str
2428
- :param _ValidityPeriod: 证书有效期,单位(月)。
2340
+ :param _ValidityPeriod: <p>证书有效期,单位(月)。</p>
2429
2341
  :type ValidityPeriod: str
2430
- :param _InsertTime: 创建时间。时区为GMT+8:00
2342
+ :param _InsertTime: <p>创建时间。时区为GMT+8:00</p>
2431
2343
  :type InsertTime: str
2432
- :param _CertificateId: 证书 ID
2344
+ :param _CertificateId: <p>证书 ID。</p>
2433
2345
  :type CertificateId: str
2434
- :param _SubjectAltName: 证书包含的多个域名(包含主域名)。
2346
+ :param _SubjectAltName: <p>证书包含的多个域名(包含主域名)。</p>
2435
2347
  :type SubjectAltName: list of str
2436
- :param _PackageTypeName: 证书类型名称。
2348
+ :param _PackageTypeName: <p>证书类型名称。</p>
2437
2349
  :type PackageTypeName: str
2438
- :param _StatusName: 状态名称。
2350
+ :param _StatusName: <p>状态名称。</p>
2439
2351
  :type StatusName: str
2440
- :param _IsVip: 是否为 VIP 客户。
2352
+ :param _IsVip: <p>是否为 VIP 客户。</p>
2441
2353
  :type IsVip: bool
2442
- :param _IsDv: 是否为 DV 版证书。
2354
+ :param _IsDv: <p>是否为 DV 版证书。</p>
2443
2355
  :type IsDv: bool
2444
- :param _IsWildcard: 是否为泛域名证书。
2356
+ :param _IsWildcard: <p>是否为泛域名证书。</p>
2445
2357
  :type IsWildcard: bool
2446
- :param _IsVulnerability: 是否启用了漏洞扫描功能。
2358
+ :param _IsVulnerability: <p>是否启用了漏洞扫描功能。</p>
2447
2359
  :type IsVulnerability: bool
2448
- :param _RenewAble: 是否可续费。
2360
+ :param _RenewAble: <p>是否可续费。</p>
2449
2361
  :type RenewAble: bool
2450
- :param _ProjectInfo: 项目信息。
2362
+ :param _ProjectInfo: <p>项目信息。</p>
2451
2363
  :type ProjectInfo: :class:`tencentcloud.ssl.v20191205.models.ProjectInfo`
2452
- :param _BoundResource: 关联的云资源,暂不可用
2364
+ :param _BoundResource: <p>关联的云资源,暂不可用</p>
2453
2365
  :type BoundResource: list of str
2454
- :param _Deployable: 是否可部署。
2366
+ :param _Deployable: <p>是否可部署。</p>
2455
2367
  :type Deployable: bool
2456
- :param _Tags: 标签列表
2368
+ :param _Tags: <p>标签列表</p>
2457
2369
  :type Tags: list of Tags
2458
- :param _IsIgnore: 是否已忽略到期通知
2370
+ :param _IsIgnore: <p>是否已忽略到期通知</p>
2459
2371
  :type IsIgnore: bool
2460
- :param _IsSM: 是否国密证书
2372
+ :param _IsSM: <p>是否国密证书</p>
2461
2373
  :type IsSM: bool
2462
- :param _EncryptAlgorithm: 证书算法
2374
+ :param _EncryptAlgorithm: <p>证书算法</p>
2463
2375
  :type EncryptAlgorithm: str
2464
- :param _CAEncryptAlgorithms: 上传CA证书的加密算法
2376
+ :param _CAEncryptAlgorithms: <p>上传CA证书的加密算法</p>
2465
2377
  :type CAEncryptAlgorithms: list of str
2466
- :param _CAEndTimes: 上传CA证书的过期时间
2378
+ :param _CAEndTimes: <p>上传CA证书的过期时间</p>
2467
2379
  :type CAEndTimes: list of str
2468
- :param _CACommonNames: 上传CA证书的通用名称
2380
+ :param _CACommonNames: <p>上传CA证书的通用名称</p>
2469
2381
  :type CACommonNames: list of str
2470
- :param _PreAuditInfo: 证书预审核信息
2382
+ :param _PreAuditInfo: <p>证书预审核信息</p>
2471
2383
  :type PreAuditInfo: :class:`tencentcloud.ssl.v20191205.models.PreAuditInfo`
2472
- :param _AutoRenewFlag: 是否自动续费
2384
+ :param _AutoRenewFlag: <p>是否自动续费</p>
2473
2385
  :type AutoRenewFlag: int
2474
- :param _HostingStatus: 托管状态,0,托管中,5,资源替换中, 10, 托管完成, -1未托管
2386
+ :param _HostingStatus: <p>托管状态,0,托管中,5,资源替换中, 10, 托管完成, -1未托管 </p>
2475
2387
  :type HostingStatus: int
2476
- :param _HostingCompleteTime: 托管完成时间
2388
+ :param _HostingCompleteTime: <p>托管完成时间</p>
2477
2389
  :type HostingCompleteTime: str
2478
- :param _HostingRenewCertId: 托管新证书ID
2390
+ :param _HostingRenewCertId: <p>托管新证书ID</p>
2479
2391
  :type HostingRenewCertId: str
2480
- :param _HasRenewOrder: 存在的续费证书ID
2392
+ :param _HasRenewOrder: <p>存在的续费证书ID</p>
2481
2393
  :type HasRenewOrder: str
2482
- :param _ReplaceOriCertIsDelete: 重颁发证书原证书是否删除
2394
+ :param _ReplaceOriCertIsDelete: <p>重颁发证书原证书是否删除</p>
2483
2395
  :type ReplaceOriCertIsDelete: bool
2484
- :param _IsExpiring: 是否即将过期, 证书即将到期的30天内为即将过期
2396
+ :param _IsExpiring: <p>是否即将过期, 证书即将到期的30天内为即将过期</p>
2485
2397
  :type IsExpiring: bool
2486
- :param _DVAuthDeadline: DV证书添加验证截止时间,时区为GMT+8:00
2398
+ :param _DVAuthDeadline: <p>DV证书添加验证截止时间,时区为GMT+8:00</p>
2487
2399
  :type DVAuthDeadline: str
2488
- :param _ValidationPassedTime: 域名验证通过时间,时区为GMT+8:00
2400
+ :param _ValidationPassedTime: <p>域名验证通过时间,时区为GMT+8:00</p>
2489
2401
  :type ValidationPassedTime: str
2490
- :param _CertSANs: 证书关联的多域名
2402
+ :param _CertSANs: <p>证书关联的多域名</p>
2491
2403
  :type CertSANs: list of str
2492
- :param _AwaitingValidationMsg: 域名验证驳回信息
2404
+ :param _AwaitingValidationMsg: <p>域名验证驳回信息</p>
2493
2405
  :type AwaitingValidationMsg: str
2494
- :param _AllowDownload: 是否允许下载
2406
+ :param _AllowDownload: <p>是否允许下载</p>
2495
2407
  :type AllowDownload: bool
2496
- :param _IsDNSPODResolve: 证书域名是否全部在DNSPOD托管解析
2408
+ :param _IsDNSPODResolve: <p>证书域名是否全部在DNSPOD托管解析</p>
2497
2409
  :type IsDNSPODResolve: bool
2498
- :param _IsPackage: 是否是权益点购买的证书
2410
+ :param _IsPackage: <p>是否是权益点购买的证书</p>
2499
2411
  :type IsPackage: bool
2500
- :param _KeyPasswordCustomFlag: 是否存在私钥密码
2412
+ :param _KeyPasswordCustomFlag: <p>是否存在私钥密码</p>
2501
2413
  :type KeyPasswordCustomFlag: bool
2502
- :param _SupportDownloadType: 支持下载的WEB服务器类型: nginx、apache、iis、tomcat、jks、root、other
2414
+ :param _SupportDownloadType: <p>支持下载的WEB服务器类型: nginx、apache、iis、tomcat、jks、root、other</p>
2503
2415
  :type SupportDownloadType: :class:`tencentcloud.ssl.v20191205.models.SupportDownloadType`
2504
- :param _CertRevokedTime: 证书吊销完成时间,时区为GMT+8:00
2416
+ :param _CertRevokedTime: <p>证书吊销完成时间,时区为GMT+8:00</p>
2505
2417
  :type CertRevokedTime: str
2506
- :param _HostingResourceTypes: 托管资源类型列表
2418
+ :param _HostingResourceTypes: <p>托管资源类型列表</p>
2507
2419
  :type HostingResourceTypes: list of str
2508
- :param _HostingConfig: 托管配置信息
2420
+ :param _HostingConfig: <p>托管配置信息</p>
2509
2421
  注意:此字段可能返回 null,表示取不到有效值。
2510
2422
  :type HostingConfig: :class:`tencentcloud.ssl.v20191205.models.HostingConfig`
2511
- :param _IsHostingUploadRenewCert: 是否是上传托管续费证书
2423
+ :param _IsHostingUploadRenewCert: <p>是否是上传托管续费证书</p>
2512
2424
  :type IsHostingUploadRenewCert: bool
2425
+ :param _ServiceId: <p>订阅服务ID</p>
2426
+ :type ServiceId: str
2427
+ :param _ServiceStatus: <p>订阅服务状态</p>枚举值:<ul><li> initing: 未激活</li><li> running: 生效中</li><li> expired: 已过期</li><li> refunded: 已退款</li><li> nearExpire: 即将到期</li></ul>
2428
+ :type ServiceStatus: str
2429
+ :param _CertServiceBeginTime: <p>订阅服务开始时间</p>
2430
+ :type CertServiceBeginTime: str
2431
+ :param _CertServiceEndTime: <p>订阅服务结束时间</p>
2432
+ :type CertServiceEndTime: str
2513
2433
  """
2514
2434
  self._OwnerUin = None
2515
2435
  self._ProjectId = None
@@ -2568,10 +2488,14 @@ null:用户上传证书(没有套餐类型),
2568
2488
  self._HostingResourceTypes = None
2569
2489
  self._HostingConfig = None
2570
2490
  self._IsHostingUploadRenewCert = None
2491
+ self._ServiceId = None
2492
+ self._ServiceStatus = None
2493
+ self._CertServiceBeginTime = None
2494
+ self._CertServiceEndTime = None
2571
2495
 
2572
2496
  @property
2573
2497
  def OwnerUin(self):
2574
- r"""用户 UIN
2498
+ r"""<p>用户 UIN。</p>
2575
2499
  :rtype: str
2576
2500
  """
2577
2501
  return self._OwnerUin
@@ -2582,7 +2506,7 @@ null:用户上传证书(没有套餐类型),
2582
2506
 
2583
2507
  @property
2584
2508
  def ProjectId(self):
2585
- r"""项目 ID
2509
+ r"""<p>项目 ID。</p>
2586
2510
  :rtype: str
2587
2511
  """
2588
2512
  return self._ProjectId
@@ -2593,11 +2517,7 @@ null:用户上传证书(没有套餐类型),
2593
2517
 
2594
2518
  @property
2595
2519
  def From(self):
2596
- r"""证书来源:
2597
- trustasia:亚洲诚信,
2598
- upload:用户上传。
2599
- wosign:沃通
2600
- sheca:上海CA
2520
+ r"""<p>证书来源:trustasia:亚洲诚信,upload:用户上传。wosign:沃通sheca:上海CA</p>
2601
2521
  :rtype: str
2602
2522
  """
2603
2523
  return self._From
@@ -2608,91 +2528,7 @@ sheca:上海CA
2608
2528
 
2609
2529
  @property
2610
2530
  def PackageType(self):
2611
- r"""证书套餐类型:
2612
- null:用户上传证书(没有套餐类型),
2613
- 2:TrustAsia TLS RSA CA,
2614
- 3:SecureSite 增强型企业版(EV Pro),
2615
- 4:SecureSite 增强型(EV),
2616
- 5:SecureSite 企业型专业版(OV Pro),
2617
- 6:SecureSite 企业型(OV),
2618
- 7:SecureSite 企业型(OV)通配符,
2619
- 8:Geotrust 增强型(EV),
2620
- 9:Geotrust 企业型(OV),
2621
- 10:Geotrust 企业型(OV)通配符,
2622
- 11:TrustAsia 域名型多域名 SSL 证书,
2623
- 12:TrustAsia 域名型(DV)通配符,
2624
- 13:TrustAsia 企业型通配符(OV)SSL 证书(D3),
2625
- 14:TrustAsia 企业型(OV)SSL 证书(D3),
2626
- 15:TrustAsia 企业型多域名 (OV)SSL 证书(D3),
2627
- 16:TrustAsia 增强型 (EV)SSL 证书(D3),
2628
- 17:TrustAsia 增强型多域名(EV)SSL 证书(D3),
2629
- 18:GlobalSign 企业型(OV)SSL 证书,
2630
- 19:GlobalSign 企业型通配符 (OV)SSL 证书,
2631
- 20:GlobalSign 增强型 (EV)SSL 证书,
2632
- 21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3),
2633
- 22:GlobalSign 企业型多域名(OV)SSL 证书,
2634
- 23:GlobalSign 企业型通配符多域名(OV)SSL 证书,
2635
- 24:GlobalSign 增强型多域名(EV)SSL 证书,
2636
- 25:Wotrus 域名型证书,
2637
- 26:Wotrus 域名型多域名证书,
2638
- 27:Wotrus 域名型通配符证书,
2639
- 28:Wotrus 企业型证书,
2640
- 29:Wotrus 企业型多域名证书,
2641
- 30:Wotrus 企业型通配符证书,
2642
- 31:Wotrus 增强型证书,
2643
- 32:Wotrus 增强型多域名证书,
2644
- 33:WoTrus-国密域名型证书,
2645
- 34:WoTrus-国密域名型证书(多域名),
2646
- 35:WoTrus-国密域名型证书(通配符),
2647
- 37:WoTrus-国密企业型证书,
2648
- 38:WoTrus-国密企业型证书(多域名),
2649
- 39:WoTrus-国密企业型证书(通配符),
2650
- 40:WoTrus-国密增强型证书,
2651
- 41:WoTrus-国密增强型证书(多域名),
2652
- 42:TrustAsia-域名型证书(通配符多域名),
2653
- 43:DNSPod-企业型(OV)SSL证书
2654
- 44:DNSPod-企业型(OV)通配符SSL证书
2655
- 45:DNSPod-企业型(OV)多域名SSL证书
2656
- 46:DNSPod-增强型(EV)SSL证书
2657
- 47:DNSPod-增强型(EV)多域名SSL证书
2658
- 48:DNSPod-域名型(DV)SSL证书
2659
- 49:DNSPod-域名型(DV)通配符SSL证书
2660
- 50:DNSPod-域名型(DV)多域名SSL证书
2661
- 51:DNSPod(国密)-企业型(OV)SSL证书
2662
- 52:DNSPod(国密)-企业型(OV)通配符SSL证书
2663
- 53:DNSPod(国密)-企业型(OV)多域名SSL证书
2664
- 54:DNSPod(国密)-域名型(DV)SSL证书
2665
- 55:DNSPod(国密)-域名型(DV)通配符SSL证书
2666
- 56:DNSPod(国密)-域名型(DV)多域名SSL证书
2667
- 57:SecureSite 企业型专业版多域名(OV Pro)
2668
- 58:SecureSite 企业型多域名(OV)
2669
- 59:SecureSite 增强型专业版多域名(EV Pro)
2670
- 60:SecureSite 增强型多域名(EV)
2671
- 61:Geotrust 增强型多域名(EV)
2672
- 75:SecureSite 企业型(OV)
2673
- 76:SecureSite 企业型(OV)通配符
2674
- 77:SecureSite 增强型(EV)
2675
- 78:Geotrust 企业型(OV)
2676
- 79:Geotrust 企业型(OV)通配符
2677
- 80:Geotrust 增强型(EV)
2678
- 81:GlobalSign 企业型(OV)SSL证书
2679
- 82:GlobalSign 企业型通配符 (OV)SSL证书
2680
- 83:TrustAsia C1 DV Free
2681
- 85:GlobalSign 增强型 (EV)SSL证书
2682
- 88:GlobalSign 企业型通配符多域名 (OV)SSL证书
2683
- 89:GlobalSign 企业型多域名 (OV)SSL证书
2684
- 90:GlobalSign 增强型多域名(EV) SSL证书
2685
- 91:Geotrust 增强型多域名(EV)
2686
- 92:SecureSite 企业型专业版多域名(OV Pro)
2687
- 93:SecureSite 企业型多域名(OV)
2688
- 94:SecureSite 增强型专业版多域名(EV Pro)
2689
- 95:SecureSite 增强型多域名(EV)
2690
- 96:SecureSite 增强型专业版(EV Pro)
2691
- 97:SecureSite 企业型专业版(OV Pro)
2692
- 98:CFCA 企业型(OV)SSL证书
2693
- 99:CFCA 企业型多域名(OV)SSL证书
2694
- 100:CFCA 企业型通配符(OV)SSL证书
2695
- 101:CFCA 增强型(EV)SSL证书
2531
+ r"""<p>证书套餐类型:null:用户上传证书(没有套餐类型),2:TrustAsia TLS RSA CA, 3:SecureSite 增强型企业版(EV Pro), 4:SecureSite 增强型(EV), 5:SecureSite 企业型专业版(OV Pro),6:SecureSite 企业型(OV), 7:SecureSite 企业型(OV)通配符, 8:Geotrust 增强型(EV), 9:Geotrust 企业型(OV), 10:Geotrust 企业型(OV)通配符, 11:TrustAsia 域名型多域名 SSL 证书, 12:TrustAsia 域名型(DV)通配符, 13:TrustAsia 企业型通配符(OV)SSL 证书(D3), 14:TrustAsia 企业型(OV)SSL 证书(D3), 15:TrustAsia 企业型多域名 (OV)SSL 证书(D3), 16:TrustAsia 增强型 (EV)SSL 证书(D3), 17:TrustAsia 增强型多域名(EV)SSL 证书(D3), 18:GlobalSign 企业型(OV)SSL 证书, 19:GlobalSign 企业型通配符 (OV)SSL 证书, 20:GlobalSign 增强型 (EV)SSL 证书, 21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3), 22:GlobalSign 企业型多域名(OV)SSL 证书, 23:GlobalSign 企业型通配符多域名(OV)SSL 证书,24:GlobalSign 增强型多域名(EV)SSL 证书,25:Wotrus 域名型证书,26:Wotrus 域名型多域名证书,27:Wotrus 域名型通配符证书,28:Wotrus 企业型证书,29:Wotrus 企业型多域名证书,30:Wotrus 企业型通配符证书,31:Wotrus 增强型证书,32:Wotrus 增强型多域名证书,33:WoTrus-国密域名型证书,34:WoTrus-国密域名型证书(多域名),35:WoTrus-国密域名型证书(通配符),37:WoTrus-国密企业型证书,38:WoTrus-国密企业型证书(多域名),39:WoTrus-国密企业型证书(通配符),40:WoTrus-国密增强型证书,41:WoTrus-国密增强型证书(多域名),42:TrustAsia-域名型证书(通配符多域名),43:DNSPod-企业型(OV)SSL证书44:DNSPod-企业型(OV)通配符SSL证书45:DNSPod-企业型(OV)多域名SSL证书46:DNSPod-增强型(EV)SSL证书47:DNSPod-增强型(EV)多域名SSL证书48:DNSPod-域名型(DV)SSL证书49:DNSPod-域名型(DV)通配符SSL证书50:DNSPod-域名型(DV)多域名SSL证书51:DNSPod(国密)-企业型(OV)SSL证书52:DNSPod(国密)-企业型(OV)通配符SSL证书53:DNSPod(国密)-企业型(OV)多域名SSL证书54:DNSPod(国密)-域名型(DV)SSL证书55:DNSPod(国密)-域名型(DV)通配符SSL证书56:DNSPod(国密)-域名型(DV)多域名SSL证书57:SecureSite 企业型专业版多域名(OV Pro)58:SecureSite 企业型多域名(OV)59:SecureSite 增强型专业版多域名(EV Pro)60:SecureSite 增强型多域名(EV)61:Geotrust 增强型多域名(EV)75:SecureSite 企业型(OV)76:SecureSite 企业型(OV)通配符77:SecureSite 增强型(EV)78:Geotrust 企业型(OV)79:Geotrust 企业型(OV)通配符80:Geotrust 增强型(EV)81:GlobalSign 企业型(OV)SSL证书82:GlobalSign 企业型通配符 (OV)SSL证书83:TrustAsia C1 DV Free85:GlobalSign 增强型 (EV)SSL证书88:GlobalSign 企业型通配符多域名 (OV)SSL证书89:GlobalSign 企业型多域名 (OV)SSL证书90:GlobalSign 增强型多域名(EV) SSL证书91:Geotrust 增强型多域名(EV)92:SecureSite 企业型专业版多域名(OV Pro)93:SecureSite 企业型多域名(OV)94:SecureSite 增强型专业版多域名(EV Pro)95:SecureSite 增强型多域名(EV)96:SecureSite 增强型专业版(EV Pro)97:SecureSite 企业型专业版(OV Pro)98:CFCA 企业型(OV)SSL证书99:CFCA 企业型多域名(OV)SSL证书100:CFCA 企业型通配符(OV)SSL证书101:CFCA 增强型(EV)SSL证书</p>
2696
2532
  :rtype: str
2697
2533
  """
2698
2534
  return self._PackageType
@@ -2703,7 +2539,7 @@ null:用户上传证书(没有套餐类型),
2703
2539
 
2704
2540
  @property
2705
2541
  def CertificateType(self):
2706
- r"""证书类型:CA = 客户端证书,SVR = 服务器证书。
2542
+ r"""<p>证书类型:CA = 客户端证书,SVR = 服务器证书。</p>
2707
2543
  :rtype: str
2708
2544
  """
2709
2545
  return self._CertificateType
@@ -2714,7 +2550,7 @@ null:用户上传证书(没有套餐类型),
2714
2550
 
2715
2551
  @property
2716
2552
  def ProductZhName(self):
2717
- r"""证书产品名称
2553
+ r"""<p>证书产品名称</p>
2718
2554
  :rtype: str
2719
2555
  """
2720
2556
  return self._ProductZhName
@@ -2725,7 +2561,7 @@ null:用户上传证书(没有套餐类型),
2725
2561
 
2726
2562
  @property
2727
2563
  def Domain(self):
2728
- r"""主域名。
2564
+ r"""<p>主域名。</p>
2729
2565
  :rtype: str
2730
2566
  """
2731
2567
  return self._Domain
@@ -2736,7 +2572,7 @@ null:用户上传证书(没有套餐类型),
2736
2572
 
2737
2573
  @property
2738
2574
  def Alias(self):
2739
- r"""备注名称。
2575
+ r"""<p>备注名称。</p>
2740
2576
  :rtype: str
2741
2577
  """
2742
2578
  return self._Alias
@@ -2747,7 +2583,7 @@ null:用户上传证书(没有套餐类型),
2747
2583
 
2748
2584
  @property
2749
2585
  def Status(self):
2750
- r"""证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中
2586
+ r"""<p>证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中</p>
2751
2587
  :rtype: int
2752
2588
  """
2753
2589
  return self._Status
@@ -2758,7 +2594,7 @@ null:用户上传证书(没有套餐类型),
2758
2594
 
2759
2595
  @property
2760
2596
  def CertificateExtra(self):
2761
- r"""证书扩展信息。
2597
+ r"""<p>证书扩展信息。</p>
2762
2598
  :rtype: :class:`tencentcloud.ssl.v20191205.models.CertificateExtra`
2763
2599
  """
2764
2600
  return self._CertificateExtra
@@ -2769,7 +2605,7 @@ null:用户上传证书(没有套餐类型),
2769
2605
 
2770
2606
  @property
2771
2607
  def VulnerabilityStatus(self):
2772
- r"""漏洞扫描状态:INACTIVE = 未开启,ACTIVE = 已开启
2608
+ r"""<p>漏洞扫描状态:INACTIVE = 未开启,ACTIVE = 已开启</p>
2773
2609
  :rtype: str
2774
2610
  """
2775
2611
  return self._VulnerabilityStatus
@@ -2780,7 +2616,7 @@ null:用户上传证书(没有套餐类型),
2780
2616
 
2781
2617
  @property
2782
2618
  def StatusMsg(self):
2783
- r"""状态信息。
2619
+ r"""<p>状态信息。</p>
2784
2620
  :rtype: str
2785
2621
  """
2786
2622
  return self._StatusMsg
@@ -2791,7 +2627,7 @@ null:用户上传证书(没有套餐类型),
2791
2627
 
2792
2628
  @property
2793
2629
  def VerifyType(self):
2794
- r"""验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,DNS_PROXY = DNS代理验证。FILE_PROXY = 文件代理验证
2630
+ r"""<p>验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,DNS_PROXY = DNS代理验证。FILE_PROXY = 文件代理验证</p>
2795
2631
  :rtype: str
2796
2632
  """
2797
2633
  return self._VerifyType
@@ -2802,7 +2638,7 @@ null:用户上传证书(没有套餐类型),
2802
2638
 
2803
2639
  @property
2804
2640
  def CertBeginTime(self):
2805
- r"""证书生效时间。时区为GMT+8:00
2641
+ r"""<p>证书生效时间。时区为GMT+8:00</p>
2806
2642
  :rtype: str
2807
2643
  """
2808
2644
  return self._CertBeginTime
@@ -2813,7 +2649,7 @@ null:用户上传证书(没有套餐类型),
2813
2649
 
2814
2650
  @property
2815
2651
  def CertEndTime(self):
2816
- r"""证书过期时间。时区为GMT+8:00
2652
+ r"""<p>证书过期时间。时区为GMT+8:00</p>
2817
2653
  :rtype: str
2818
2654
  """
2819
2655
  return self._CertEndTime
@@ -2824,7 +2660,7 @@ null:用户上传证书(没有套餐类型),
2824
2660
 
2825
2661
  @property
2826
2662
  def ValidityPeriod(self):
2827
- r"""证书有效期,单位(月)。
2663
+ r"""<p>证书有效期,单位(月)。</p>
2828
2664
  :rtype: str
2829
2665
  """
2830
2666
  return self._ValidityPeriod
@@ -2835,7 +2671,7 @@ null:用户上传证书(没有套餐类型),
2835
2671
 
2836
2672
  @property
2837
2673
  def InsertTime(self):
2838
- r"""创建时间。时区为GMT+8:00
2674
+ r"""<p>创建时间。时区为GMT+8:00</p>
2839
2675
  :rtype: str
2840
2676
  """
2841
2677
  return self._InsertTime
@@ -2846,7 +2682,7 @@ null:用户上传证书(没有套餐类型),
2846
2682
 
2847
2683
  @property
2848
2684
  def CertificateId(self):
2849
- r"""证书 ID
2685
+ r"""<p>证书 ID。</p>
2850
2686
  :rtype: str
2851
2687
  """
2852
2688
  return self._CertificateId
@@ -2857,7 +2693,7 @@ null:用户上传证书(没有套餐类型),
2857
2693
 
2858
2694
  @property
2859
2695
  def SubjectAltName(self):
2860
- r"""证书包含的多个域名(包含主域名)。
2696
+ r"""<p>证书包含的多个域名(包含主域名)。</p>
2861
2697
  :rtype: list of str
2862
2698
  """
2863
2699
  return self._SubjectAltName
@@ -2868,7 +2704,7 @@ null:用户上传证书(没有套餐类型),
2868
2704
 
2869
2705
  @property
2870
2706
  def PackageTypeName(self):
2871
- r"""证书类型名称。
2707
+ r"""<p>证书类型名称。</p>
2872
2708
  :rtype: str
2873
2709
  """
2874
2710
  return self._PackageTypeName
@@ -2879,7 +2715,7 @@ null:用户上传证书(没有套餐类型),
2879
2715
 
2880
2716
  @property
2881
2717
  def StatusName(self):
2882
- r"""状态名称。
2718
+ r"""<p>状态名称。</p>
2883
2719
  :rtype: str
2884
2720
  """
2885
2721
  return self._StatusName
@@ -2890,7 +2726,7 @@ null:用户上传证书(没有套餐类型),
2890
2726
 
2891
2727
  @property
2892
2728
  def IsVip(self):
2893
- r"""是否为 VIP 客户。
2729
+ r"""<p>是否为 VIP 客户。</p>
2894
2730
  :rtype: bool
2895
2731
  """
2896
2732
  return self._IsVip
@@ -2901,7 +2737,7 @@ null:用户上传证书(没有套餐类型),
2901
2737
 
2902
2738
  @property
2903
2739
  def IsDv(self):
2904
- r"""是否为 DV 版证书。
2740
+ r"""<p>是否为 DV 版证书。</p>
2905
2741
  :rtype: bool
2906
2742
  """
2907
2743
  return self._IsDv
@@ -2912,7 +2748,7 @@ null:用户上传证书(没有套餐类型),
2912
2748
 
2913
2749
  @property
2914
2750
  def IsWildcard(self):
2915
- r"""是否为泛域名证书。
2751
+ r"""<p>是否为泛域名证书。</p>
2916
2752
  :rtype: bool
2917
2753
  """
2918
2754
  return self._IsWildcard
@@ -2923,7 +2759,7 @@ null:用户上传证书(没有套餐类型),
2923
2759
 
2924
2760
  @property
2925
2761
  def IsVulnerability(self):
2926
- r"""是否启用了漏洞扫描功能。
2762
+ r"""<p>是否启用了漏洞扫描功能。</p>
2927
2763
  :rtype: bool
2928
2764
  """
2929
2765
  return self._IsVulnerability
@@ -2934,7 +2770,7 @@ null:用户上传证书(没有套餐类型),
2934
2770
 
2935
2771
  @property
2936
2772
  def RenewAble(self):
2937
- r"""是否可续费。
2773
+ r"""<p>是否可续费。</p>
2938
2774
  :rtype: bool
2939
2775
  """
2940
2776
  return self._RenewAble
@@ -2945,7 +2781,7 @@ null:用户上传证书(没有套餐类型),
2945
2781
 
2946
2782
  @property
2947
2783
  def ProjectInfo(self):
2948
- r"""项目信息。
2784
+ r"""<p>项目信息。</p>
2949
2785
  :rtype: :class:`tencentcloud.ssl.v20191205.models.ProjectInfo`
2950
2786
  """
2951
2787
  return self._ProjectInfo
@@ -2956,7 +2792,7 @@ null:用户上传证书(没有套餐类型),
2956
2792
 
2957
2793
  @property
2958
2794
  def BoundResource(self):
2959
- r"""关联的云资源,暂不可用
2795
+ r"""<p>关联的云资源,暂不可用</p>
2960
2796
  :rtype: list of str
2961
2797
  """
2962
2798
  return self._BoundResource
@@ -2967,7 +2803,7 @@ null:用户上传证书(没有套餐类型),
2967
2803
 
2968
2804
  @property
2969
2805
  def Deployable(self):
2970
- r"""是否可部署。
2806
+ r"""<p>是否可部署。</p>
2971
2807
  :rtype: bool
2972
2808
  """
2973
2809
  return self._Deployable
@@ -2978,7 +2814,7 @@ null:用户上传证书(没有套餐类型),
2978
2814
 
2979
2815
  @property
2980
2816
  def Tags(self):
2981
- r"""标签列表
2817
+ r"""<p>标签列表</p>
2982
2818
  :rtype: list of Tags
2983
2819
  """
2984
2820
  return self._Tags
@@ -2989,7 +2825,7 @@ null:用户上传证书(没有套餐类型),
2989
2825
 
2990
2826
  @property
2991
2827
  def IsIgnore(self):
2992
- r"""是否已忽略到期通知
2828
+ r"""<p>是否已忽略到期通知</p>
2993
2829
  :rtype: bool
2994
2830
  """
2995
2831
  return self._IsIgnore
@@ -3000,7 +2836,7 @@ null:用户上传证书(没有套餐类型),
3000
2836
 
3001
2837
  @property
3002
2838
  def IsSM(self):
3003
- r"""是否国密证书
2839
+ r"""<p>是否国密证书</p>
3004
2840
  :rtype: bool
3005
2841
  """
3006
2842
  return self._IsSM
@@ -3011,7 +2847,7 @@ null:用户上传证书(没有套餐类型),
3011
2847
 
3012
2848
  @property
3013
2849
  def EncryptAlgorithm(self):
3014
- r"""证书算法
2850
+ r"""<p>证书算法</p>
3015
2851
  :rtype: str
3016
2852
  """
3017
2853
  return self._EncryptAlgorithm
@@ -3022,7 +2858,7 @@ null:用户上传证书(没有套餐类型),
3022
2858
 
3023
2859
  @property
3024
2860
  def CAEncryptAlgorithms(self):
3025
- r"""上传CA证书的加密算法
2861
+ r"""<p>上传CA证书的加密算法</p>
3026
2862
  :rtype: list of str
3027
2863
  """
3028
2864
  return self._CAEncryptAlgorithms
@@ -3033,7 +2869,7 @@ null:用户上传证书(没有套餐类型),
3033
2869
 
3034
2870
  @property
3035
2871
  def CAEndTimes(self):
3036
- r"""上传CA证书的过期时间
2872
+ r"""<p>上传CA证书的过期时间</p>
3037
2873
  :rtype: list of str
3038
2874
  """
3039
2875
  return self._CAEndTimes
@@ -3044,7 +2880,7 @@ null:用户上传证书(没有套餐类型),
3044
2880
 
3045
2881
  @property
3046
2882
  def CACommonNames(self):
3047
- r"""上传CA证书的通用名称
2883
+ r"""<p>上传CA证书的通用名称</p>
3048
2884
  :rtype: list of str
3049
2885
  """
3050
2886
  return self._CACommonNames
@@ -3055,7 +2891,7 @@ null:用户上传证书(没有套餐类型),
3055
2891
 
3056
2892
  @property
3057
2893
  def PreAuditInfo(self):
3058
- r"""证书预审核信息
2894
+ r"""<p>证书预审核信息</p>
3059
2895
  :rtype: :class:`tencentcloud.ssl.v20191205.models.PreAuditInfo`
3060
2896
  """
3061
2897
  return self._PreAuditInfo
@@ -3066,7 +2902,7 @@ null:用户上传证书(没有套餐类型),
3066
2902
 
3067
2903
  @property
3068
2904
  def AutoRenewFlag(self):
3069
- r"""是否自动续费
2905
+ r"""<p>是否自动续费</p>
3070
2906
  :rtype: int
3071
2907
  """
3072
2908
  return self._AutoRenewFlag
@@ -3077,7 +2913,7 @@ null:用户上传证书(没有套餐类型),
3077
2913
 
3078
2914
  @property
3079
2915
  def HostingStatus(self):
3080
- r"""托管状态,0,托管中,5,资源替换中, 10, 托管完成, -1未托管
2916
+ r"""<p>托管状态,0,托管中,5,资源替换中, 10, 托管完成, -1未托管 </p>
3081
2917
  :rtype: int
3082
2918
  """
3083
2919
  return self._HostingStatus
@@ -3088,7 +2924,7 @@ null:用户上传证书(没有套餐类型),
3088
2924
 
3089
2925
  @property
3090
2926
  def HostingCompleteTime(self):
3091
- r"""托管完成时间
2927
+ r"""<p>托管完成时间</p>
3092
2928
  :rtype: str
3093
2929
  """
3094
2930
  return self._HostingCompleteTime
@@ -3099,7 +2935,7 @@ null:用户上传证书(没有套餐类型),
3099
2935
 
3100
2936
  @property
3101
2937
  def HostingRenewCertId(self):
3102
- r"""托管新证书ID
2938
+ r"""<p>托管新证书ID</p>
3103
2939
  :rtype: str
3104
2940
  """
3105
2941
  return self._HostingRenewCertId
@@ -3110,7 +2946,7 @@ null:用户上传证书(没有套餐类型),
3110
2946
 
3111
2947
  @property
3112
2948
  def HasRenewOrder(self):
3113
- r"""存在的续费证书ID
2949
+ r"""<p>存在的续费证书ID</p>
3114
2950
  :rtype: str
3115
2951
  """
3116
2952
  return self._HasRenewOrder
@@ -3121,7 +2957,7 @@ null:用户上传证书(没有套餐类型),
3121
2957
 
3122
2958
  @property
3123
2959
  def ReplaceOriCertIsDelete(self):
3124
- r"""重颁发证书原证书是否删除
2960
+ r"""<p>重颁发证书原证书是否删除</p>
3125
2961
  :rtype: bool
3126
2962
  """
3127
2963
  return self._ReplaceOriCertIsDelete
@@ -3132,7 +2968,7 @@ null:用户上传证书(没有套餐类型),
3132
2968
 
3133
2969
  @property
3134
2970
  def IsExpiring(self):
3135
- r"""是否即将过期, 证书即将到期的30天内为即将过期
2971
+ r"""<p>是否即将过期, 证书即将到期的30天内为即将过期</p>
3136
2972
  :rtype: bool
3137
2973
  """
3138
2974
  return self._IsExpiring
@@ -3143,7 +2979,7 @@ null:用户上传证书(没有套餐类型),
3143
2979
 
3144
2980
  @property
3145
2981
  def DVAuthDeadline(self):
3146
- r"""DV证书添加验证截止时间,时区为GMT+8:00
2982
+ r"""<p>DV证书添加验证截止时间,时区为GMT+8:00</p>
3147
2983
  :rtype: str
3148
2984
  """
3149
2985
  return self._DVAuthDeadline
@@ -3154,7 +2990,7 @@ null:用户上传证书(没有套餐类型),
3154
2990
 
3155
2991
  @property
3156
2992
  def ValidationPassedTime(self):
3157
- r"""域名验证通过时间,时区为GMT+8:00
2993
+ r"""<p>域名验证通过时间,时区为GMT+8:00</p>
3158
2994
  :rtype: str
3159
2995
  """
3160
2996
  return self._ValidationPassedTime
@@ -3165,7 +3001,7 @@ null:用户上传证书(没有套餐类型),
3165
3001
 
3166
3002
  @property
3167
3003
  def CertSANs(self):
3168
- r"""证书关联的多域名
3004
+ r"""<p>证书关联的多域名</p>
3169
3005
  :rtype: list of str
3170
3006
  """
3171
3007
  return self._CertSANs
@@ -3176,7 +3012,7 @@ null:用户上传证书(没有套餐类型),
3176
3012
 
3177
3013
  @property
3178
3014
  def AwaitingValidationMsg(self):
3179
- r"""域名验证驳回信息
3015
+ r"""<p>域名验证驳回信息</p>
3180
3016
  :rtype: str
3181
3017
  """
3182
3018
  return self._AwaitingValidationMsg
@@ -3187,7 +3023,7 @@ null:用户上传证书(没有套餐类型),
3187
3023
 
3188
3024
  @property
3189
3025
  def AllowDownload(self):
3190
- r"""是否允许下载
3026
+ r"""<p>是否允许下载</p>
3191
3027
  :rtype: bool
3192
3028
  """
3193
3029
  return self._AllowDownload
@@ -3198,7 +3034,7 @@ null:用户上传证书(没有套餐类型),
3198
3034
 
3199
3035
  @property
3200
3036
  def IsDNSPODResolve(self):
3201
- r"""证书域名是否全部在DNSPOD托管解析
3037
+ r"""<p>证书域名是否全部在DNSPOD托管解析</p>
3202
3038
  :rtype: bool
3203
3039
  """
3204
3040
  return self._IsDNSPODResolve
@@ -3209,7 +3045,7 @@ null:用户上传证书(没有套餐类型),
3209
3045
 
3210
3046
  @property
3211
3047
  def IsPackage(self):
3212
- r"""是否是权益点购买的证书
3048
+ r"""<p>是否是权益点购买的证书</p>
3213
3049
  :rtype: bool
3214
3050
  """
3215
3051
  return self._IsPackage
@@ -3220,7 +3056,7 @@ null:用户上传证书(没有套餐类型),
3220
3056
 
3221
3057
  @property
3222
3058
  def KeyPasswordCustomFlag(self):
3223
- r"""是否存在私钥密码
3059
+ r"""<p>是否存在私钥密码</p>
3224
3060
  :rtype: bool
3225
3061
  """
3226
3062
  return self._KeyPasswordCustomFlag
@@ -3231,7 +3067,7 @@ null:用户上传证书(没有套餐类型),
3231
3067
 
3232
3068
  @property
3233
3069
  def SupportDownloadType(self):
3234
- r"""支持下载的WEB服务器类型: nginx、apache、iis、tomcat、jks、root、other
3070
+ r"""<p>支持下载的WEB服务器类型: nginx、apache、iis、tomcat、jks、root、other</p>
3235
3071
  :rtype: :class:`tencentcloud.ssl.v20191205.models.SupportDownloadType`
3236
3072
  """
3237
3073
  return self._SupportDownloadType
@@ -3242,7 +3078,7 @@ null:用户上传证书(没有套餐类型),
3242
3078
 
3243
3079
  @property
3244
3080
  def CertRevokedTime(self):
3245
- r"""证书吊销完成时间,时区为GMT+8:00
3081
+ r"""<p>证书吊销完成时间,时区为GMT+8:00</p>
3246
3082
  :rtype: str
3247
3083
  """
3248
3084
  return self._CertRevokedTime
@@ -3253,7 +3089,7 @@ null:用户上传证书(没有套餐类型),
3253
3089
 
3254
3090
  @property
3255
3091
  def HostingResourceTypes(self):
3256
- r"""托管资源类型列表
3092
+ r"""<p>托管资源类型列表</p>
3257
3093
  :rtype: list of str
3258
3094
  """
3259
3095
  return self._HostingResourceTypes
@@ -3264,7 +3100,7 @@ null:用户上传证书(没有套餐类型),
3264
3100
 
3265
3101
  @property
3266
3102
  def HostingConfig(self):
3267
- r"""托管配置信息
3103
+ r"""<p>托管配置信息</p>
3268
3104
  注意:此字段可能返回 null,表示取不到有效值。
3269
3105
  :rtype: :class:`tencentcloud.ssl.v20191205.models.HostingConfig`
3270
3106
  """
@@ -3276,7 +3112,7 @@ null:用户上传证书(没有套餐类型),
3276
3112
 
3277
3113
  @property
3278
3114
  def IsHostingUploadRenewCert(self):
3279
- r"""是否是上传托管续费证书
3115
+ r"""<p>是否是上传托管续费证书</p>
3280
3116
  :rtype: bool
3281
3117
  """
3282
3118
  return self._IsHostingUploadRenewCert
@@ -3285,6 +3121,50 @@ null:用户上传证书(没有套餐类型),
3285
3121
  def IsHostingUploadRenewCert(self, IsHostingUploadRenewCert):
3286
3122
  self._IsHostingUploadRenewCert = IsHostingUploadRenewCert
3287
3123
 
3124
+ @property
3125
+ def ServiceId(self):
3126
+ r"""<p>订阅服务ID</p>
3127
+ :rtype: str
3128
+ """
3129
+ return self._ServiceId
3130
+
3131
+ @ServiceId.setter
3132
+ def ServiceId(self, ServiceId):
3133
+ self._ServiceId = ServiceId
3134
+
3135
+ @property
3136
+ def ServiceStatus(self):
3137
+ r"""<p>订阅服务状态</p>枚举值:<ul><li> initing: 未激活</li><li> running: 生效中</li><li> expired: 已过期</li><li> refunded: 已退款</li><li> nearExpire: 即将到期</li></ul>
3138
+ :rtype: str
3139
+ """
3140
+ return self._ServiceStatus
3141
+
3142
+ @ServiceStatus.setter
3143
+ def ServiceStatus(self, ServiceStatus):
3144
+ self._ServiceStatus = ServiceStatus
3145
+
3146
+ @property
3147
+ def CertServiceBeginTime(self):
3148
+ r"""<p>订阅服务开始时间</p>
3149
+ :rtype: str
3150
+ """
3151
+ return self._CertServiceBeginTime
3152
+
3153
+ @CertServiceBeginTime.setter
3154
+ def CertServiceBeginTime(self, CertServiceBeginTime):
3155
+ self._CertServiceBeginTime = CertServiceBeginTime
3156
+
3157
+ @property
3158
+ def CertServiceEndTime(self):
3159
+ r"""<p>订阅服务结束时间</p>
3160
+ :rtype: str
3161
+ """
3162
+ return self._CertServiceEndTime
3163
+
3164
+ @CertServiceEndTime.setter
3165
+ def CertServiceEndTime(self, CertServiceEndTime):
3166
+ self._CertServiceEndTime = CertServiceEndTime
3167
+
3288
3168
 
3289
3169
  def _deserialize(self, params):
3290
3170
  self._OwnerUin = params.get("OwnerUin")
@@ -3359,6 +3239,10 @@ null:用户上传证书(没有套餐类型),
3359
3239
  self._HostingConfig = HostingConfig()
3360
3240
  self._HostingConfig._deserialize(params.get("HostingConfig"))
3361
3241
  self._IsHostingUploadRenewCert = params.get("IsHostingUploadRenewCert")
3242
+ self._ServiceId = params.get("ServiceId")
3243
+ self._ServiceStatus = params.get("ServiceStatus")
3244
+ self._CertServiceBeginTime = params.get("CertServiceBeginTime")
3245
+ self._CertServiceEndTime = params.get("CertServiceEndTime")
3362
3246
  memeber_set = set(params.keys())
3363
3247
  for name, value in vars(self).items():
3364
3248
  property_name = name[1:]
@@ -10362,40 +10246,42 @@ class DescribeCertificatesRequest(AbstractModel):
10362
10246
 
10363
10247
  def __init__(self):
10364
10248
  r"""
10365
- :param _Offset: 分页偏移量,从0开始。 默认为0
10249
+ :param _Offset: <p>分页偏移量,从0开始。 默认为0</p>
10366
10250
  :type Offset: int
10367
- :param _Limit: 每页数量,默认10。最大值1000,如超过1000按1000处理
10251
+ :param _Limit: <p>每页数量,默认10。最大值1000,如超过1000按1000处理</p>
10368
10252
  :type Limit: int
10369
- :param _SearchKey: 搜索关键词,模糊匹配证书 ID、备注名称、证书域名
10253
+ :param _SearchKey: <p>搜索关键词,模糊匹配证书 ID、备注名称、证书域名</p>
10370
10254
  :type SearchKey: str
10371
- :param _CertificateType: 证书类型:CA = 客户端证书,SVR = 服务器证书。
10255
+ :param _CertificateType: <p>证书类型:CA = 客户端证书,SVR = 服务器证书。</p>
10372
10256
  :type CertificateType: str
10373
- :param _ProjectId: 项目 ID
10257
+ :param _ProjectId: <p>项目 ID。</p>
10374
10258
  :type ProjectId: int
10375
- :param _ExpirationSort: 默认按照证书申请时间降序; 若传排序则按到期时间排序:DESC = 证书到期时间降序, ASC = 证书到期时间升序。
10259
+ :param _ExpirationSort: <p>默认按照证书申请时间降序; 若传排序则按到期时间排序:DESC = 证书到期时间降序, ASC = 证书到期时间升序。</p>
10376
10260
  :type ExpirationSort: str
10377
- :param _CertificateStatus: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 已退款。 15 = 证书迁移中
10261
+ :param _CertificateStatus: <p>证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 已退款。 15 = 证书迁移中</p>
10378
10262
  :type CertificateStatus: list of int non-negative
10379
- :param _Deployable: 是否可部署,可选值:1 = 可部署,0 = 不可部署。
10263
+ :param _Deployable: <p>是否可部署,可选值:1 = 可部署,0 = 不可部署。</p>
10380
10264
  :type Deployable: int
10381
- :param _Upload: 是否筛选上传托管的 1筛选,0不筛选
10265
+ :param _Upload: <p>是否筛选上传托管的 1筛选,0不筛选</p>
10382
10266
  :type Upload: int
10383
- :param _Renew: 是否筛选可续期证书 1筛选 0不筛选
10267
+ :param _Renew: <p>是否筛选可续期证书 1筛选 0不筛选</p>
10384
10268
  :type Renew: int
10385
- :param _FilterSource: 筛选来源, upload:上传证书, buy:腾讯云证书, 不传默认全部
10269
+ :param _FilterSource: <p>筛选来源, upload:上传证书, buy:腾讯云证书, 不传默认全部</p>
10386
10270
  :type FilterSource: str
10387
- :param _IsSM: 是否筛选国密证书。1:筛选 0:不筛选
10271
+ :param _IsSM: <p>是否筛选国密证书。1:筛选 0:不筛选</p>
10388
10272
  :type IsSM: int
10389
- :param _FilterExpiring: 筛选证书是否即将过期,传1是筛选,0不筛选
10273
+ :param _FilterExpiring: <p>筛选证书是否即将过期,传1是筛选,0不筛选</p>
10390
10274
  :type FilterExpiring: int
10391
- :param _Hostable: 是否可托管,可选值:1 = 可托管,0 = 不可托管。
10275
+ :param _Hostable: <p>是否可托管,可选值:1 = 可托管,0 = 不可托管。</p>
10392
10276
  :type Hostable: int
10393
- :param _Tags: 筛选指定标签的证书
10277
+ :param _Tags: <p>筛选指定标签的证书</p>
10394
10278
  :type Tags: list of Tags
10395
- :param _IsPendingIssue: 是否筛选等待签发的证书,传1是筛选,0和null不筛选
10279
+ :param _IsPendingIssue: <p>是否筛选等待签发的证书,传1是筛选,0和null不筛选</p>
10396
10280
  :type IsPendingIssue: int
10397
- :param _CertIds: 筛选指定证书ID的证书,只支持有权限的证书ID
10281
+ :param _CertIds: <p>筛选指定证书ID的证书,只支持有权限的证书ID</p>
10398
10282
  :type CertIds: list of str
10283
+ :param _ServiceId: <p>订阅服务ID</p>
10284
+ :type ServiceId: str
10399
10285
  """
10400
10286
  self._Offset = None
10401
10287
  self._Limit = None
@@ -10414,10 +10300,11 @@ class DescribeCertificatesRequest(AbstractModel):
10414
10300
  self._Tags = None
10415
10301
  self._IsPendingIssue = None
10416
10302
  self._CertIds = None
10303
+ self._ServiceId = None
10417
10304
 
10418
10305
  @property
10419
10306
  def Offset(self):
10420
- r"""分页偏移量,从0开始。 默认为0
10307
+ r"""<p>分页偏移量,从0开始。 默认为0</p>
10421
10308
  :rtype: int
10422
10309
  """
10423
10310
  return self._Offset
@@ -10428,7 +10315,7 @@ class DescribeCertificatesRequest(AbstractModel):
10428
10315
 
10429
10316
  @property
10430
10317
  def Limit(self):
10431
- r"""每页数量,默认10。最大值1000,如超过1000按1000处理
10318
+ r"""<p>每页数量,默认10。最大值1000,如超过1000按1000处理</p>
10432
10319
  :rtype: int
10433
10320
  """
10434
10321
  return self._Limit
@@ -10439,7 +10326,7 @@ class DescribeCertificatesRequest(AbstractModel):
10439
10326
 
10440
10327
  @property
10441
10328
  def SearchKey(self):
10442
- r"""搜索关键词,模糊匹配证书 ID、备注名称、证书域名
10329
+ r"""<p>搜索关键词,模糊匹配证书 ID、备注名称、证书域名</p>
10443
10330
  :rtype: str
10444
10331
  """
10445
10332
  return self._SearchKey
@@ -10450,7 +10337,7 @@ class DescribeCertificatesRequest(AbstractModel):
10450
10337
 
10451
10338
  @property
10452
10339
  def CertificateType(self):
10453
- r"""证书类型:CA = 客户端证书,SVR = 服务器证书。
10340
+ r"""<p>证书类型:CA = 客户端证书,SVR = 服务器证书。</p>
10454
10341
  :rtype: str
10455
10342
  """
10456
10343
  return self._CertificateType
@@ -10461,7 +10348,7 @@ class DescribeCertificatesRequest(AbstractModel):
10461
10348
 
10462
10349
  @property
10463
10350
  def ProjectId(self):
10464
- r"""项目 ID
10351
+ r"""<p>项目 ID。</p>
10465
10352
  :rtype: int
10466
10353
  """
10467
10354
  return self._ProjectId
@@ -10472,7 +10359,7 @@ class DescribeCertificatesRequest(AbstractModel):
10472
10359
 
10473
10360
  @property
10474
10361
  def ExpirationSort(self):
10475
- r"""默认按照证书申请时间降序; 若传排序则按到期时间排序:DESC = 证书到期时间降序, ASC = 证书到期时间升序。
10362
+ r"""<p>默认按照证书申请时间降序; 若传排序则按到期时间排序:DESC = 证书到期时间降序, ASC = 证书到期时间升序。</p>
10476
10363
  :rtype: str
10477
10364
  """
10478
10365
  return self._ExpirationSort
@@ -10483,7 +10370,7 @@ class DescribeCertificatesRequest(AbstractModel):
10483
10370
 
10484
10371
  @property
10485
10372
  def CertificateStatus(self):
10486
- r"""证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 已退款。 15 = 证书迁移中
10373
+ r"""<p>证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 已退款。 15 = 证书迁移中</p>
10487
10374
  :rtype: list of int non-negative
10488
10375
  """
10489
10376
  return self._CertificateStatus
@@ -10494,7 +10381,7 @@ class DescribeCertificatesRequest(AbstractModel):
10494
10381
 
10495
10382
  @property
10496
10383
  def Deployable(self):
10497
- r"""是否可部署,可选值:1 = 可部署,0 = 不可部署。
10384
+ r"""<p>是否可部署,可选值:1 = 可部署,0 = 不可部署。</p>
10498
10385
  :rtype: int
10499
10386
  """
10500
10387
  return self._Deployable
@@ -10505,7 +10392,7 @@ class DescribeCertificatesRequest(AbstractModel):
10505
10392
 
10506
10393
  @property
10507
10394
  def Upload(self):
10508
- r"""是否筛选上传托管的 1筛选,0不筛选
10395
+ r"""<p>是否筛选上传托管的 1筛选,0不筛选</p>
10509
10396
  :rtype: int
10510
10397
  """
10511
10398
  return self._Upload
@@ -10516,7 +10403,7 @@ class DescribeCertificatesRequest(AbstractModel):
10516
10403
 
10517
10404
  @property
10518
10405
  def Renew(self):
10519
- r"""是否筛选可续期证书 1筛选 0不筛选
10406
+ r"""<p>是否筛选可续期证书 1筛选 0不筛选</p>
10520
10407
  :rtype: int
10521
10408
  """
10522
10409
  return self._Renew
@@ -10527,7 +10414,7 @@ class DescribeCertificatesRequest(AbstractModel):
10527
10414
 
10528
10415
  @property
10529
10416
  def FilterSource(self):
10530
- r"""筛选来源, upload:上传证书, buy:腾讯云证书, 不传默认全部
10417
+ r"""<p>筛选来源, upload:上传证书, buy:腾讯云证书, 不传默认全部</p>
10531
10418
  :rtype: str
10532
10419
  """
10533
10420
  return self._FilterSource
@@ -10538,7 +10425,7 @@ class DescribeCertificatesRequest(AbstractModel):
10538
10425
 
10539
10426
  @property
10540
10427
  def IsSM(self):
10541
- r"""是否筛选国密证书。1:筛选 0:不筛选
10428
+ r"""<p>是否筛选国密证书。1:筛选 0:不筛选</p>
10542
10429
  :rtype: int
10543
10430
  """
10544
10431
  return self._IsSM
@@ -10549,7 +10436,7 @@ class DescribeCertificatesRequest(AbstractModel):
10549
10436
 
10550
10437
  @property
10551
10438
  def FilterExpiring(self):
10552
- r"""筛选证书是否即将过期,传1是筛选,0不筛选
10439
+ r"""<p>筛选证书是否即将过期,传1是筛选,0不筛选</p>
10553
10440
  :rtype: int
10554
10441
  """
10555
10442
  return self._FilterExpiring
@@ -10560,7 +10447,7 @@ class DescribeCertificatesRequest(AbstractModel):
10560
10447
 
10561
10448
  @property
10562
10449
  def Hostable(self):
10563
- r"""是否可托管,可选值:1 = 可托管,0 = 不可托管。
10450
+ r"""<p>是否可托管,可选值:1 = 可托管,0 = 不可托管。</p>
10564
10451
  :rtype: int
10565
10452
  """
10566
10453
  return self._Hostable
@@ -10571,7 +10458,7 @@ class DescribeCertificatesRequest(AbstractModel):
10571
10458
 
10572
10459
  @property
10573
10460
  def Tags(self):
10574
- r"""筛选指定标签的证书
10461
+ r"""<p>筛选指定标签的证书</p>
10575
10462
  :rtype: list of Tags
10576
10463
  """
10577
10464
  return self._Tags
@@ -10582,7 +10469,7 @@ class DescribeCertificatesRequest(AbstractModel):
10582
10469
 
10583
10470
  @property
10584
10471
  def IsPendingIssue(self):
10585
- r"""是否筛选等待签发的证书,传1是筛选,0和null不筛选
10472
+ r"""<p>是否筛选等待签发的证书,传1是筛选,0和null不筛选</p>
10586
10473
  :rtype: int
10587
10474
  """
10588
10475
  return self._IsPendingIssue
@@ -10593,7 +10480,7 @@ class DescribeCertificatesRequest(AbstractModel):
10593
10480
 
10594
10481
  @property
10595
10482
  def CertIds(self):
10596
- r"""筛选指定证书ID的证书,只支持有权限的证书ID
10483
+ r"""<p>筛选指定证书ID的证书,只支持有权限的证书ID</p>
10597
10484
  :rtype: list of str
10598
10485
  """
10599
10486
  return self._CertIds
@@ -10602,6 +10489,17 @@ class DescribeCertificatesRequest(AbstractModel):
10602
10489
  def CertIds(self, CertIds):
10603
10490
  self._CertIds = CertIds
10604
10491
 
10492
+ @property
10493
+ def ServiceId(self):
10494
+ r"""<p>订阅服务ID</p>
10495
+ :rtype: str
10496
+ """
10497
+ return self._ServiceId
10498
+
10499
+ @ServiceId.setter
10500
+ def ServiceId(self, ServiceId):
10501
+ self._ServiceId = ServiceId
10502
+
10605
10503
 
10606
10504
  def _deserialize(self, params):
10607
10505
  self._Offset = params.get("Offset")
@@ -10626,6 +10524,7 @@ class DescribeCertificatesRequest(AbstractModel):
10626
10524
  self._Tags.append(obj)
10627
10525
  self._IsPendingIssue = params.get("IsPendingIssue")
10628
10526
  self._CertIds = params.get("CertIds")
10527
+ self._ServiceId = params.get("ServiceId")
10629
10528
  memeber_set = set(params.keys())
10630
10529
  for name, value in vars(self).items():
10631
10530
  property_name = name[1:]
@@ -10643,9 +10542,9 @@ class DescribeCertificatesResponse(AbstractModel):
10643
10542
 
10644
10543
  def __init__(self):
10645
10544
  r"""
10646
- :param _TotalCount: 总数量。
10545
+ :param _TotalCount: <p>总数量。</p>
10647
10546
  :type TotalCount: int
10648
- :param _Certificates: 列表。
10547
+ :param _Certificates: <p>列表。</p>
10649
10548
  :type Certificates: list of Certificates
10650
10549
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10651
10550
  :type RequestId: str
@@ -10656,7 +10555,7 @@ class DescribeCertificatesResponse(AbstractModel):
10656
10555
 
10657
10556
  @property
10658
10557
  def TotalCount(self):
10659
- r"""总数量。
10558
+ r"""<p>总数量。</p>
10660
10559
  :rtype: int
10661
10560
  """
10662
10561
  return self._TotalCount
@@ -10667,7 +10566,7 @@ class DescribeCertificatesResponse(AbstractModel):
10667
10566
 
10668
10567
  @property
10669
10568
  def Certificates(self):
10670
- r"""列表。
10569
+ r"""<p>列表。</p>
10671
10570
  :rtype: list of Certificates
10672
10571
  """
10673
10572
  return self._Certificates
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ssl
3
- Version: 3.1.23
3
+ Version: 3.1.34
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
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.23
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.34
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.34
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.23