tencentcloud-sdk-python 3.0.1318__py2.py3-none-any.whl → 3.0.1320__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/antiddos_client.py +1 -1
- tencentcloud/antiddos/v20200309/models.py +42 -72
- tencentcloud/cbs/v20170312/models.py +45 -0
- tencentcloud/cdb/v20170320/cdb_client.py +1 -0
- tencentcloud/cdb/v20170320/models.py +60 -18
- tencentcloud/csip/v20221121/models.py +0 -30
- tencentcloud/cwp/v20180228/models.py +17 -2
- tencentcloud/lcic/v20220817/lcic_client.py +23 -0
- tencentcloud/lcic/v20220817/models.py +94 -14
- tencentcloud/live/v20180801/models.py +90 -0
- tencentcloud/lke/v20231130/models.py +34 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +2 -1
- tencentcloud/lkeap/v20240522/models.py +110 -0
- tencentcloud/ocr/v20181119/models.py +46 -16
- tencentcloud/postgres/v20170312/postgres_client.py +1 -1
- tencentcloud/rum/v20210622/models.py +4 -0
- tencentcloud/smh/v20210712/models.py +32 -8
- tencentcloud/ssl/v20191205/models.py +1461 -399
- tencentcloud/ssl/v20191205/ssl_client.py +6 -6
- tencentcloud/tdmq/v20200217/models.py +166 -0
- tencentcloud/teo/v20220901/models.py +10 -14
- tencentcloud/thpc/v20230321/models.py +30 -0
- tencentcloud/trocket/v20230308/models.py +218 -15
- tencentcloud/trocket/v20230308/trocket_client.py +1 -0
- tencentcloud/vpc/v20170312/models.py +20 -12
- tencentcloud/wedata/v20210820/models.py +39 -4
- tencentcloud/wedata/v20210820/wedata_client.py +8 -2
- {tencentcloud_sdk_python-3.0.1318.dist-info → tencentcloud_sdk_python-3.0.1320.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1318.dist-info → tencentcloud_sdk_python-3.0.1320.dist-info}/RECORD +33 -33
- {tencentcloud_sdk_python-3.0.1318.dist-info → tencentcloud_sdk_python-3.0.1320.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1318.dist-info → tencentcloud_sdk_python-3.0.1320.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1318.dist-info → tencentcloud_sdk_python-3.0.1320.dist-info}/top_level.txt +0 -0
@@ -213,35 +213,38 @@ class ApplyCertificateRequest(AbstractModel):
|
|
213
213
|
|
214
214
|
def __init__(self):
|
215
215
|
r"""
|
216
|
-
:param _DvAuthMethod:
|
216
|
+
:param _DvAuthMethod: 证书域名验证方式:
|
217
|
+
DNS_AUTO: 自动添加域名DNS验证, 需用户域名解析托管在『[云解析DNS](https://console.cloud.tencent.com/cns)』,且与申请证书归属同一个腾讯云账号
|
218
|
+
DNS:手动添加域名DNS验证,需用户手动去域名解析服务商添加验证值
|
219
|
+
FILE:手动添加域名文件验证。 需要用户手动在域名站点根目录添加指定路径文件进行文件验证, http&https任一通过即可;且域名站点需海外CA机构能访问, 具体访问白名单为:64.78.193.238,216.168.247.9,216.168.249.9,54.189.196.217
|
217
220
|
:type DvAuthMethod: str
|
218
|
-
:param _DomainName:
|
221
|
+
:param _DomainName: 证书绑定的域名。
|
219
222
|
:type DomainName: str
|
220
|
-
:param _ProjectId:
|
223
|
+
:param _ProjectId: 证书关联的项目 ID。 默认为0(默认项目)
|
221
224
|
:type ProjectId: int
|
222
|
-
:param _PackageType:
|
225
|
+
:param _PackageType: 证书类型, 可不传,目前仅支持类型83。83 = TrustAsia C1 DV Free。
|
223
226
|
:type PackageType: str
|
224
|
-
:param _ContactEmail:
|
227
|
+
:param _ContactEmail: 证书订单关联邮箱。默认为腾讯云账号邮箱, 不存在则关联固定邮箱
|
225
228
|
:type ContactEmail: str
|
226
|
-
:param _ContactPhone:
|
229
|
+
:param _ContactPhone: 证书关联手机号码, 不存在则关联固定手机号码
|
227
230
|
:type ContactPhone: str
|
228
|
-
:param _ValidityPeriod:
|
231
|
+
:param _ValidityPeriod: 证书有效期,默认3(月),目前仅支持3个月。
|
229
232
|
:type ValidityPeriod: str
|
230
|
-
:param _CsrEncryptAlgo:
|
233
|
+
:param _CsrEncryptAlgo: 加密算法,取值为ECC、RSA, 默认为RSA
|
231
234
|
:type CsrEncryptAlgo: str
|
232
235
|
:param _CsrKeyParameter: 密钥对参数,RSA仅支持2048。ECC仅支持prime256v1。加密算法选择ECC时,此参数必填
|
233
236
|
:type CsrKeyParameter: str
|
234
|
-
:param _CsrKeyPassword:
|
237
|
+
:param _CsrKeyPassword: 私钥密码, 目前仅使用在生成jks、pfx格式证书时密码; 其他格式私钥证书未加密
|
235
238
|
:type CsrKeyPassword: str
|
236
|
-
:param _Alias:
|
239
|
+
:param _Alias: 证书别名
|
237
240
|
:type Alias: str
|
238
|
-
:param _OldCertificateId:
|
241
|
+
:param _OldCertificateId: 旧证书 ID,用于证书续费(证书有效期在30天内,且未过期),会建立续费关系, 可用于托管; 不传则表示新申请证书
|
239
242
|
:type OldCertificateId: str
|
240
|
-
:param _PackageId: 权益包ID
|
243
|
+
:param _PackageId: 权益包ID,用于免费证书扩容包使用, 免费证书扩容包已下线
|
241
244
|
:type PackageId: str
|
242
245
|
:param _DeleteDnsAutoRecord: 签发后是否删除自动域名验证记录, 默认为否;仅域名为DNS_AUTO验证类型支持传参
|
243
246
|
:type DeleteDnsAutoRecord: bool
|
244
|
-
:param _DnsNames:
|
247
|
+
:param _DnsNames: 证书绑定的其他域名,待开放。目前不支持此参数
|
245
248
|
:type DnsNames: list of str
|
246
249
|
"""
|
247
250
|
self._DvAuthMethod = None
|
@@ -262,7 +265,10 @@ class ApplyCertificateRequest(AbstractModel):
|
|
262
265
|
|
263
266
|
@property
|
264
267
|
def DvAuthMethod(self):
|
265
|
-
"""
|
268
|
+
"""证书域名验证方式:
|
269
|
+
DNS_AUTO: 自动添加域名DNS验证, 需用户域名解析托管在『[云解析DNS](https://console.cloud.tencent.com/cns)』,且与申请证书归属同一个腾讯云账号
|
270
|
+
DNS:手动添加域名DNS验证,需用户手动去域名解析服务商添加验证值
|
271
|
+
FILE:手动添加域名文件验证。 需要用户手动在域名站点根目录添加指定路径文件进行文件验证, http&https任一通过即可;且域名站点需海外CA机构能访问, 具体访问白名单为:64.78.193.238,216.168.247.9,216.168.249.9,54.189.196.217
|
266
272
|
:rtype: str
|
267
273
|
"""
|
268
274
|
return self._DvAuthMethod
|
@@ -273,7 +279,7 @@ class ApplyCertificateRequest(AbstractModel):
|
|
273
279
|
|
274
280
|
@property
|
275
281
|
def DomainName(self):
|
276
|
-
"""
|
282
|
+
"""证书绑定的域名。
|
277
283
|
:rtype: str
|
278
284
|
"""
|
279
285
|
return self._DomainName
|
@@ -284,7 +290,7 @@ class ApplyCertificateRequest(AbstractModel):
|
|
284
290
|
|
285
291
|
@property
|
286
292
|
def ProjectId(self):
|
287
|
-
"""
|
293
|
+
"""证书关联的项目 ID。 默认为0(默认项目)
|
288
294
|
:rtype: int
|
289
295
|
"""
|
290
296
|
return self._ProjectId
|
@@ -295,7 +301,7 @@ class ApplyCertificateRequest(AbstractModel):
|
|
295
301
|
|
296
302
|
@property
|
297
303
|
def PackageType(self):
|
298
|
-
"""
|
304
|
+
"""证书类型, 可不传,目前仅支持类型83。83 = TrustAsia C1 DV Free。
|
299
305
|
:rtype: str
|
300
306
|
"""
|
301
307
|
return self._PackageType
|
@@ -306,7 +312,7 @@ class ApplyCertificateRequest(AbstractModel):
|
|
306
312
|
|
307
313
|
@property
|
308
314
|
def ContactEmail(self):
|
309
|
-
"""
|
315
|
+
"""证书订单关联邮箱。默认为腾讯云账号邮箱, 不存在则关联固定邮箱
|
310
316
|
:rtype: str
|
311
317
|
"""
|
312
318
|
return self._ContactEmail
|
@@ -317,7 +323,7 @@ class ApplyCertificateRequest(AbstractModel):
|
|
317
323
|
|
318
324
|
@property
|
319
325
|
def ContactPhone(self):
|
320
|
-
"""
|
326
|
+
"""证书关联手机号码, 不存在则关联固定手机号码
|
321
327
|
:rtype: str
|
322
328
|
"""
|
323
329
|
return self._ContactPhone
|
@@ -328,7 +334,7 @@ class ApplyCertificateRequest(AbstractModel):
|
|
328
334
|
|
329
335
|
@property
|
330
336
|
def ValidityPeriod(self):
|
331
|
-
"""
|
337
|
+
"""证书有效期,默认3(月),目前仅支持3个月。
|
332
338
|
:rtype: str
|
333
339
|
"""
|
334
340
|
return self._ValidityPeriod
|
@@ -339,7 +345,7 @@ class ApplyCertificateRequest(AbstractModel):
|
|
339
345
|
|
340
346
|
@property
|
341
347
|
def CsrEncryptAlgo(self):
|
342
|
-
"""
|
348
|
+
"""加密算法,取值为ECC、RSA, 默认为RSA
|
343
349
|
:rtype: str
|
344
350
|
"""
|
345
351
|
return self._CsrEncryptAlgo
|
@@ -361,7 +367,7 @@ class ApplyCertificateRequest(AbstractModel):
|
|
361
367
|
|
362
368
|
@property
|
363
369
|
def CsrKeyPassword(self):
|
364
|
-
"""
|
370
|
+
"""私钥密码, 目前仅使用在生成jks、pfx格式证书时密码; 其他格式私钥证书未加密
|
365
371
|
:rtype: str
|
366
372
|
"""
|
367
373
|
return self._CsrKeyPassword
|
@@ -372,7 +378,7 @@ class ApplyCertificateRequest(AbstractModel):
|
|
372
378
|
|
373
379
|
@property
|
374
380
|
def Alias(self):
|
375
|
-
"""
|
381
|
+
"""证书别名
|
376
382
|
:rtype: str
|
377
383
|
"""
|
378
384
|
return self._Alias
|
@@ -383,7 +389,7 @@ class ApplyCertificateRequest(AbstractModel):
|
|
383
389
|
|
384
390
|
@property
|
385
391
|
def OldCertificateId(self):
|
386
|
-
"""
|
392
|
+
"""旧证书 ID,用于证书续费(证书有效期在30天内,且未过期),会建立续费关系, 可用于托管; 不传则表示新申请证书
|
387
393
|
:rtype: str
|
388
394
|
"""
|
389
395
|
return self._OldCertificateId
|
@@ -394,7 +400,7 @@ class ApplyCertificateRequest(AbstractModel):
|
|
394
400
|
|
395
401
|
@property
|
396
402
|
def PackageId(self):
|
397
|
-
"""权益包ID
|
403
|
+
"""权益包ID,用于免费证书扩容包使用, 免费证书扩容包已下线
|
398
404
|
:rtype: str
|
399
405
|
"""
|
400
406
|
return self._PackageId
|
@@ -416,7 +422,7 @@ class ApplyCertificateRequest(AbstractModel):
|
|
416
422
|
|
417
423
|
@property
|
418
424
|
def DnsNames(self):
|
419
|
-
"""
|
425
|
+
"""证书绑定的其他域名,待开放。目前不支持此参数
|
420
426
|
:rtype: list of str
|
421
427
|
"""
|
422
428
|
return self._DnsNames
|
@@ -459,7 +465,7 @@ class ApplyCertificateResponse(AbstractModel):
|
|
459
465
|
|
460
466
|
def __init__(self):
|
461
467
|
r"""
|
462
|
-
:param _CertificateId:
|
468
|
+
:param _CertificateId: 新申请成功的证书 ID。
|
463
469
|
:type CertificateId: str
|
464
470
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
465
471
|
:type RequestId: str
|
@@ -469,7 +475,7 @@ class ApplyCertificateResponse(AbstractModel):
|
|
469
475
|
|
470
476
|
@property
|
471
477
|
def CertificateId(self):
|
472
|
-
"""
|
478
|
+
"""新申请成功的证书 ID。
|
473
479
|
:rtype: str
|
474
480
|
"""
|
475
481
|
return self._CertificateId
|
@@ -941,7 +947,7 @@ class CdnInstanceDetail(AbstractModel):
|
|
941
947
|
:type CertId: str
|
942
948
|
:param _Status: 域名状态 rejected:域名审核未通过,域名备案过期/被注销导致,processing:部署中,online:已启动,offline:已关闭
|
943
949
|
:type Status: str
|
944
|
-
:param _HttpsBillingSwitch:
|
950
|
+
:param _HttpsBillingSwitch: 域名计费状态,on表示开启,off表示关闭。
|
945
951
|
:type HttpsBillingSwitch: str
|
946
952
|
"""
|
947
953
|
self._Domain = None
|
@@ -984,7 +990,7 @@ class CdnInstanceDetail(AbstractModel):
|
|
984
990
|
|
985
991
|
@property
|
986
992
|
def HttpsBillingSwitch(self):
|
987
|
-
"""
|
993
|
+
"""域名计费状态,on表示开启,off表示关闭。
|
988
994
|
:rtype: str
|
989
995
|
"""
|
990
996
|
return self._HttpsBillingSwitch
|
@@ -1326,22 +1332,22 @@ class CertificateExtra(AbstractModel):
|
|
1326
1332
|
:param _DomainNumber: 证书可配置域名数量。
|
1327
1333
|
注意:此字段可能返回 null,表示取不到有效值。
|
1328
1334
|
:type DomainNumber: str
|
1329
|
-
:param _OriginCertificateId:
|
1335
|
+
:param _OriginCertificateId: 续费原证书 ID。
|
1330
1336
|
注意:此字段可能返回 null,表示取不到有效值。
|
1331
1337
|
:type OriginCertificateId: str
|
1332
1338
|
:param _ReplacedBy: 重颁发证书原始 ID。
|
1333
1339
|
注意:此字段可能返回 null,表示取不到有效值。
|
1334
1340
|
:type ReplacedBy: str
|
1335
|
-
:param _ReplacedFor:
|
1341
|
+
:param _ReplacedFor: 重颁发证书ID。
|
1336
1342
|
注意:此字段可能返回 null,表示取不到有效值。
|
1337
1343
|
:type ReplacedFor: str
|
1338
|
-
:param _RenewOrder:
|
1344
|
+
:param _RenewOrder: 续费证书 ID。
|
1339
1345
|
注意:此字段可能返回 null,表示取不到有效值。
|
1340
1346
|
:type RenewOrder: str
|
1341
1347
|
:param _SMCert: 是否是国密证书
|
1342
1348
|
注意:此字段可能返回 null,表示取不到有效值。
|
1343
1349
|
:type SMCert: int
|
1344
|
-
:param _CompanyType:
|
1350
|
+
:param _CompanyType: 公司类型,取值:1(个人);2(公司)
|
1345
1351
|
注意:此字段可能返回 null,表示取不到有效值。
|
1346
1352
|
:type CompanyType: int
|
1347
1353
|
"""
|
@@ -1367,7 +1373,7 @@ class CertificateExtra(AbstractModel):
|
|
1367
1373
|
|
1368
1374
|
@property
|
1369
1375
|
def OriginCertificateId(self):
|
1370
|
-
"""
|
1376
|
+
"""续费原证书 ID。
|
1371
1377
|
注意:此字段可能返回 null,表示取不到有效值。
|
1372
1378
|
:rtype: str
|
1373
1379
|
"""
|
@@ -1391,7 +1397,7 @@ class CertificateExtra(AbstractModel):
|
|
1391
1397
|
|
1392
1398
|
@property
|
1393
1399
|
def ReplacedFor(self):
|
1394
|
-
"""
|
1400
|
+
"""重颁发证书ID。
|
1395
1401
|
注意:此字段可能返回 null,表示取不到有效值。
|
1396
1402
|
:rtype: str
|
1397
1403
|
"""
|
@@ -1403,7 +1409,7 @@ class CertificateExtra(AbstractModel):
|
|
1403
1409
|
|
1404
1410
|
@property
|
1405
1411
|
def RenewOrder(self):
|
1406
|
-
"""
|
1412
|
+
"""续费证书 ID。
|
1407
1413
|
注意:此字段可能返回 null,表示取不到有效值。
|
1408
1414
|
:rtype: str
|
1409
1415
|
"""
|
@@ -1427,7 +1433,7 @@ class CertificateExtra(AbstractModel):
|
|
1427
1433
|
|
1428
1434
|
@property
|
1429
1435
|
def CompanyType(self):
|
1430
|
-
"""
|
1436
|
+
"""公司类型,取值:1(个人);2(公司)
|
1431
1437
|
注意:此字段可能返回 null,表示取不到有效值。
|
1432
1438
|
:rtype: int
|
1433
1439
|
"""
|
@@ -1463,94 +1469,120 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1463
1469
|
|
1464
1470
|
def __init__(self):
|
1465
1471
|
r"""
|
1466
|
-
:param _CertId:
|
1472
|
+
:param _CertId: 待提交资料的付费证书 ID。
|
1467
1473
|
:type CertId: str
|
1468
|
-
:param _GenCsrType: CSR
|
1474
|
+
:param _GenCsrType: 此字段必传。 CSR 生成方式, 取值为:
|
1475
|
+
- online:腾讯云提交的填写的参数信息生成CSR和私钥,并由腾讯云加密存储
|
1476
|
+
- parse:自行生成CSR和私钥,并通过上传CSR申请证书
|
1469
1477
|
:type GenCsrType: str
|
1470
|
-
:param _CertCommonName:
|
1478
|
+
:param _CertCommonName: 证书绑定的通用名称, 若是上传的CSR,则该域名需与CSR解析的通用名称一致
|
1471
1479
|
:type CertCommonName: str
|
1472
|
-
:param _CompanyType:
|
1480
|
+
:param _CompanyType: 组织信息类型, 取值范围:
|
1481
|
+
1(个人):仅DV类型证书可设置为1, 个人类型证书组织信息字段可不传:Org开头,Admin开头,Tech开头
|
1482
|
+
2(公司):所有类型证书都可设置为2, 按需传组织信息字段
|
1473
1483
|
:type CompanyType: int
|
1474
|
-
:param
|
1484
|
+
:param _CompanyId: 公司ID,在 [腾讯云控制台](https://console.cloud.tencent.com/ssl/info) 可进行查看,若无满足的公司信息, 则本参数传0 ; 若存在满足当前订单的公司信息, 可以根据 [DescribeCompanies](https://cloud.tencent.com/document/product/400/90375) 查看公司ID; 若传了公司ID,则Org开头的参数可不传
|
1485
|
+
|
1486
|
+
|
1487
|
+
:type CompanyId: str
|
1488
|
+
:param _OrgIdType: 公司证件类型,取值范围:
|
1489
|
+
TYDMZ(统一社会信用代码 ):仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段
|
1490
|
+
OTHERS(其他)
|
1475
1491
|
:type OrgIdType: str
|
1476
|
-
:param _OrgIdNumber:
|
1492
|
+
:param _OrgIdNumber: 公司证件号码,取值范围:
|
1493
|
+
TYDMZ(统一社会信用代码 ):11532xxxxxxxx24820
|
1494
|
+
|
1477
1495
|
:type OrgIdNumber: str
|
1478
|
-
:param _AdminIdType:
|
1496
|
+
:param _AdminIdType: 管理人证件类型,取值范围:
|
1497
|
+
SFZ(身份证):仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段
|
1498
|
+
HZ(护照):仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段
|
1479
1499
|
:type AdminIdType: str
|
1480
|
-
:param _AdminIdNumber:
|
1500
|
+
:param _AdminIdNumber: 管理人证件号码,仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段, 取值范围:
|
1501
|
+
SFZ(身份证):110000xxxxxxxx1242
|
1502
|
+
HZ(护照):EFxxxxxxx
|
1481
1503
|
:type AdminIdNumber: str
|
1482
|
-
:param _TechIdType:
|
1504
|
+
:param _TechIdType: 联系人证件类型,取值范围:
|
1505
|
+
SFZ(身份证):仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段
|
1506
|
+
HZ(护照):仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段
|
1483
1507
|
:type TechIdType: str
|
1484
|
-
:param _TechIdNumber:
|
1508
|
+
:param _TechIdNumber: 联系人证件号码,仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段,取值范围:
|
1509
|
+
SFZ(身份证):110000xxxxxxxx1242
|
1510
|
+
HZ(护照):EFxxxxxxx
|
1485
1511
|
:type TechIdNumber: str
|
1486
|
-
:param
|
1487
|
-
|
1488
|
-
:param _Csr: 上传的 CSR 内容。如果GenCsrType为upload则该字段必传
|
1512
|
+
:param _Csr: 上传的 CSR 内容。
|
1513
|
+
若GenCsrType为parse, 则此字段必传。
|
1489
1514
|
:type Csr: str
|
1490
|
-
:param _DnsNames:
|
1515
|
+
:param _DnsNames: 证书绑定的其他域名, 单域名、泛域名证书无需提供。 多域名、多泛域名必填
|
1491
1516
|
:type DnsNames: list of str
|
1492
|
-
:param _KeyPass:
|
1517
|
+
:param _KeyPass: 私钥密码, 目前仅使用在生成jks、pfx格式证书时密码; 其他格式私钥证书未加密
|
1493
1518
|
:type KeyPass: str
|
1494
|
-
:param _OrgOrganization:
|
1519
|
+
:param _OrgOrganization: 公司名称。若没有传CompanyId或者ManagerId, 则此字段必传
|
1495
1520
|
:type OrgOrganization: str
|
1496
|
-
:param _OrgDivision:
|
1521
|
+
:param _OrgDivision: 部门名称。若没有传CompanyId或者ManagerId, 则此字段必传
|
1497
1522
|
:type OrgDivision: str
|
1498
|
-
:param _OrgAddress:
|
1523
|
+
:param _OrgAddress: 公司详细地址。若没有传CompanyId或者ManagerId, 则此字段必传
|
1499
1524
|
:type OrgAddress: str
|
1500
|
-
:param _OrgCountry: 国家名称,如中国:CN
|
1525
|
+
:param _OrgCountry: 国家名称,如中国:CN 。若没有传CompanyId或者ManagerId, 则此字段必传
|
1501
1526
|
:type OrgCountry: str
|
1502
|
-
:param _OrgCity:
|
1527
|
+
:param _OrgCity: 公司所在城市。若没有传CompanyId或者ManagerId, 则此字段必传
|
1503
1528
|
:type OrgCity: str
|
1504
|
-
:param _OrgRegion:
|
1529
|
+
:param _OrgRegion: 公司所在省份。若没有传CompanyId或者ManagerId, 则此字段必传
|
1505
1530
|
:type OrgRegion: str
|
1506
|
-
:param _OrgPhoneArea:
|
1531
|
+
:param _OrgPhoneArea: 公司所属区号。若没有传CompanyId或者ManagerId, 则此字段必传
|
1532
|
+
如:021。 手机号码传 86
|
1507
1533
|
:type OrgPhoneArea: str
|
1508
|
-
:param _OrgPhoneNumber:
|
1534
|
+
:param _OrgPhoneNumber: 公司所属号码。若没有传CompanyId或者ManagerId, 则此字段必传
|
1509
1535
|
:type OrgPhoneNumber: str
|
1510
|
-
:param _VerifyType:
|
1536
|
+
:param _VerifyType: 证书域名验证方式:
|
1537
|
+
DNS_AUTO: 自动添加域名DNS验证, 需用户域名解析托管在『[云解析DNS](https://console.cloud.tencent.com/cns)』,且与申请证书归属同一个腾讯云账号
|
1538
|
+
DNS:手动添加域名DNS验证,需用户手动去域名解析服务商添加验证值
|
1539
|
+
FILE:手动添加域名文件验证。 需要用户手动在域名站点根目录添加指定路径文件进行文件验证, http&https任一通过即可;且域名站点需海外CA机构能访问, 具体访问白名单为:64.78.193.238,216.168.247.9,216.168.249.9,54.189.196.217
|
1511
1540
|
:type VerifyType: str
|
1512
|
-
:param _AdminFirstName:
|
1541
|
+
:param _AdminFirstName: 管理人名。若没有传ManagerId, 则此字段必传
|
1513
1542
|
:type AdminFirstName: str
|
1514
|
-
:param _AdminLastName:
|
1543
|
+
:param _AdminLastName: 管理人姓。若没有传ManagerId, 则此字段必传
|
1515
1544
|
:type AdminLastName: str
|
1516
|
-
:param _AdminPhone:
|
1545
|
+
:param _AdminPhone: 管理人手机号码。若没有传ManagerId, 则此字段必传
|
1517
1546
|
:type AdminPhone: str
|
1518
|
-
:param _AdminEmail:
|
1547
|
+
:param _AdminEmail: 管理人邮箱地址。若没有传ManagerId, 则此字段必传
|
1519
1548
|
:type AdminEmail: str
|
1520
|
-
:param _AdminTitle:
|
1549
|
+
:param _AdminTitle: 管理人职位。若没有传ManagerId, 则此字段必传
|
1521
1550
|
:type AdminTitle: str
|
1522
|
-
:param _TechFirstName:
|
1551
|
+
:param _TechFirstName: 联系人名。若没有传ManagerId, 则此字段必传
|
1523
1552
|
:type TechFirstName: str
|
1524
|
-
:param _TechLastName:
|
1553
|
+
:param _TechLastName: 联系人姓。若没有传ManagerId, 则此字段必传
|
1525
1554
|
:type TechLastName: str
|
1526
|
-
:param _ContactEmail: 联系人邮箱地址。
|
1555
|
+
:param _ContactEmail: 联系人邮箱地址。CompanyType为1时, 此字段必传
|
1527
1556
|
:type ContactEmail: str
|
1528
1557
|
:param _AutoRenewFlag: 是否开启自动续费: 0, 不开启; 1, 开启; 默认为0
|
1529
1558
|
:type AutoRenewFlag: int
|
1530
|
-
:param _CsrKeyParameter:
|
1559
|
+
:param _CsrKeyParameter: 密钥对参数,RSA支持2048,4096。ECC仅支持prime256v1。加密算法选择ECC时,此参数必填
|
1560
|
+
国密证书类型本字段不用传
|
1531
1561
|
:type CsrKeyParameter: str
|
1532
|
-
:param _CsrEncryptAlgo:
|
1562
|
+
:param _CsrEncryptAlgo: 加密算法,取值为ECC、RSA, 默认为RSA
|
1563
|
+
国密证书类型本字段不用传
|
1533
1564
|
:type CsrEncryptAlgo: str
|
1534
|
-
:param _ManagerId: 管理人ID
|
1565
|
+
:param _ManagerId: 管理人ID,在 [腾讯云控制台](https://console.cloud.tencent.com/ssl/info) 可进行查看,若无满足的管理人信息, 则本参数传0 ; 若存在满足当前订单的管理人信息, 可以根据 [DescribeManagers](https://cloud.tencent.com/document/product/400/52672) 查看管理人ID; 若传了管理人ID,则Org开头、Admin开头、Tech开头的参数可不传; 管理人ID会包含公司信息
|
1566
|
+
|
1535
1567
|
:type ManagerId: str
|
1536
|
-
:param _TechPhone:
|
1568
|
+
:param _TechPhone: 联系人电话。若没有传ManagerId, 则此字段必传
|
1537
1569
|
:type TechPhone: str
|
1538
1570
|
:param _TechEmail: 联系人邮箱
|
1539
1571
|
:type TechEmail: str
|
1540
|
-
:param _TechTitle:
|
1572
|
+
:param _TechTitle: 联系人职位。若没有传ManagerId, 则此字段必传
|
1541
1573
|
:type TechTitle: str
|
1542
1574
|
"""
|
1543
1575
|
self._CertId = None
|
1544
1576
|
self._GenCsrType = None
|
1545
1577
|
self._CertCommonName = None
|
1546
1578
|
self._CompanyType = None
|
1579
|
+
self._CompanyId = None
|
1547
1580
|
self._OrgIdType = None
|
1548
1581
|
self._OrgIdNumber = None
|
1549
1582
|
self._AdminIdType = None
|
1550
1583
|
self._AdminIdNumber = None
|
1551
1584
|
self._TechIdType = None
|
1552
1585
|
self._TechIdNumber = None
|
1553
|
-
self._CompanyId = None
|
1554
1586
|
self._Csr = None
|
1555
1587
|
self._DnsNames = None
|
1556
1588
|
self._KeyPass = None
|
@@ -1581,7 +1613,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1581
1613
|
|
1582
1614
|
@property
|
1583
1615
|
def CertId(self):
|
1584
|
-
"""
|
1616
|
+
"""待提交资料的付费证书 ID。
|
1585
1617
|
:rtype: str
|
1586
1618
|
"""
|
1587
1619
|
return self._CertId
|
@@ -1592,7 +1624,9 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1592
1624
|
|
1593
1625
|
@property
|
1594
1626
|
def GenCsrType(self):
|
1595
|
-
"""CSR
|
1627
|
+
"""此字段必传。 CSR 生成方式, 取值为:
|
1628
|
+
- online:腾讯云提交的填写的参数信息生成CSR和私钥,并由腾讯云加密存储
|
1629
|
+
- parse:自行生成CSR和私钥,并通过上传CSR申请证书
|
1596
1630
|
:rtype: str
|
1597
1631
|
"""
|
1598
1632
|
return self._GenCsrType
|
@@ -1603,7 +1637,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1603
1637
|
|
1604
1638
|
@property
|
1605
1639
|
def CertCommonName(self):
|
1606
|
-
"""
|
1640
|
+
"""证书绑定的通用名称, 若是上传的CSR,则该域名需与CSR解析的通用名称一致
|
1607
1641
|
:rtype: str
|
1608
1642
|
"""
|
1609
1643
|
return self._CertCommonName
|
@@ -1614,7 +1648,9 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1614
1648
|
|
1615
1649
|
@property
|
1616
1650
|
def CompanyType(self):
|
1617
|
-
"""
|
1651
|
+
"""组织信息类型, 取值范围:
|
1652
|
+
1(个人):仅DV类型证书可设置为1, 个人类型证书组织信息字段可不传:Org开头,Admin开头,Tech开头
|
1653
|
+
2(公司):所有类型证书都可设置为2, 按需传组织信息字段
|
1618
1654
|
:rtype: int
|
1619
1655
|
"""
|
1620
1656
|
return self._CompanyType
|
@@ -1623,9 +1659,24 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1623
1659
|
def CompanyType(self, CompanyType):
|
1624
1660
|
self._CompanyType = CompanyType
|
1625
1661
|
|
1662
|
+
@property
|
1663
|
+
def CompanyId(self):
|
1664
|
+
"""公司ID,在 [腾讯云控制台](https://console.cloud.tencent.com/ssl/info) 可进行查看,若无满足的公司信息, 则本参数传0 ; 若存在满足当前订单的公司信息, 可以根据 [DescribeCompanies](https://cloud.tencent.com/document/product/400/90375) 查看公司ID; 若传了公司ID,则Org开头的参数可不传
|
1665
|
+
|
1666
|
+
|
1667
|
+
:rtype: str
|
1668
|
+
"""
|
1669
|
+
return self._CompanyId
|
1670
|
+
|
1671
|
+
@CompanyId.setter
|
1672
|
+
def CompanyId(self, CompanyId):
|
1673
|
+
self._CompanyId = CompanyId
|
1674
|
+
|
1626
1675
|
@property
|
1627
1676
|
def OrgIdType(self):
|
1628
|
-
"""
|
1677
|
+
"""公司证件类型,取值范围:
|
1678
|
+
TYDMZ(统一社会信用代码 ):仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段
|
1679
|
+
OTHERS(其他)
|
1629
1680
|
:rtype: str
|
1630
1681
|
"""
|
1631
1682
|
return self._OrgIdType
|
@@ -1636,7 +1687,9 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1636
1687
|
|
1637
1688
|
@property
|
1638
1689
|
def OrgIdNumber(self):
|
1639
|
-
"""
|
1690
|
+
"""公司证件号码,取值范围:
|
1691
|
+
TYDMZ(统一社会信用代码 ):11532xxxxxxxx24820
|
1692
|
+
|
1640
1693
|
:rtype: str
|
1641
1694
|
"""
|
1642
1695
|
return self._OrgIdNumber
|
@@ -1647,7 +1700,9 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1647
1700
|
|
1648
1701
|
@property
|
1649
1702
|
def AdminIdType(self):
|
1650
|
-
"""
|
1703
|
+
"""管理人证件类型,取值范围:
|
1704
|
+
SFZ(身份证):仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段
|
1705
|
+
HZ(护照):仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段
|
1651
1706
|
:rtype: str
|
1652
1707
|
"""
|
1653
1708
|
return self._AdminIdType
|
@@ -1658,7 +1713,9 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1658
1713
|
|
1659
1714
|
@property
|
1660
1715
|
def AdminIdNumber(self):
|
1661
|
-
"""
|
1716
|
+
"""管理人证件号码,仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段, 取值范围:
|
1717
|
+
SFZ(身份证):110000xxxxxxxx1242
|
1718
|
+
HZ(护照):EFxxxxxxx
|
1662
1719
|
:rtype: str
|
1663
1720
|
"""
|
1664
1721
|
return self._AdminIdNumber
|
@@ -1669,7 +1726,9 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1669
1726
|
|
1670
1727
|
@property
|
1671
1728
|
def TechIdType(self):
|
1672
|
-
"""
|
1729
|
+
"""联系人证件类型,取值范围:
|
1730
|
+
SFZ(身份证):仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段
|
1731
|
+
HZ(护照):仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段
|
1673
1732
|
:rtype: str
|
1674
1733
|
"""
|
1675
1734
|
return self._TechIdType
|
@@ -1680,7 +1739,9 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1680
1739
|
|
1681
1740
|
@property
|
1682
1741
|
def TechIdNumber(self):
|
1683
|
-
"""
|
1742
|
+
"""联系人证件号码,仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段,取值范围:
|
1743
|
+
SFZ(身份证):110000xxxxxxxx1242
|
1744
|
+
HZ(护照):EFxxxxxxx
|
1684
1745
|
:rtype: str
|
1685
1746
|
"""
|
1686
1747
|
return self._TechIdNumber
|
@@ -1689,20 +1750,10 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1689
1750
|
def TechIdNumber(self, TechIdNumber):
|
1690
1751
|
self._TechIdNumber = TechIdNumber
|
1691
1752
|
|
1692
|
-
@property
|
1693
|
-
def CompanyId(self):
|
1694
|
-
"""公司ID
|
1695
|
-
:rtype: str
|
1696
|
-
"""
|
1697
|
-
return self._CompanyId
|
1698
|
-
|
1699
|
-
@CompanyId.setter
|
1700
|
-
def CompanyId(self, CompanyId):
|
1701
|
-
self._CompanyId = CompanyId
|
1702
|
-
|
1703
1753
|
@property
|
1704
1754
|
def Csr(self):
|
1705
|
-
"""上传的 CSR
|
1755
|
+
"""上传的 CSR 内容。
|
1756
|
+
若GenCsrType为parse, 则此字段必传。
|
1706
1757
|
:rtype: str
|
1707
1758
|
"""
|
1708
1759
|
return self._Csr
|
@@ -1713,7 +1764,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1713
1764
|
|
1714
1765
|
@property
|
1715
1766
|
def DnsNames(self):
|
1716
|
-
"""
|
1767
|
+
"""证书绑定的其他域名, 单域名、泛域名证书无需提供。 多域名、多泛域名必填
|
1717
1768
|
:rtype: list of str
|
1718
1769
|
"""
|
1719
1770
|
return self._DnsNames
|
@@ -1724,7 +1775,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1724
1775
|
|
1725
1776
|
@property
|
1726
1777
|
def KeyPass(self):
|
1727
|
-
"""
|
1778
|
+
"""私钥密码, 目前仅使用在生成jks、pfx格式证书时密码; 其他格式私钥证书未加密
|
1728
1779
|
:rtype: str
|
1729
1780
|
"""
|
1730
1781
|
return self._KeyPass
|
@@ -1735,7 +1786,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1735
1786
|
|
1736
1787
|
@property
|
1737
1788
|
def OrgOrganization(self):
|
1738
|
-
"""
|
1789
|
+
"""公司名称。若没有传CompanyId或者ManagerId, 则此字段必传
|
1739
1790
|
:rtype: str
|
1740
1791
|
"""
|
1741
1792
|
return self._OrgOrganization
|
@@ -1746,7 +1797,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1746
1797
|
|
1747
1798
|
@property
|
1748
1799
|
def OrgDivision(self):
|
1749
|
-
"""
|
1800
|
+
"""部门名称。若没有传CompanyId或者ManagerId, 则此字段必传
|
1750
1801
|
:rtype: str
|
1751
1802
|
"""
|
1752
1803
|
return self._OrgDivision
|
@@ -1757,7 +1808,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1757
1808
|
|
1758
1809
|
@property
|
1759
1810
|
def OrgAddress(self):
|
1760
|
-
"""
|
1811
|
+
"""公司详细地址。若没有传CompanyId或者ManagerId, 则此字段必传
|
1761
1812
|
:rtype: str
|
1762
1813
|
"""
|
1763
1814
|
return self._OrgAddress
|
@@ -1768,7 +1819,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1768
1819
|
|
1769
1820
|
@property
|
1770
1821
|
def OrgCountry(self):
|
1771
|
-
"""国家名称,如中国:CN
|
1822
|
+
"""国家名称,如中国:CN 。若没有传CompanyId或者ManagerId, 则此字段必传
|
1772
1823
|
:rtype: str
|
1773
1824
|
"""
|
1774
1825
|
return self._OrgCountry
|
@@ -1779,7 +1830,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1779
1830
|
|
1780
1831
|
@property
|
1781
1832
|
def OrgCity(self):
|
1782
|
-
"""
|
1833
|
+
"""公司所在城市。若没有传CompanyId或者ManagerId, 则此字段必传
|
1783
1834
|
:rtype: str
|
1784
1835
|
"""
|
1785
1836
|
return self._OrgCity
|
@@ -1790,7 +1841,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1790
1841
|
|
1791
1842
|
@property
|
1792
1843
|
def OrgRegion(self):
|
1793
|
-
"""
|
1844
|
+
"""公司所在省份。若没有传CompanyId或者ManagerId, 则此字段必传
|
1794
1845
|
:rtype: str
|
1795
1846
|
"""
|
1796
1847
|
return self._OrgRegion
|
@@ -1801,7 +1852,8 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1801
1852
|
|
1802
1853
|
@property
|
1803
1854
|
def OrgPhoneArea(self):
|
1804
|
-
"""
|
1855
|
+
"""公司所属区号。若没有传CompanyId或者ManagerId, 则此字段必传
|
1856
|
+
如:021。 手机号码传 86
|
1805
1857
|
:rtype: str
|
1806
1858
|
"""
|
1807
1859
|
return self._OrgPhoneArea
|
@@ -1812,7 +1864,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1812
1864
|
|
1813
1865
|
@property
|
1814
1866
|
def OrgPhoneNumber(self):
|
1815
|
-
"""
|
1867
|
+
"""公司所属号码。若没有传CompanyId或者ManagerId, 则此字段必传
|
1816
1868
|
:rtype: str
|
1817
1869
|
"""
|
1818
1870
|
return self._OrgPhoneNumber
|
@@ -1823,7 +1875,10 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1823
1875
|
|
1824
1876
|
@property
|
1825
1877
|
def VerifyType(self):
|
1826
|
-
"""
|
1878
|
+
"""证书域名验证方式:
|
1879
|
+
DNS_AUTO: 自动添加域名DNS验证, 需用户域名解析托管在『[云解析DNS](https://console.cloud.tencent.com/cns)』,且与申请证书归属同一个腾讯云账号
|
1880
|
+
DNS:手动添加域名DNS验证,需用户手动去域名解析服务商添加验证值
|
1881
|
+
FILE:手动添加域名文件验证。 需要用户手动在域名站点根目录添加指定路径文件进行文件验证, http&https任一通过即可;且域名站点需海外CA机构能访问, 具体访问白名单为:64.78.193.238,216.168.247.9,216.168.249.9,54.189.196.217
|
1827
1882
|
:rtype: str
|
1828
1883
|
"""
|
1829
1884
|
return self._VerifyType
|
@@ -1834,7 +1889,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1834
1889
|
|
1835
1890
|
@property
|
1836
1891
|
def AdminFirstName(self):
|
1837
|
-
"""
|
1892
|
+
"""管理人名。若没有传ManagerId, 则此字段必传
|
1838
1893
|
:rtype: str
|
1839
1894
|
"""
|
1840
1895
|
return self._AdminFirstName
|
@@ -1845,7 +1900,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1845
1900
|
|
1846
1901
|
@property
|
1847
1902
|
def AdminLastName(self):
|
1848
|
-
"""
|
1903
|
+
"""管理人姓。若没有传ManagerId, 则此字段必传
|
1849
1904
|
:rtype: str
|
1850
1905
|
"""
|
1851
1906
|
return self._AdminLastName
|
@@ -1856,7 +1911,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1856
1911
|
|
1857
1912
|
@property
|
1858
1913
|
def AdminPhone(self):
|
1859
|
-
"""
|
1914
|
+
"""管理人手机号码。若没有传ManagerId, 则此字段必传
|
1860
1915
|
:rtype: str
|
1861
1916
|
"""
|
1862
1917
|
return self._AdminPhone
|
@@ -1867,7 +1922,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1867
1922
|
|
1868
1923
|
@property
|
1869
1924
|
def AdminEmail(self):
|
1870
|
-
"""
|
1925
|
+
"""管理人邮箱地址。若没有传ManagerId, 则此字段必传
|
1871
1926
|
:rtype: str
|
1872
1927
|
"""
|
1873
1928
|
return self._AdminEmail
|
@@ -1878,7 +1933,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1878
1933
|
|
1879
1934
|
@property
|
1880
1935
|
def AdminTitle(self):
|
1881
|
-
"""
|
1936
|
+
"""管理人职位。若没有传ManagerId, 则此字段必传
|
1882
1937
|
:rtype: str
|
1883
1938
|
"""
|
1884
1939
|
return self._AdminTitle
|
@@ -1889,7 +1944,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1889
1944
|
|
1890
1945
|
@property
|
1891
1946
|
def TechFirstName(self):
|
1892
|
-
"""
|
1947
|
+
"""联系人名。若没有传ManagerId, 则此字段必传
|
1893
1948
|
:rtype: str
|
1894
1949
|
"""
|
1895
1950
|
return self._TechFirstName
|
@@ -1900,7 +1955,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1900
1955
|
|
1901
1956
|
@property
|
1902
1957
|
def TechLastName(self):
|
1903
|
-
"""
|
1958
|
+
"""联系人姓。若没有传ManagerId, 则此字段必传
|
1904
1959
|
:rtype: str
|
1905
1960
|
"""
|
1906
1961
|
return self._TechLastName
|
@@ -1911,7 +1966,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1911
1966
|
|
1912
1967
|
@property
|
1913
1968
|
def ContactEmail(self):
|
1914
|
-
"""联系人邮箱地址。
|
1969
|
+
"""联系人邮箱地址。CompanyType为1时, 此字段必传
|
1915
1970
|
:rtype: str
|
1916
1971
|
"""
|
1917
1972
|
return self._ContactEmail
|
@@ -1933,7 +1988,8 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1933
1988
|
|
1934
1989
|
@property
|
1935
1990
|
def CsrKeyParameter(self):
|
1936
|
-
"""
|
1991
|
+
"""密钥对参数,RSA支持2048,4096。ECC仅支持prime256v1。加密算法选择ECC时,此参数必填
|
1992
|
+
国密证书类型本字段不用传
|
1937
1993
|
:rtype: str
|
1938
1994
|
"""
|
1939
1995
|
return self._CsrKeyParameter
|
@@ -1944,7 +2000,8 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1944
2000
|
|
1945
2001
|
@property
|
1946
2002
|
def CsrEncryptAlgo(self):
|
1947
|
-
"""
|
2003
|
+
"""加密算法,取值为ECC、RSA, 默认为RSA
|
2004
|
+
国密证书类型本字段不用传
|
1948
2005
|
:rtype: str
|
1949
2006
|
"""
|
1950
2007
|
return self._CsrEncryptAlgo
|
@@ -1955,7 +2012,8 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1955
2012
|
|
1956
2013
|
@property
|
1957
2014
|
def ManagerId(self):
|
1958
|
-
"""管理人ID
|
2015
|
+
"""管理人ID,在 [腾讯云控制台](https://console.cloud.tencent.com/ssl/info) 可进行查看,若无满足的管理人信息, 则本参数传0 ; 若存在满足当前订单的管理人信息, 可以根据 [DescribeManagers](https://cloud.tencent.com/document/product/400/52672) 查看管理人ID; 若传了管理人ID,则Org开头、Admin开头、Tech开头的参数可不传; 管理人ID会包含公司信息
|
2016
|
+
|
1959
2017
|
:rtype: str
|
1960
2018
|
"""
|
1961
2019
|
return self._ManagerId
|
@@ -1966,7 +2024,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1966
2024
|
|
1967
2025
|
@property
|
1968
2026
|
def TechPhone(self):
|
1969
|
-
"""
|
2027
|
+
"""联系人电话。若没有传ManagerId, 则此字段必传
|
1970
2028
|
:rtype: str
|
1971
2029
|
"""
|
1972
2030
|
return self._TechPhone
|
@@ -1988,7 +2046,7 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
1988
2046
|
|
1989
2047
|
@property
|
1990
2048
|
def TechTitle(self):
|
1991
|
-
"""
|
2049
|
+
"""联系人职位。若没有传ManagerId, 则此字段必传
|
1992
2050
|
:rtype: str
|
1993
2051
|
"""
|
1994
2052
|
return self._TechTitle
|
@@ -2003,13 +2061,13 @@ class CertificateInfoSubmitRequest(AbstractModel):
|
|
2003
2061
|
self._GenCsrType = params.get("GenCsrType")
|
2004
2062
|
self._CertCommonName = params.get("CertCommonName")
|
2005
2063
|
self._CompanyType = params.get("CompanyType")
|
2064
|
+
self._CompanyId = params.get("CompanyId")
|
2006
2065
|
self._OrgIdType = params.get("OrgIdType")
|
2007
2066
|
self._OrgIdNumber = params.get("OrgIdNumber")
|
2008
2067
|
self._AdminIdType = params.get("AdminIdType")
|
2009
2068
|
self._AdminIdNumber = params.get("AdminIdNumber")
|
2010
2069
|
self._TechIdType = params.get("TechIdType")
|
2011
2070
|
self._TechIdNumber = params.get("TechIdNumber")
|
2012
|
-
self._CompanyId = params.get("CompanyId")
|
2013
2071
|
self._Csr = params.get("Csr")
|
2014
2072
|
self._DnsNames = params.get("DnsNames")
|
2015
2073
|
self._KeyPass = params.get("KeyPass")
|
@@ -2082,11 +2140,14 @@ class CertificateOrderSubmitRequest(AbstractModel):
|
|
2082
2140
|
|
2083
2141
|
def __init__(self):
|
2084
2142
|
r"""
|
2085
|
-
:param _CertId:
|
2143
|
+
:param _CertId: 待提交资料的付费证书 ID。
|
2086
2144
|
:type CertId: str
|
2087
2145
|
:param _DeleteDnsAutoRecord: 是否删除自动DNS验证值:0,不删除; 1,删除; 默认不删除
|
2088
2146
|
:type DeleteDnsAutoRecord: int
|
2089
|
-
:param _VerifyType:
|
2147
|
+
:param _VerifyType: 证书域名验证方式:
|
2148
|
+
DNS_AUTO: 自动添加域名DNS验证, 需用户域名解析托管在『[云解析DNS](https://console.cloud.tencent.com/cns)』,且与申请证书归属同一个腾讯云账号
|
2149
|
+
DNS:手动添加域名DNS验证,需用户手动去域名解析服务商添加验证值
|
2150
|
+
FILE:手动添加域名文件验证。 需要用户手动在域名站点根目录添加指定路径文件进行文件验证, http&https任一通过即可;且域名站点需海外CA机构能访问, 具体访问白名单见控制台页面
|
2090
2151
|
:type VerifyType: str
|
2091
2152
|
"""
|
2092
2153
|
self._CertId = None
|
@@ -2095,7 +2156,7 @@ class CertificateOrderSubmitRequest(AbstractModel):
|
|
2095
2156
|
|
2096
2157
|
@property
|
2097
2158
|
def CertId(self):
|
2098
|
-
"""
|
2159
|
+
"""待提交资料的付费证书 ID。
|
2099
2160
|
:rtype: str
|
2100
2161
|
"""
|
2101
2162
|
return self._CertId
|
@@ -2117,7 +2178,10 @@ class CertificateOrderSubmitRequest(AbstractModel):
|
|
2117
2178
|
|
2118
2179
|
@property
|
2119
2180
|
def VerifyType(self):
|
2120
|
-
"""
|
2181
|
+
"""证书域名验证方式:
|
2182
|
+
DNS_AUTO: 自动添加域名DNS验证, 需用户域名解析托管在『[云解析DNS](https://console.cloud.tencent.com/cns)』,且与申请证书归属同一个腾讯云账号
|
2183
|
+
DNS:手动添加域名DNS验证,需用户手动去域名解析服务商添加验证值
|
2184
|
+
FILE:手动添加域名文件验证。 需要用户手动在域名站点根目录添加指定路径文件进行文件验证, http&https任一通过即可;且域名站点需海外CA机构能访问, 具体访问白名单见控制台页面
|
2121
2185
|
:rtype: str
|
2122
2186
|
"""
|
2123
2187
|
return self._VerifyType
|
@@ -2227,17 +2291,104 @@ class Certificates(AbstractModel):
|
|
2227
2291
|
:param _ProjectId: 项目 ID。
|
2228
2292
|
注意:此字段可能返回 null,表示取不到有效值。
|
2229
2293
|
:type ProjectId: str
|
2230
|
-
:param _From:
|
2294
|
+
:param _From: 证书来源:
|
2295
|
+
trustasia:亚洲诚信,
|
2296
|
+
upload:用户上传。
|
2297
|
+
wosign:沃通
|
2298
|
+
sheca:上海CA
|
2231
2299
|
注意:此字段可能返回 null,表示取不到有效值。
|
2232
2300
|
:type From: str
|
2233
2301
|
:param _PackageType: 证书套餐类型:
|
2234
|
-
|
2302
|
+
null:用户上传证书(没有套餐类型),
|
2303
|
+
2:TrustAsia TLS RSA CA,
|
2304
|
+
3:SecureSite 增强型企业版(EV Pro),
|
2305
|
+
4:SecureSite 增强型(EV),
|
2306
|
+
5:SecureSite 企业型专业版(OV Pro),
|
2307
|
+
6:SecureSite 企业型(OV),
|
2308
|
+
7:SecureSite 企业型(OV)通配符,
|
2309
|
+
8:Geotrust 增强型(EV),
|
2310
|
+
9:Geotrust 企业型(OV),
|
2311
|
+
10:Geotrust 企业型(OV)通配符,
|
2312
|
+
11:TrustAsia 域名型多域名 SSL 证书,
|
2313
|
+
12:TrustAsia 域名型(DV)通配符,
|
2314
|
+
13:TrustAsia 企业型通配符(OV)SSL 证书(D3),
|
2315
|
+
14:TrustAsia 企业型(OV)SSL 证书(D3),
|
2316
|
+
15:TrustAsia 企业型多域名 (OV)SSL 证书(D3),
|
2317
|
+
16:TrustAsia 增强型 (EV)SSL 证书(D3),
|
2318
|
+
17:TrustAsia 增强型多域名(EV)SSL 证书(D3),
|
2319
|
+
18:GlobalSign 企业型(OV)SSL 证书,
|
2320
|
+
19:GlobalSign 企业型通配符 (OV)SSL 证书,
|
2321
|
+
20:GlobalSign 增强型 (EV)SSL 证书,
|
2322
|
+
21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3),
|
2323
|
+
22:GlobalSign 企业型多域名(OV)SSL 证书,
|
2324
|
+
23:GlobalSign 企业型通配符多域名(OV)SSL 证书,
|
2325
|
+
24:GlobalSign 增强型多域名(EV)SSL 证书,
|
2326
|
+
25:Wotrus 域名型证书,
|
2327
|
+
26:Wotrus 域名型多域名证书,
|
2328
|
+
27:Wotrus 域名型通配符证书,
|
2329
|
+
28:Wotrus 企业型证书,
|
2330
|
+
29:Wotrus 企业型多域名证书,
|
2331
|
+
30:Wotrus 企业型通配符证书,
|
2332
|
+
31:Wotrus 增强型证书,
|
2333
|
+
32:Wotrus 增强型多域名证书,
|
2334
|
+
33:WoTrus-国密域名型证书,
|
2335
|
+
34:WoTrus-国密域名型证书(多域名),
|
2336
|
+
35:WoTrus-国密域名型证书(通配符),
|
2337
|
+
37:WoTrus-国密企业型证书,
|
2338
|
+
38:WoTrus-国密企业型证书(多域名),
|
2339
|
+
39:WoTrus-国密企业型证书(通配符),
|
2340
|
+
40:WoTrus-国密增强型证书,
|
2341
|
+
41:WoTrus-国密增强型证书(多域名),
|
2342
|
+
42:TrustAsia-域名型证书(通配符多域名),
|
2343
|
+
43:DNSPod-企业型(OV)SSL证书
|
2344
|
+
44:DNSPod-企业型(OV)通配符SSL证书
|
2345
|
+
45:DNSPod-企业型(OV)多域名SSL证书
|
2346
|
+
46:DNSPod-增强型(EV)SSL证书
|
2347
|
+
47:DNSPod-增强型(EV)多域名SSL证书
|
2348
|
+
48:DNSPod-域名型(DV)SSL证书
|
2349
|
+
49:DNSPod-域名型(DV)通配符SSL证书
|
2350
|
+
50:DNSPod-域名型(DV)多域名SSL证书
|
2351
|
+
51:DNSPod(国密)-企业型(OV)SSL证书
|
2352
|
+
52:DNSPod(国密)-企业型(OV)通配符SSL证书
|
2353
|
+
53:DNSPod(国密)-企业型(OV)多域名SSL证书
|
2354
|
+
54:DNSPod(国密)-域名型(DV)SSL证书
|
2355
|
+
55:DNSPod(国密)-域名型(DV)通配符SSL证书
|
2356
|
+
56:DNSPod(国密)-域名型(DV)多域名SSL证书
|
2357
|
+
57:SecureSite 企业型专业版多域名(OV Pro)
|
2358
|
+
58:SecureSite 企业型多域名(OV)
|
2359
|
+
59:SecureSite 增强型专业版多域名(EV Pro)
|
2360
|
+
60:SecureSite 增强型多域名(EV)
|
2361
|
+
61:Geotrust 增强型多域名(EV)
|
2362
|
+
75:SecureSite 企业型(OV)
|
2363
|
+
76:SecureSite 企业型(OV)通配符
|
2364
|
+
77:SecureSite 增强型(EV)
|
2365
|
+
78:Geotrust 企业型(OV)
|
2366
|
+
79:Geotrust 企业型(OV)通配符
|
2367
|
+
80:Geotrust 增强型(EV)
|
2368
|
+
81:GlobalSign 企业型(OV)SSL证书
|
2369
|
+
82:GlobalSign 企业型通配符 (OV)SSL证书
|
2370
|
+
83:TrustAsia C1 DV Free
|
2371
|
+
85:GlobalSign 增强型 (EV)SSL证书
|
2372
|
+
88:GlobalSign 企业型通配符多域名 (OV)SSL证书
|
2373
|
+
89:GlobalSign 企业型多域名 (OV)SSL证书
|
2374
|
+
90:GlobalSign 增强型多域名(EV) SSL证书
|
2375
|
+
91:Geotrust 增强型多域名(EV)
|
2376
|
+
92:SecureSite 企业型专业版多域名(OV Pro)
|
2377
|
+
93:SecureSite 企业型多域名(OV)
|
2378
|
+
94:SecureSite 增强型专业版多域名(EV Pro)
|
2379
|
+
95:SecureSite 增强型多域名(EV)
|
2380
|
+
96:SecureSite 增强型专业版(EV Pro)
|
2381
|
+
97:SecureSite 企业型专业版(OV Pro)
|
2382
|
+
98:CFCA 企业型(OV)SSL证书
|
2383
|
+
99:CFCA 企业型多域名(OV)SSL证书
|
2384
|
+
100:CFCA 企业型通配符(OV)SSL证书
|
2385
|
+
101:CFCA 增强型(EV)SSL证书
|
2235
2386
|
注意:此字段可能返回 null,表示取不到有效值。
|
2236
2387
|
:type PackageType: str
|
2237
2388
|
:param _CertificateType: 证书类型:CA = 客户端证书,SVR = 服务器证书。
|
2238
2389
|
注意:此字段可能返回 null,表示取不到有效值。
|
2239
2390
|
:type CertificateType: str
|
2240
|
-
:param _ProductZhName:
|
2391
|
+
:param _ProductZhName: 证书产品名称
|
2241
2392
|
注意:此字段可能返回 null,表示取不到有效值。
|
2242
2393
|
:type ProductZhName: str
|
2243
2394
|
:param _Domain: 主域名。
|
@@ -2246,7 +2397,7 @@ class Certificates(AbstractModel):
|
|
2246
2397
|
:param _Alias: 备注名称。
|
2247
2398
|
注意:此字段可能返回 null,表示取不到有效值。
|
2248
2399
|
:type Alias: str
|
2249
|
-
:param _Status:
|
2400
|
+
:param _Status: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中
|
2250
2401
|
注意:此字段可能返回 null,表示取不到有效值。
|
2251
2402
|
:type Status: int
|
2252
2403
|
:param _CertificateExtra: 证书扩展信息。
|
@@ -2258,7 +2409,7 @@ class Certificates(AbstractModel):
|
|
2258
2409
|
:param _StatusMsg: 状态信息。
|
2259
2410
|
注意:此字段可能返回 null,表示取不到有效值。
|
2260
2411
|
:type StatusMsg: str
|
2261
|
-
:param _VerifyType: 验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,
|
2412
|
+
:param _VerifyType: 验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,DNS_PROXY = DNS代理验证。FILE_PROXY = 文件代理验证
|
2262
2413
|
注意:此字段可能返回 null,表示取不到有效值。
|
2263
2414
|
:type VerifyType: str
|
2264
2415
|
:param _CertBeginTime: 证书生效时间。
|
@@ -2474,7 +2625,11 @@ class Certificates(AbstractModel):
|
|
2474
2625
|
|
2475
2626
|
@property
|
2476
2627
|
def From(self):
|
2477
|
-
"""
|
2628
|
+
"""证书来源:
|
2629
|
+
trustasia:亚洲诚信,
|
2630
|
+
upload:用户上传。
|
2631
|
+
wosign:沃通
|
2632
|
+
sheca:上海CA
|
2478
2633
|
注意:此字段可能返回 null,表示取不到有效值。
|
2479
2634
|
:rtype: str
|
2480
2635
|
"""
|
@@ -2487,7 +2642,90 @@ class Certificates(AbstractModel):
|
|
2487
2642
|
@property
|
2488
2643
|
def PackageType(self):
|
2489
2644
|
"""证书套餐类型:
|
2490
|
-
|
2645
|
+
null:用户上传证书(没有套餐类型),
|
2646
|
+
2:TrustAsia TLS RSA CA,
|
2647
|
+
3:SecureSite 增强型企业版(EV Pro),
|
2648
|
+
4:SecureSite 增强型(EV),
|
2649
|
+
5:SecureSite 企业型专业版(OV Pro),
|
2650
|
+
6:SecureSite 企业型(OV),
|
2651
|
+
7:SecureSite 企业型(OV)通配符,
|
2652
|
+
8:Geotrust 增强型(EV),
|
2653
|
+
9:Geotrust 企业型(OV),
|
2654
|
+
10:Geotrust 企业型(OV)通配符,
|
2655
|
+
11:TrustAsia 域名型多域名 SSL 证书,
|
2656
|
+
12:TrustAsia 域名型(DV)通配符,
|
2657
|
+
13:TrustAsia 企业型通配符(OV)SSL 证书(D3),
|
2658
|
+
14:TrustAsia 企业型(OV)SSL 证书(D3),
|
2659
|
+
15:TrustAsia 企业型多域名 (OV)SSL 证书(D3),
|
2660
|
+
16:TrustAsia 增强型 (EV)SSL 证书(D3),
|
2661
|
+
17:TrustAsia 增强型多域名(EV)SSL 证书(D3),
|
2662
|
+
18:GlobalSign 企业型(OV)SSL 证书,
|
2663
|
+
19:GlobalSign 企业型通配符 (OV)SSL 证书,
|
2664
|
+
20:GlobalSign 增强型 (EV)SSL 证书,
|
2665
|
+
21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3),
|
2666
|
+
22:GlobalSign 企业型多域名(OV)SSL 证书,
|
2667
|
+
23:GlobalSign 企业型通配符多域名(OV)SSL 证书,
|
2668
|
+
24:GlobalSign 增强型多域名(EV)SSL 证书,
|
2669
|
+
25:Wotrus 域名型证书,
|
2670
|
+
26:Wotrus 域名型多域名证书,
|
2671
|
+
27:Wotrus 域名型通配符证书,
|
2672
|
+
28:Wotrus 企业型证书,
|
2673
|
+
29:Wotrus 企业型多域名证书,
|
2674
|
+
30:Wotrus 企业型通配符证书,
|
2675
|
+
31:Wotrus 增强型证书,
|
2676
|
+
32:Wotrus 增强型多域名证书,
|
2677
|
+
33:WoTrus-国密域名型证书,
|
2678
|
+
34:WoTrus-国密域名型证书(多域名),
|
2679
|
+
35:WoTrus-国密域名型证书(通配符),
|
2680
|
+
37:WoTrus-国密企业型证书,
|
2681
|
+
38:WoTrus-国密企业型证书(多域名),
|
2682
|
+
39:WoTrus-国密企业型证书(通配符),
|
2683
|
+
40:WoTrus-国密增强型证书,
|
2684
|
+
41:WoTrus-国密增强型证书(多域名),
|
2685
|
+
42:TrustAsia-域名型证书(通配符多域名),
|
2686
|
+
43:DNSPod-企业型(OV)SSL证书
|
2687
|
+
44:DNSPod-企业型(OV)通配符SSL证书
|
2688
|
+
45:DNSPod-企业型(OV)多域名SSL证书
|
2689
|
+
46:DNSPod-增强型(EV)SSL证书
|
2690
|
+
47:DNSPod-增强型(EV)多域名SSL证书
|
2691
|
+
48:DNSPod-域名型(DV)SSL证书
|
2692
|
+
49:DNSPod-域名型(DV)通配符SSL证书
|
2693
|
+
50:DNSPod-域名型(DV)多域名SSL证书
|
2694
|
+
51:DNSPod(国密)-企业型(OV)SSL证书
|
2695
|
+
52:DNSPod(国密)-企业型(OV)通配符SSL证书
|
2696
|
+
53:DNSPod(国密)-企业型(OV)多域名SSL证书
|
2697
|
+
54:DNSPod(国密)-域名型(DV)SSL证书
|
2698
|
+
55:DNSPod(国密)-域名型(DV)通配符SSL证书
|
2699
|
+
56:DNSPod(国密)-域名型(DV)多域名SSL证书
|
2700
|
+
57:SecureSite 企业型专业版多域名(OV Pro)
|
2701
|
+
58:SecureSite 企业型多域名(OV)
|
2702
|
+
59:SecureSite 增强型专业版多域名(EV Pro)
|
2703
|
+
60:SecureSite 增强型多域名(EV)
|
2704
|
+
61:Geotrust 增强型多域名(EV)
|
2705
|
+
75:SecureSite 企业型(OV)
|
2706
|
+
76:SecureSite 企业型(OV)通配符
|
2707
|
+
77:SecureSite 增强型(EV)
|
2708
|
+
78:Geotrust 企业型(OV)
|
2709
|
+
79:Geotrust 企业型(OV)通配符
|
2710
|
+
80:Geotrust 增强型(EV)
|
2711
|
+
81:GlobalSign 企业型(OV)SSL证书
|
2712
|
+
82:GlobalSign 企业型通配符 (OV)SSL证书
|
2713
|
+
83:TrustAsia C1 DV Free
|
2714
|
+
85:GlobalSign 增强型 (EV)SSL证书
|
2715
|
+
88:GlobalSign 企业型通配符多域名 (OV)SSL证书
|
2716
|
+
89:GlobalSign 企业型多域名 (OV)SSL证书
|
2717
|
+
90:GlobalSign 增强型多域名(EV) SSL证书
|
2718
|
+
91:Geotrust 增强型多域名(EV)
|
2719
|
+
92:SecureSite 企业型专业版多域名(OV Pro)
|
2720
|
+
93:SecureSite 企业型多域名(OV)
|
2721
|
+
94:SecureSite 增强型专业版多域名(EV Pro)
|
2722
|
+
95:SecureSite 增强型多域名(EV)
|
2723
|
+
96:SecureSite 增强型专业版(EV Pro)
|
2724
|
+
97:SecureSite 企业型专业版(OV Pro)
|
2725
|
+
98:CFCA 企业型(OV)SSL证书
|
2726
|
+
99:CFCA 企业型多域名(OV)SSL证书
|
2727
|
+
100:CFCA 企业型通配符(OV)SSL证书
|
2728
|
+
101:CFCA 增强型(EV)SSL证书
|
2491
2729
|
注意:此字段可能返回 null,表示取不到有效值。
|
2492
2730
|
:rtype: str
|
2493
2731
|
"""
|
@@ -2511,7 +2749,7 @@ class Certificates(AbstractModel):
|
|
2511
2749
|
|
2512
2750
|
@property
|
2513
2751
|
def ProductZhName(self):
|
2514
|
-
"""
|
2752
|
+
"""证书产品名称
|
2515
2753
|
注意:此字段可能返回 null,表示取不到有效值。
|
2516
2754
|
:rtype: str
|
2517
2755
|
"""
|
@@ -2547,7 +2785,7 @@ class Certificates(AbstractModel):
|
|
2547
2785
|
|
2548
2786
|
@property
|
2549
2787
|
def Status(self):
|
2550
|
-
"""
|
2788
|
+
"""证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中
|
2551
2789
|
注意:此字段可能返回 null,表示取不到有效值。
|
2552
2790
|
:rtype: int
|
2553
2791
|
"""
|
@@ -2595,7 +2833,7 @@ class Certificates(AbstractModel):
|
|
2595
2833
|
|
2596
2834
|
@property
|
2597
2835
|
def VerifyType(self):
|
2598
|
-
"""验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,
|
2836
|
+
"""验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,DNS_PROXY = DNS代理验证。FILE_PROXY = 文件代理验证
|
2599
2837
|
注意:此字段可能返回 null,表示取不到有效值。
|
2600
2838
|
:rtype: str
|
2601
2839
|
"""
|
@@ -3320,14 +3558,14 @@ class CheckCertificateDomainVerificationRequest(AbstractModel):
|
|
3320
3558
|
|
3321
3559
|
def __init__(self):
|
3322
3560
|
r"""
|
3323
|
-
:param _CertificateId: 证书ID。
|
3561
|
+
:param _CertificateId: 证书ID。
|
3324
3562
|
:type CertificateId: str
|
3325
3563
|
"""
|
3326
3564
|
self._CertificateId = None
|
3327
3565
|
|
3328
3566
|
@property
|
3329
3567
|
def CertificateId(self):
|
3330
|
-
"""证书ID。
|
3568
|
+
"""证书ID。
|
3331
3569
|
:rtype: str
|
3332
3570
|
"""
|
3333
3571
|
return self._CertificateId
|
@@ -3356,7 +3594,7 @@ class CheckCertificateDomainVerificationResponse(AbstractModel):
|
|
3356
3594
|
|
3357
3595
|
def __init__(self):
|
3358
3596
|
r"""
|
3359
|
-
:param _VerificationResults:
|
3597
|
+
:param _VerificationResults: 证书域名验证结果列表, 证书若绑定了多个域名, 则返回数组有多份
|
3360
3598
|
注意:此字段可能返回 null,表示取不到有效值。
|
3361
3599
|
:type VerificationResults: list of DomainValidationResult
|
3362
3600
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -3367,7 +3605,7 @@ class CheckCertificateDomainVerificationResponse(AbstractModel):
|
|
3367
3605
|
|
3368
3606
|
@property
|
3369
3607
|
def VerificationResults(self):
|
3370
|
-
"""
|
3608
|
+
"""证书域名验证结果列表, 证书若绑定了多个域名, 则返回数组有多份
|
3371
3609
|
注意:此字段可能返回 null,表示取不到有效值。
|
3372
3610
|
:rtype: list of DomainValidationResult
|
3373
3611
|
"""
|
@@ -3908,9 +4146,12 @@ class CommitCertificateInformationRequest(AbstractModel):
|
|
3908
4146
|
|
3909
4147
|
def __init__(self):
|
3910
4148
|
r"""
|
3911
|
-
:param _CertificateId:
|
4149
|
+
:param _CertificateId: 待提交资料的付费证书 ID。
|
3912
4150
|
:type CertificateId: str
|
3913
|
-
:param _VerifyType:
|
4151
|
+
:param _VerifyType: 证书域名验证方式:
|
4152
|
+
DNS_AUTO: 自动添加域名DNS验证, 需用户域名解析托管在『[云解析DNS](https://console.cloud.tencent.com/cns)』,且与申请证书归属同一个腾讯云账号
|
4153
|
+
DNS:手动添加域名DNS验证,需用户手动去域名解析服务商添加验证值
|
4154
|
+
FILE:手动添加域名文件验证。 需要用户手动在域名站点根目录添加指定路径文件进行文件验证, http&https任一通过即可;且域名站点需海外CA机构能访问, 具体访问白名单为:64.78.193.238,216.168.247.9,216.168.249.9,54.189.196.217
|
3914
4155
|
:type VerifyType: str
|
3915
4156
|
"""
|
3916
4157
|
self._CertificateId = None
|
@@ -3918,7 +4159,7 @@ class CommitCertificateInformationRequest(AbstractModel):
|
|
3918
4159
|
|
3919
4160
|
@property
|
3920
4161
|
def CertificateId(self):
|
3921
|
-
"""
|
4162
|
+
"""待提交资料的付费证书 ID。
|
3922
4163
|
:rtype: str
|
3923
4164
|
"""
|
3924
4165
|
return self._CertificateId
|
@@ -3929,7 +4170,10 @@ class CommitCertificateInformationRequest(AbstractModel):
|
|
3929
4170
|
|
3930
4171
|
@property
|
3931
4172
|
def VerifyType(self):
|
3932
|
-
"""
|
4173
|
+
"""证书域名验证方式:
|
4174
|
+
DNS_AUTO: 自动添加域名DNS验证, 需用户域名解析托管在『[云解析DNS](https://console.cloud.tencent.com/cns)』,且与申请证书归属同一个腾讯云账号
|
4175
|
+
DNS:手动添加域名DNS验证,需用户手动去域名解析服务商添加验证值
|
4176
|
+
FILE:手动添加域名文件验证。 需要用户手动在域名站点根目录添加指定路径文件进行文件验证, http&https任一通过即可;且域名站点需海外CA机构能访问, 具体访问白名单为:64.78.193.238,216.168.247.9,216.168.249.9,54.189.196.217
|
3933
4177
|
:rtype: str
|
3934
4178
|
"""
|
3935
4179
|
return self._VerifyType
|
@@ -4031,10 +4275,13 @@ class CompanyInfo(AbstractModel):
|
|
4031
4275
|
:type CompanyAddress: str
|
4032
4276
|
:param _CompanyPhone: 公司电话
|
4033
4277
|
:type CompanyPhone: str
|
4034
|
-
:param _IdType:
|
4278
|
+
:param _IdType: 公司证件类型,取值范围:
|
4279
|
+
TYDMZ(统一社会信用代码 ):仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段
|
4280
|
+
OTHERS(其他)
|
4035
4281
|
注意:此字段可能返回 null,表示取不到有效值。
|
4036
4282
|
:type IdType: str
|
4037
|
-
:param _IdNumber:
|
4283
|
+
:param _IdNumber: 公司证件号码,取值范围:
|
4284
|
+
TYDMZ(统一社会信用代码 ):11532xxxxxxxx24820
|
4038
4285
|
注意:此字段可能返回 null,表示取不到有效值。
|
4039
4286
|
:type IdNumber: str
|
4040
4287
|
:param _Tags: 标签
|
@@ -4131,7 +4378,9 @@ class CompanyInfo(AbstractModel):
|
|
4131
4378
|
|
4132
4379
|
@property
|
4133
4380
|
def IdType(self):
|
4134
|
-
"""
|
4381
|
+
"""公司证件类型,取值范围:
|
4382
|
+
TYDMZ(统一社会信用代码 ):仅CFCA类型证书需要使用本字段, 其他类型证书不需要使用本字段
|
4383
|
+
OTHERS(其他)
|
4135
4384
|
注意:此字段可能返回 null,表示取不到有效值。
|
4136
4385
|
:rtype: str
|
4137
4386
|
"""
|
@@ -4143,7 +4392,8 @@ class CompanyInfo(AbstractModel):
|
|
4143
4392
|
|
4144
4393
|
@property
|
4145
4394
|
def IdNumber(self):
|
4146
|
-
"""
|
4395
|
+
"""公司证件号码,取值范围:
|
4396
|
+
TYDMZ(统一社会信用代码 ):11532xxxxxxxx24820
|
4147
4397
|
注意:此字段可能返回 null,表示取不到有效值。
|
4148
4398
|
:rtype: str
|
4149
4399
|
"""
|
@@ -4481,7 +4731,68 @@ class CreateCertificateByPackageRequest(AbstractModel):
|
|
4481
4731
|
|
4482
4732
|
def __init__(self):
|
4483
4733
|
r"""
|
4484
|
-
:param _ProductPid: 证书产品PID
|
4734
|
+
:param _ProductPid: 证书产品PID,以下是对每个PID及其对应的证书文字说明:
|
4735
|
+
1. 1022451 - CFCA-增强型(EV)SSL证书
|
4736
|
+
2. 1022449 - CFCA-企业型(OV) SSL证书(通配符)
|
4737
|
+
3. 1022447 - CFCA-企业型(OV)SSL证书
|
4738
|
+
4. 1014028 - DNSPod亚信国密-企业型(OV)通配符证书
|
4739
|
+
5. 1014030 - DNSPod亚信国密-企业型(OV)多域名证书
|
4740
|
+
6. 1014026 - DNSPod亚信国密-企业型(OV)证书
|
4741
|
+
7. 1014022 - DNSPod亚信国密-域名型(DV)通配符证书
|
4742
|
+
8. 1014024 - DNSPod亚信国密-域名型(DV)多域名证书
|
4743
|
+
9. 1014020 - DNSPod亚信国密-域名型(DV)证书
|
4744
|
+
10. 1013949 - DNSPod SSL 域名型SSL证书(C1)
|
4745
|
+
11. 1013953 - DNSPod SSL域名型多域名SSL证书(C1)
|
4746
|
+
12. 1013951 - DNSPod-SSL域名型DV(泛域名)
|
4747
|
+
13. 1013955 - DNSPod 企业型SSL证书(C1)
|
4748
|
+
14. 1013959 - DNSPod 企业型多域名SSL证书(C1)
|
4749
|
+
15. 1013957 - DNSPod 企业型通配符SSL证书(C1)
|
4750
|
+
16. 1013961 - DNSPod 增强型 SSL 证书(C1)
|
4751
|
+
17. 1013963 - DNSPod 增强型多域名SSL证书(C1)
|
4752
|
+
18. 1005919 - TrustAsia-域名型DV(通配符多域名)
|
4753
|
+
19. 1013882 - SecureSite-增强型专业版EVPro(多域名)
|
4754
|
+
20. 1018559 - SecureSite-增强型专业版EVPro(单域名)
|
4755
|
+
21. 1013910 - GlobalSign-增强型EV(多域名)
|
4756
|
+
22. 1013904 - GlobalSign-增强型EV(单域名)
|
4757
|
+
23. 1013898 - TrustAsia-增强型EV(多域名)
|
4758
|
+
24. 1013888 - TrustAsia-增强型EV(单域名)
|
4759
|
+
25. 1013886 - GeoTrust-增强型EV(多域名)
|
4760
|
+
26. 1018529 - GeoTrust-增强型EV(单域名)
|
4761
|
+
27. 1013880 - SecureSite-增强型EV(多域名)
|
4762
|
+
28. 1018557 - SecureSite-增强型EV(单域名)
|
4763
|
+
29. 1018586 - TrustAsia-域名型DV(泛域名)
|
4764
|
+
30. 1018584 - TrustAsia-域名型DV(多域名)
|
4765
|
+
31. 1013878 - SecureSite-企业型专业版OV Pro(多域名)
|
4766
|
+
32. 1018582 - SecureSite-企业型专业版OV Pro(单域名)
|
4767
|
+
33. 1013908 - GlobalSign-企业型OV(通配符多域名)
|
4768
|
+
34. 1013902 - GlobalSign-企业型OV(泛域名)
|
4769
|
+
35. 1013906 - GlobalSign-企业型OV(多域名)
|
4770
|
+
36. 1013900 - GlobalSign-企业型OV(单域名)
|
4771
|
+
37. 1013896 - TrustAsia-企业型OV(通配符多域名)
|
4772
|
+
38. 1013892 - TrustAsia-企业型OV(泛域名)
|
4773
|
+
39. 1013894 - TrustAsia-企业型OV(多域名)
|
4774
|
+
40. 1013890 - TrustAsia-企业型OV(单域名)
|
4775
|
+
41. 1004360 - GeoTrust-企业型OV(泛域名)
|
4776
|
+
42. 1013884 - GeoTrust-企业型OV(单域名)
|
4777
|
+
43. 1013874 - SecureSite-企业型OV(泛域名)
|
4778
|
+
44. 1013876 - SecureSite-企业型OV(多域名)
|
4779
|
+
45. 1018580 - SecureSite-企业型OV(单域名)
|
4780
|
+
46. 1004460 - DNSPod-国密增强型证书(多域名)
|
4781
|
+
47. 1004458 - DNSPod-国密增强型证书
|
4782
|
+
48. 1004370 - DNSPod-国密企业型证书(通配符)
|
4783
|
+
49. 1004368 - DNSPod-国密企业型证书(多域名)
|
4784
|
+
50. 1004366 - DNSPod-国密企业型证书
|
4785
|
+
51. 1004362 - DNSPod-国密域名型证书(通配符)
|
4786
|
+
52. 1004364 - DNSPod-国密域名型证书(多域名)
|
4787
|
+
53. 1004358 - DNSPod-国密域名型证书
|
4788
|
+
54. 1004456 - WoTrus-增强型证书(多域名)
|
4789
|
+
55. 1004454 - WoTrus-增强型证书
|
4790
|
+
56. 1004168 - WoTrus-企业型证书(通配符)
|
4791
|
+
57. 1004166 - WoTrus-企业型证书(多域名)
|
4792
|
+
58. 1004164 - WoTrus-企业型证书
|
4793
|
+
59. 1004159 - WoTrus-域名型证书(通配符)
|
4794
|
+
60. 1004161 - WoTrus-域名型证书(多域名)
|
4795
|
+
61. 1004157 - WoTrus-域名型证书
|
4485
4796
|
:type ProductPid: int
|
4486
4797
|
:param _PackageIds: 要消耗的权益包ID。
|
4487
4798
|
:type PackageIds: list of str
|
@@ -4495,9 +4806,9 @@ class CreateCertificateByPackageRequest(AbstractModel):
|
|
4495
4806
|
:type RenewGenCsrMethod: str
|
4496
4807
|
:param _RenewCsr: 续费时选择上传CSR时填写CSR。
|
4497
4808
|
:type RenewCsr: str
|
4498
|
-
:param _RenewAlgorithmType: 续费证书CSR
|
4809
|
+
:param _RenewAlgorithmType: 续费证书CSR的算法类型:RSA,ECC,SM2
|
4499
4810
|
:type RenewAlgorithmType: str
|
4500
|
-
:param _RenewAlgorithmParam: 续费证书CSR
|
4811
|
+
:param _RenewAlgorithmParam: 续费证书CSR的算法参数:2048,4096,prime256v1
|
4501
4812
|
:type RenewAlgorithmParam: str
|
4502
4813
|
:param _ProjectId: 项目ID。
|
4503
4814
|
:type ProjectId: int
|
@@ -4515,7 +4826,68 @@ class CreateCertificateByPackageRequest(AbstractModel):
|
|
4515
4826
|
:type CompanyId: int
|
4516
4827
|
:param _VerifyType: 验证方式
|
4517
4828
|
:type VerifyType: str
|
4518
|
-
:param _PriceKey:
|
4829
|
+
:param _PriceKey: 询价参数,以下是对每个询价参数及其对应的证书文字说明:
|
4830
|
+
1. sv_ssl_cost_cfca_ca_ev - CFCA-增强型(EV)SSL证书
|
4831
|
+
2. sv_ssl_cost_cfca_ca_ovwildcard - CFCA-企业型(OV) SSL证书(通配符)
|
4832
|
+
3. sv_ssl_cost_cfca_ca_ov - CFCA-企业型(OV)SSL证书
|
4833
|
+
4. sv_ssl_cost_dnspod_ca_sm2_ovwildcard - DNSPod亚信国密-企业型(OV)通配符证书
|
4834
|
+
5. sv_ssl_cost_dnspod_ca_sm2_ovmultidomain - DNSPod亚信国密-企业型(OV)多域名证书
|
4835
|
+
6. sv_ssl_cost_dnspod_ca_sm2_ov - DNSPod亚信国密-企业型(OV)证书
|
4836
|
+
7. sv_ssl_cost_dnspod_ca_sm2_dvwildcard - DNSPod亚信国密-域名型(DV)通配符证书
|
4837
|
+
8. sv_ssl_cost_dnspod_ca_sm2_dvmultidomain - DNSPod亚信国密-域名型(DV)多域名证书
|
4838
|
+
9. sv_ssl_cost_dnspod_ca_sm2_dv - DNSPod亚信国密-域名型(DV)证书
|
4839
|
+
10. sv_ssl_cost_dnspod_ca_dv - DNSPod SSL 域名型SSL证书(C1)
|
4840
|
+
11. sv_ssl_cost_dnspod_ca_dvmultidomain - DNSPod SSL域名型多域名SSL证书(C1)
|
4841
|
+
12. sv_ssl_cost_dnspod_ca_dvwildcard - DNSPod-SSL域名型DV(泛域名)
|
4842
|
+
13. sv_ssl_cost_dnspod_ca_ov - DNSPod 企业型SSL证书(C1)
|
4843
|
+
14. sv_ssl_cost_dnspod_ca_ovmultidomain - DNSPod 企业型多域名SSL证书(C1)
|
4844
|
+
15. sv_ssl_cost_dnspod_ca_ovwildcard - DNSPod 企业型通配符SSL证书(C1)
|
4845
|
+
16. sv_ssl_cost_dnspod_ca_ev - DNSPod 增强型 SSL 证书(C1)
|
4846
|
+
17. sv_ssl_cost_dnspod_ca_evmultidomain - DNSPod 增强型多域名SSL证书(C1)
|
4847
|
+
18. sv_ssl_cost_trustasia_dvwildcardmulti - TrustAsia-域名型DV(通配符多域名)
|
4848
|
+
19. sv_ssl_cost_securesiteevpromul_sh - SecureSite-增强型专业版EVPro(多域名)
|
4849
|
+
20. sv_ssl_cost_symantec_evpro - SecureSite-增强型专业版EVPro(单域名)
|
4850
|
+
21. sv_ssl_cost_globalsign_ev_mul_sh - GlobalSign-增强型EV(多域名)
|
4851
|
+
22. sv_ssl_cost_globalsign_ev - GlobalSign-增强型EV(单域名)
|
4852
|
+
23. sv_ssl_cost_trustasia_evmultidomain - TrustAsia-增强型EV(多域名)
|
4853
|
+
24. sv_ssl_cost_trustasia_ev - TrustAsia-增强型EV(单域名)
|
4854
|
+
25. sv_ssl_cost_geotrust_evmultidomain - GeoTrust-增强型EV(多域名)
|
4855
|
+
26. sv_ssl_cost_geotrust_ev - GeoTrust-增强型EV(单域名)
|
4856
|
+
27. sv_ssl_cost_symantec_evmultidomain - SecureSite-增强型EV(多域名)
|
4857
|
+
28. sv_ssl_cost_symantec_ev - SecureSite-增强型EV(单域名)
|
4858
|
+
29. sv_ssl_cost_trustasia_dvwildcard - TrustAsia-域名型DV(泛域名)
|
4859
|
+
30. sv_ssl_cost_trustasia_dvmultidomain - TrustAsia-域名型DV(多域名)
|
4860
|
+
31. sv_ssl_cost_symantec_ovpromultidomain - SecureSite-企业型专业版OV Pro(多域名)
|
4861
|
+
32. sv_ssl_cost_symantec_ovpro - SecureSite-企业型专业版OV Pro(单域名)
|
4862
|
+
33. sv_ssl_cost_globalsign_ovwildcardmulti - GlobalSign-企业型OV(通配符多域名)
|
4863
|
+
34. sv_ssl_cost_globalsign_ovwildcard - GlobalSign-企业型OV(泛域名)
|
4864
|
+
35. sv_ssl_cost_globalsign_ovmultidomain - GlobalSign-企业型OV(多域名)
|
4865
|
+
36. sv_ssl_cost_globalsign_ov - GlobalSign-企业型OV(单域名)
|
4866
|
+
37. sv_ssl_cost_trustasia_ovwildcardmulti - TrustAsia-企业型OV(通配符多域名)
|
4867
|
+
38. sv_ssl_cost_trustasia_ovwildcard - TrustAsia-企业型OV(泛域名)
|
4868
|
+
39. sv_ssl_cost_trustasia_ovmultidomain - TrustAsia-企业型OV(多域名)
|
4869
|
+
40. sv_ssl_cost_trustasia_ov - TrustAsia-企业型OV(单域名)
|
4870
|
+
41. sv_ssl_cost_geotrust_ovwildcard - GeoTrust-企业型OV(泛域名)
|
4871
|
+
42. sv_ssl_cost_geotrust_ov - GeoTrust-企业型OV(单域名)
|
4872
|
+
43. sv_ssl_cost_symantec_ovwildcard - SecureSite-企业型OV(泛域名)
|
4873
|
+
44. sv_ssl_cost_symantec_ovmultidomain - SecureSite-企业型OV(多域名)
|
4874
|
+
45. sv_ssl_cost_symantec_ov - SecureSite-企业型OV(单域名)
|
4875
|
+
46. sv_ssl_cost_dnspod_evmultidomain - DNSPod-国密增强型证书(多域名)
|
4876
|
+
47. sv_ssl_cost_dnspod_ev - DNSPod-国密增强型证书
|
4877
|
+
48. sv_ssl_cost_dnspod_ovwildcard - DNSPod-国密企业型证书(通配符)
|
4878
|
+
49. sv_ssl_cost_dnspod_ovmultidomain - DNSPod-国密企业型证书(多域名)
|
4879
|
+
50. sv_ssl_cost_dnspod_ov - DNSPod-国密企业型证书
|
4880
|
+
51. sv_ssl_cost_dnspod_dvwildcard - DNSPod-国密域名型证书(通配符)
|
4881
|
+
52. sv_ssl_cost_dnspod_dvmultidomain - DNSPod-国密域名型证书(多域名)
|
4882
|
+
53. sv_ssl_cost_dnspod_dv - DNSPod-国密域名型证书
|
4883
|
+
54. sv_ssl_cost_wotrus_evmultidomain - WoTrus-增强型证书(多域名)
|
4884
|
+
55. sv_ssl_cost_wotrus_ev - WoTrus-增强型证书
|
4885
|
+
56. sv_ssl_cost_wotrus_ovwildcard - WoTrus-企业型证书(通配符)
|
4886
|
+
57. sv_ssl_cost_wotrus_ovmultidomain - WoTrus-企业型证书(多域名)
|
4887
|
+
58. sv_ssl_cost_wotrus_ov - WoTrus-企业型证书
|
4888
|
+
59. sv_ssl_cost_wotrus_dvwildcard - WoTrus-域名型证书(通配符)
|
4889
|
+
60. sv_ssl_cost_wotrus_dvmultidomain - WoTrus-域名型证书(多域名)
|
4890
|
+
61. sv_ssl_cost_wotrus_dv - WoTrus-域名型证书
|
4519
4891
|
:type PriceKey: str
|
4520
4892
|
"""
|
4521
4893
|
self._ProductPid = None
|
@@ -4539,7 +4911,68 @@ class CreateCertificateByPackageRequest(AbstractModel):
|
|
4539
4911
|
|
4540
4912
|
@property
|
4541
4913
|
def ProductPid(self):
|
4542
|
-
"""证书产品PID
|
4914
|
+
"""证书产品PID,以下是对每个PID及其对应的证书文字说明:
|
4915
|
+
1. 1022451 - CFCA-增强型(EV)SSL证书
|
4916
|
+
2. 1022449 - CFCA-企业型(OV) SSL证书(通配符)
|
4917
|
+
3. 1022447 - CFCA-企业型(OV)SSL证书
|
4918
|
+
4. 1014028 - DNSPod亚信国密-企业型(OV)通配符证书
|
4919
|
+
5. 1014030 - DNSPod亚信国密-企业型(OV)多域名证书
|
4920
|
+
6. 1014026 - DNSPod亚信国密-企业型(OV)证书
|
4921
|
+
7. 1014022 - DNSPod亚信国密-域名型(DV)通配符证书
|
4922
|
+
8. 1014024 - DNSPod亚信国密-域名型(DV)多域名证书
|
4923
|
+
9. 1014020 - DNSPod亚信国密-域名型(DV)证书
|
4924
|
+
10. 1013949 - DNSPod SSL 域名型SSL证书(C1)
|
4925
|
+
11. 1013953 - DNSPod SSL域名型多域名SSL证书(C1)
|
4926
|
+
12. 1013951 - DNSPod-SSL域名型DV(泛域名)
|
4927
|
+
13. 1013955 - DNSPod 企业型SSL证书(C1)
|
4928
|
+
14. 1013959 - DNSPod 企业型多域名SSL证书(C1)
|
4929
|
+
15. 1013957 - DNSPod 企业型通配符SSL证书(C1)
|
4930
|
+
16. 1013961 - DNSPod 增强型 SSL 证书(C1)
|
4931
|
+
17. 1013963 - DNSPod 增强型多域名SSL证书(C1)
|
4932
|
+
18. 1005919 - TrustAsia-域名型DV(通配符多域名)
|
4933
|
+
19. 1013882 - SecureSite-增强型专业版EVPro(多域名)
|
4934
|
+
20. 1018559 - SecureSite-增强型专业版EVPro(单域名)
|
4935
|
+
21. 1013910 - GlobalSign-增强型EV(多域名)
|
4936
|
+
22. 1013904 - GlobalSign-增强型EV(单域名)
|
4937
|
+
23. 1013898 - TrustAsia-增强型EV(多域名)
|
4938
|
+
24. 1013888 - TrustAsia-增强型EV(单域名)
|
4939
|
+
25. 1013886 - GeoTrust-增强型EV(多域名)
|
4940
|
+
26. 1018529 - GeoTrust-增强型EV(单域名)
|
4941
|
+
27. 1013880 - SecureSite-增强型EV(多域名)
|
4942
|
+
28. 1018557 - SecureSite-增强型EV(单域名)
|
4943
|
+
29. 1018586 - TrustAsia-域名型DV(泛域名)
|
4944
|
+
30. 1018584 - TrustAsia-域名型DV(多域名)
|
4945
|
+
31. 1013878 - SecureSite-企业型专业版OV Pro(多域名)
|
4946
|
+
32. 1018582 - SecureSite-企业型专业版OV Pro(单域名)
|
4947
|
+
33. 1013908 - GlobalSign-企业型OV(通配符多域名)
|
4948
|
+
34. 1013902 - GlobalSign-企业型OV(泛域名)
|
4949
|
+
35. 1013906 - GlobalSign-企业型OV(多域名)
|
4950
|
+
36. 1013900 - GlobalSign-企业型OV(单域名)
|
4951
|
+
37. 1013896 - TrustAsia-企业型OV(通配符多域名)
|
4952
|
+
38. 1013892 - TrustAsia-企业型OV(泛域名)
|
4953
|
+
39. 1013894 - TrustAsia-企业型OV(多域名)
|
4954
|
+
40. 1013890 - TrustAsia-企业型OV(单域名)
|
4955
|
+
41. 1004360 - GeoTrust-企业型OV(泛域名)
|
4956
|
+
42. 1013884 - GeoTrust-企业型OV(单域名)
|
4957
|
+
43. 1013874 - SecureSite-企业型OV(泛域名)
|
4958
|
+
44. 1013876 - SecureSite-企业型OV(多域名)
|
4959
|
+
45. 1018580 - SecureSite-企业型OV(单域名)
|
4960
|
+
46. 1004460 - DNSPod-国密增强型证书(多域名)
|
4961
|
+
47. 1004458 - DNSPod-国密增强型证书
|
4962
|
+
48. 1004370 - DNSPod-国密企业型证书(通配符)
|
4963
|
+
49. 1004368 - DNSPod-国密企业型证书(多域名)
|
4964
|
+
50. 1004366 - DNSPod-国密企业型证书
|
4965
|
+
51. 1004362 - DNSPod-国密域名型证书(通配符)
|
4966
|
+
52. 1004364 - DNSPod-国密域名型证书(多域名)
|
4967
|
+
53. 1004358 - DNSPod-国密域名型证书
|
4968
|
+
54. 1004456 - WoTrus-增强型证书(多域名)
|
4969
|
+
55. 1004454 - WoTrus-增强型证书
|
4970
|
+
56. 1004168 - WoTrus-企业型证书(通配符)
|
4971
|
+
57. 1004166 - WoTrus-企业型证书(多域名)
|
4972
|
+
58. 1004164 - WoTrus-企业型证书
|
4973
|
+
59. 1004159 - WoTrus-域名型证书(通配符)
|
4974
|
+
60. 1004161 - WoTrus-域名型证书(多域名)
|
4975
|
+
61. 1004157 - WoTrus-域名型证书
|
4543
4976
|
:rtype: int
|
4544
4977
|
"""
|
4545
4978
|
return self._ProductPid
|
@@ -4616,7 +5049,7 @@ class CreateCertificateByPackageRequest(AbstractModel):
|
|
4616
5049
|
|
4617
5050
|
@property
|
4618
5051
|
def RenewAlgorithmType(self):
|
4619
|
-
"""续费证书CSR
|
5052
|
+
"""续费证书CSR的算法类型:RSA,ECC,SM2
|
4620
5053
|
:rtype: str
|
4621
5054
|
"""
|
4622
5055
|
return self._RenewAlgorithmType
|
@@ -4627,7 +5060,7 @@ class CreateCertificateByPackageRequest(AbstractModel):
|
|
4627
5060
|
|
4628
5061
|
@property
|
4629
5062
|
def RenewAlgorithmParam(self):
|
4630
|
-
"""续费证书CSR
|
5063
|
+
"""续费证书CSR的算法参数:2048,4096,prime256v1
|
4631
5064
|
:rtype: str
|
4632
5065
|
"""
|
4633
5066
|
return self._RenewAlgorithmParam
|
@@ -4726,7 +5159,68 @@ class CreateCertificateByPackageRequest(AbstractModel):
|
|
4726
5159
|
|
4727
5160
|
@property
|
4728
5161
|
def PriceKey(self):
|
4729
|
-
"""
|
5162
|
+
"""询价参数,以下是对每个询价参数及其对应的证书文字说明:
|
5163
|
+
1. sv_ssl_cost_cfca_ca_ev - CFCA-增强型(EV)SSL证书
|
5164
|
+
2. sv_ssl_cost_cfca_ca_ovwildcard - CFCA-企业型(OV) SSL证书(通配符)
|
5165
|
+
3. sv_ssl_cost_cfca_ca_ov - CFCA-企业型(OV)SSL证书
|
5166
|
+
4. sv_ssl_cost_dnspod_ca_sm2_ovwildcard - DNSPod亚信国密-企业型(OV)通配符证书
|
5167
|
+
5. sv_ssl_cost_dnspod_ca_sm2_ovmultidomain - DNSPod亚信国密-企业型(OV)多域名证书
|
5168
|
+
6. sv_ssl_cost_dnspod_ca_sm2_ov - DNSPod亚信国密-企业型(OV)证书
|
5169
|
+
7. sv_ssl_cost_dnspod_ca_sm2_dvwildcard - DNSPod亚信国密-域名型(DV)通配符证书
|
5170
|
+
8. sv_ssl_cost_dnspod_ca_sm2_dvmultidomain - DNSPod亚信国密-域名型(DV)多域名证书
|
5171
|
+
9. sv_ssl_cost_dnspod_ca_sm2_dv - DNSPod亚信国密-域名型(DV)证书
|
5172
|
+
10. sv_ssl_cost_dnspod_ca_dv - DNSPod SSL 域名型SSL证书(C1)
|
5173
|
+
11. sv_ssl_cost_dnspod_ca_dvmultidomain - DNSPod SSL域名型多域名SSL证书(C1)
|
5174
|
+
12. sv_ssl_cost_dnspod_ca_dvwildcard - DNSPod-SSL域名型DV(泛域名)
|
5175
|
+
13. sv_ssl_cost_dnspod_ca_ov - DNSPod 企业型SSL证书(C1)
|
5176
|
+
14. sv_ssl_cost_dnspod_ca_ovmultidomain - DNSPod 企业型多域名SSL证书(C1)
|
5177
|
+
15. sv_ssl_cost_dnspod_ca_ovwildcard - DNSPod 企业型通配符SSL证书(C1)
|
5178
|
+
16. sv_ssl_cost_dnspod_ca_ev - DNSPod 增强型 SSL 证书(C1)
|
5179
|
+
17. sv_ssl_cost_dnspod_ca_evmultidomain - DNSPod 增强型多域名SSL证书(C1)
|
5180
|
+
18. sv_ssl_cost_trustasia_dvwildcardmulti - TrustAsia-域名型DV(通配符多域名)
|
5181
|
+
19. sv_ssl_cost_securesiteevpromul_sh - SecureSite-增强型专业版EVPro(多域名)
|
5182
|
+
20. sv_ssl_cost_symantec_evpro - SecureSite-增强型专业版EVPro(单域名)
|
5183
|
+
21. sv_ssl_cost_globalsign_ev_mul_sh - GlobalSign-增强型EV(多域名)
|
5184
|
+
22. sv_ssl_cost_globalsign_ev - GlobalSign-增强型EV(单域名)
|
5185
|
+
23. sv_ssl_cost_trustasia_evmultidomain - TrustAsia-增强型EV(多域名)
|
5186
|
+
24. sv_ssl_cost_trustasia_ev - TrustAsia-增强型EV(单域名)
|
5187
|
+
25. sv_ssl_cost_geotrust_evmultidomain - GeoTrust-增强型EV(多域名)
|
5188
|
+
26. sv_ssl_cost_geotrust_ev - GeoTrust-增强型EV(单域名)
|
5189
|
+
27. sv_ssl_cost_symantec_evmultidomain - SecureSite-增强型EV(多域名)
|
5190
|
+
28. sv_ssl_cost_symantec_ev - SecureSite-增强型EV(单域名)
|
5191
|
+
29. sv_ssl_cost_trustasia_dvwildcard - TrustAsia-域名型DV(泛域名)
|
5192
|
+
30. sv_ssl_cost_trustasia_dvmultidomain - TrustAsia-域名型DV(多域名)
|
5193
|
+
31. sv_ssl_cost_symantec_ovpromultidomain - SecureSite-企业型专业版OV Pro(多域名)
|
5194
|
+
32. sv_ssl_cost_symantec_ovpro - SecureSite-企业型专业版OV Pro(单域名)
|
5195
|
+
33. sv_ssl_cost_globalsign_ovwildcardmulti - GlobalSign-企业型OV(通配符多域名)
|
5196
|
+
34. sv_ssl_cost_globalsign_ovwildcard - GlobalSign-企业型OV(泛域名)
|
5197
|
+
35. sv_ssl_cost_globalsign_ovmultidomain - GlobalSign-企业型OV(多域名)
|
5198
|
+
36. sv_ssl_cost_globalsign_ov - GlobalSign-企业型OV(单域名)
|
5199
|
+
37. sv_ssl_cost_trustasia_ovwildcardmulti - TrustAsia-企业型OV(通配符多域名)
|
5200
|
+
38. sv_ssl_cost_trustasia_ovwildcard - TrustAsia-企业型OV(泛域名)
|
5201
|
+
39. sv_ssl_cost_trustasia_ovmultidomain - TrustAsia-企业型OV(多域名)
|
5202
|
+
40. sv_ssl_cost_trustasia_ov - TrustAsia-企业型OV(单域名)
|
5203
|
+
41. sv_ssl_cost_geotrust_ovwildcard - GeoTrust-企业型OV(泛域名)
|
5204
|
+
42. sv_ssl_cost_geotrust_ov - GeoTrust-企业型OV(单域名)
|
5205
|
+
43. sv_ssl_cost_symantec_ovwildcard - SecureSite-企业型OV(泛域名)
|
5206
|
+
44. sv_ssl_cost_symantec_ovmultidomain - SecureSite-企业型OV(多域名)
|
5207
|
+
45. sv_ssl_cost_symantec_ov - SecureSite-企业型OV(单域名)
|
5208
|
+
46. sv_ssl_cost_dnspod_evmultidomain - DNSPod-国密增强型证书(多域名)
|
5209
|
+
47. sv_ssl_cost_dnspod_ev - DNSPod-国密增强型证书
|
5210
|
+
48. sv_ssl_cost_dnspod_ovwildcard - DNSPod-国密企业型证书(通配符)
|
5211
|
+
49. sv_ssl_cost_dnspod_ovmultidomain - DNSPod-国密企业型证书(多域名)
|
5212
|
+
50. sv_ssl_cost_dnspod_ov - DNSPod-国密企业型证书
|
5213
|
+
51. sv_ssl_cost_dnspod_dvwildcard - DNSPod-国密域名型证书(通配符)
|
5214
|
+
52. sv_ssl_cost_dnspod_dvmultidomain - DNSPod-国密域名型证书(多域名)
|
5215
|
+
53. sv_ssl_cost_dnspod_dv - DNSPod-国密域名型证书
|
5216
|
+
54. sv_ssl_cost_wotrus_evmultidomain - WoTrus-增强型证书(多域名)
|
5217
|
+
55. sv_ssl_cost_wotrus_ev - WoTrus-增强型证书
|
5218
|
+
56. sv_ssl_cost_wotrus_ovwildcard - WoTrus-企业型证书(通配符)
|
5219
|
+
57. sv_ssl_cost_wotrus_ovmultidomain - WoTrus-企业型证书(多域名)
|
5220
|
+
58. sv_ssl_cost_wotrus_ov - WoTrus-企业型证书
|
5221
|
+
59. sv_ssl_cost_wotrus_dvwildcard - WoTrus-域名型证书(通配符)
|
5222
|
+
60. sv_ssl_cost_wotrus_dvmultidomain - WoTrus-域名型证书(多域名)
|
5223
|
+
61. sv_ssl_cost_wotrus_dv - WoTrus-域名型证书
|
4730
5224
|
:rtype: str
|
4731
5225
|
"""
|
4732
5226
|
return self._PriceKey
|
@@ -5280,7 +5774,7 @@ class DeleteCertificatesRequest(AbstractModel):
|
|
5280
5774
|
r"""
|
5281
5775
|
:param _CertificateIds: 要删除的证书ID。单次最多100个
|
5282
5776
|
:type CertificateIds: list of str
|
5283
|
-
:param _IsSync: 删除时是否检查证书关联了云资源。默认不检查。如需要检查关联云资源 (需授权服务角色SSL_QCSLinkedRoleInReplaceLoadCertificate)
|
5777
|
+
:param _IsSync: 删除时是否检查证书关联了云资源。默认不检查。如需要检查关联云资源 (需授权服务角色SSL_QCSLinkedRoleInReplaceLoadCertificate),完成授权后且该参数传true,删除将变成异步任务,接口会返回异步任务ID。需搭配 DescribeDeleteCertificatesTaskResult接口使用,查询删除任务是否成功。
|
5284
5778
|
:type IsSync: bool
|
5285
5779
|
"""
|
5286
5780
|
self._CertificateIds = None
|
@@ -5299,7 +5793,7 @@ class DeleteCertificatesRequest(AbstractModel):
|
|
5299
5793
|
|
5300
5794
|
@property
|
5301
5795
|
def IsSync(self):
|
5302
|
-
"""删除时是否检查证书关联了云资源。默认不检查。如需要检查关联云资源 (需授权服务角色SSL_QCSLinkedRoleInReplaceLoadCertificate)
|
5796
|
+
"""删除时是否检查证书关联了云资源。默认不检查。如需要检查关联云资源 (需授权服务角色SSL_QCSLinkedRoleInReplaceLoadCertificate),完成授权后且该参数传true,删除将变成异步任务,接口会返回异步任务ID。需搭配 DescribeDeleteCertificatesTaskResult接口使用,查询删除任务是否成功。
|
5303
5797
|
:rtype: bool
|
5304
5798
|
"""
|
5305
5799
|
return self._IsSync
|
@@ -5907,14 +6401,14 @@ class DeployCertificateRecordRollbackRequest(AbstractModel):
|
|
5907
6401
|
|
5908
6402
|
def __init__(self):
|
5909
6403
|
r"""
|
5910
|
-
:param _DeployRecordId: 待重试部署记录ID
|
6404
|
+
:param _DeployRecordId: 待重试部署记录ID, 就是通过DeployCertificateInstance返回的DeployRecordId
|
5911
6405
|
:type DeployRecordId: int
|
5912
6406
|
"""
|
5913
6407
|
self._DeployRecordId = None
|
5914
6408
|
|
5915
6409
|
@property
|
5916
6410
|
def DeployRecordId(self):
|
5917
|
-
"""待重试部署记录ID
|
6411
|
+
"""待重试部署记录ID, 就是通过DeployCertificateInstance返回的DeployRecordId
|
5918
6412
|
:rtype: int
|
5919
6413
|
"""
|
5920
6414
|
return self._DeployRecordId
|
@@ -6369,7 +6863,7 @@ class DeployRecordInfo(AbstractModel):
|
|
6369
6863
|
:type ResourceType: str
|
6370
6864
|
:param _Region: 部署地域
|
6371
6865
|
:type Region: str
|
6372
|
-
:param _Status:
|
6866
|
+
:param _Status: 部署状态:0 未开始, 1 成功, 2 失败
|
6373
6867
|
:type Status: int
|
6374
6868
|
:param _CreateTime: 部署时间
|
6375
6869
|
:type CreateTime: str
|
@@ -6430,7 +6924,7 @@ class DeployRecordInfo(AbstractModel):
|
|
6430
6924
|
|
6431
6925
|
@property
|
6432
6926
|
def Status(self):
|
6433
|
-
"""
|
6927
|
+
"""部署状态:0 未开始, 1 成功, 2 失败
|
6434
6928
|
:rtype: int
|
6435
6929
|
"""
|
6436
6930
|
return self._Status
|
@@ -6591,11 +7085,23 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
|
|
6591
7085
|
:type TaskId: str
|
6592
7086
|
:param _Limit: 每页展示数量, 默认10,最大值100; 分页总数为云资源地域下实例总数, 即第一页会拉群每个云资源的地域下面Limit数量实例
|
6593
7087
|
:type Limit: str
|
6594
|
-
:param _Offset:
|
7088
|
+
:param _Offset: 当前偏移量,默认为0
|
6595
7089
|
:type Offset: str
|
6596
|
-
:param _ResourceTypes: 查询资源类型的结果详情,
|
7090
|
+
:param _ResourceTypes: 查询资源类型的结果详情, 不传则查询所有,取值支持:
|
7091
|
+
- clb
|
7092
|
+
- cdn
|
7093
|
+
- ddos
|
7094
|
+
- live
|
7095
|
+
- vod
|
7096
|
+
- waf
|
7097
|
+
- apigateway
|
7098
|
+
- teo
|
7099
|
+
- tke
|
7100
|
+
- cos
|
7101
|
+
- tse
|
7102
|
+
- tcb
|
6597
7103
|
:type ResourceTypes: list of str
|
6598
|
-
:param _Regions: 查询地域列表的数据,
|
7104
|
+
:param _Regions: 查询地域列表的数据,clb、tke、waf、apigateway、tcb、cos、tse支持地域查询, 其他资源类型不支持
|
6599
7105
|
:type Regions: list of str
|
6600
7106
|
"""
|
6601
7107
|
self._TaskId = None
|
@@ -6628,7 +7134,7 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
|
|
6628
7134
|
|
6629
7135
|
@property
|
6630
7136
|
def Offset(self):
|
6631
|
-
"""
|
7137
|
+
"""当前偏移量,默认为0
|
6632
7138
|
:rtype: str
|
6633
7139
|
"""
|
6634
7140
|
return self._Offset
|
@@ -6639,7 +7145,19 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
|
|
6639
7145
|
|
6640
7146
|
@property
|
6641
7147
|
def ResourceTypes(self):
|
6642
|
-
"""查询资源类型的结果详情,
|
7148
|
+
"""查询资源类型的结果详情, 不传则查询所有,取值支持:
|
7149
|
+
- clb
|
7150
|
+
- cdn
|
7151
|
+
- ddos
|
7152
|
+
- live
|
7153
|
+
- vod
|
7154
|
+
- waf
|
7155
|
+
- apigateway
|
7156
|
+
- teo
|
7157
|
+
- tke
|
7158
|
+
- cos
|
7159
|
+
- tse
|
7160
|
+
- tcb
|
6643
7161
|
:rtype: list of str
|
6644
7162
|
"""
|
6645
7163
|
return self._ResourceTypes
|
@@ -6650,7 +7168,7 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
|
|
6650
7168
|
|
6651
7169
|
@property
|
6652
7170
|
def Regions(self):
|
6653
|
-
"""查询地域列表的数据,
|
7171
|
+
"""查询地域列表的数据,clb、tke、waf、apigateway、tcb、cos、tse支持地域查询, 其他资源类型不支持
|
6654
7172
|
:rtype: list of str
|
6655
7173
|
"""
|
6656
7174
|
return self._Regions
|
@@ -7127,34 +7645,134 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7127
7645
|
|
7128
7646
|
def __init__(self):
|
7129
7647
|
r"""
|
7130
|
-
:param _OwnerUin:
|
7648
|
+
:param _OwnerUin: 证书所属用户主账号 UIN。
|
7131
7649
|
注意:此字段可能返回 null,表示取不到有效值。
|
7132
7650
|
:type OwnerUin: str
|
7133
7651
|
:param _ProjectId: 项目 ID。
|
7134
7652
|
注意:此字段可能返回 null,表示取不到有效值。
|
7135
7653
|
:type ProjectId: str
|
7136
|
-
:param _From: 证书来源:
|
7654
|
+
:param _From: 证书来源:
|
7655
|
+
trustasia:亚洲诚信,
|
7656
|
+
upload:用户上传。
|
7657
|
+
wosign:沃通
|
7658
|
+
sheca:上海CA
|
7137
7659
|
注意:此字段可能返回 null,表示取不到有效值。
|
7138
7660
|
:type From: str
|
7139
7661
|
:param _CertificateType: 证书类型:CA = 客户端证书,SVR = 服务器证书。
|
7140
7662
|
注意:此字段可能返回 null,表示取不到有效值。
|
7141
7663
|
:type CertificateType: str
|
7142
|
-
:param _PackageType: 证书套餐类型:
|
7664
|
+
:param _PackageType: 证书套餐类型:
|
7665
|
+
null:用户上传证书(没有套餐类型),
|
7666
|
+
2:TrustAsia TLS RSA CA,
|
7667
|
+
3:SecureSite 增强型企业版(EV Pro),
|
7668
|
+
4:SecureSite 增强型(EV),
|
7669
|
+
5:SecureSite 企业型专业版(OV Pro),
|
7670
|
+
6:SecureSite 企业型(OV),
|
7671
|
+
7:SecureSite 企业型(OV)通配符,
|
7672
|
+
8:Geotrust 增强型(EV),
|
7673
|
+
9:Geotrust 企业型(OV),
|
7674
|
+
10:Geotrust 企业型(OV)通配符,
|
7675
|
+
11:TrustAsia 域名型多域名 SSL 证书,
|
7676
|
+
12:TrustAsia 域名型(DV)通配符,
|
7677
|
+
13:TrustAsia 企业型通配符(OV)SSL 证书(D3),
|
7678
|
+
14:TrustAsia 企业型(OV)SSL 证书(D3),
|
7679
|
+
15:TrustAsia 企业型多域名 (OV)SSL 证书(D3),
|
7680
|
+
16:TrustAsia 增强型 (EV)SSL 证书(D3),
|
7681
|
+
17:TrustAsia 增强型多域名(EV)SSL 证书(D3),
|
7682
|
+
18:GlobalSign 企业型(OV)SSL 证书,
|
7683
|
+
19:GlobalSign 企业型通配符 (OV)SSL 证书,
|
7684
|
+
20:GlobalSign 增强型 (EV)SSL 证书,
|
7685
|
+
21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3),
|
7686
|
+
22:GlobalSign 企业型多域名(OV)SSL 证书,
|
7687
|
+
23:GlobalSign 企业型通配符多域名(OV)SSL 证书,
|
7688
|
+
24:GlobalSign 增强型多域名(EV)SSL 证书,
|
7689
|
+
25:Wotrus 域名型证书,
|
7690
|
+
26:Wotrus 域名型多域名证书,
|
7691
|
+
27:Wotrus 域名型通配符证书,
|
7692
|
+
28:Wotrus 企业型证书,
|
7693
|
+
29:Wotrus 企业型多域名证书,
|
7694
|
+
30:Wotrus 企业型通配符证书,
|
7695
|
+
31:Wotrus 增强型证书,
|
7696
|
+
32:Wotrus 增强型多域名证书,
|
7697
|
+
33:WoTrus-国密域名型证书,
|
7698
|
+
34:WoTrus-国密域名型证书(多域名),
|
7699
|
+
35:WoTrus-国密域名型证书(通配符),
|
7700
|
+
37:WoTrus-国密企业型证书,
|
7701
|
+
38:WoTrus-国密企业型证书(多域名),
|
7702
|
+
39:WoTrus-国密企业型证书(通配符),
|
7703
|
+
40:WoTrus-国密增强型证书,
|
7704
|
+
41:WoTrus-国密增强型证书(多域名),
|
7705
|
+
42:TrustAsia-域名型证书(通配符多域名),
|
7706
|
+
43:DNSPod-企业型(OV)SSL证书
|
7707
|
+
44:DNSPod-企业型(OV)通配符SSL证书
|
7708
|
+
45:DNSPod-企业型(OV)多域名SSL证书
|
7709
|
+
46:DNSPod-增强型(EV)SSL证书
|
7710
|
+
47:DNSPod-增强型(EV)多域名SSL证书
|
7711
|
+
48:DNSPod-域名型(DV)SSL证书
|
7712
|
+
49:DNSPod-域名型(DV)通配符SSL证书
|
7713
|
+
50:DNSPod-域名型(DV)多域名SSL证书
|
7714
|
+
51:DNSPod(国密)-企业型(OV)SSL证书
|
7715
|
+
52:DNSPod(国密)-企业型(OV)通配符SSL证书
|
7716
|
+
53:DNSPod(国密)-企业型(OV)多域名SSL证书
|
7717
|
+
54:DNSPod(国密)-域名型(DV)SSL证书
|
7718
|
+
55:DNSPod(国密)-域名型(DV)通配符SSL证书
|
7719
|
+
56:DNSPod(国密)-域名型(DV)多域名SSL证书
|
7720
|
+
57:SecureSite 企业型专业版多域名(OV Pro)
|
7721
|
+
58:SecureSite 企业型多域名(OV)
|
7722
|
+
59:SecureSite 增强型专业版多域名(EV Pro)
|
7723
|
+
60:SecureSite 增强型多域名(EV)
|
7724
|
+
61:Geotrust 增强型多域名(EV)
|
7725
|
+
75:SecureSite 企业型(OV)
|
7726
|
+
76:SecureSite 企业型(OV)通配符
|
7727
|
+
77:SecureSite 增强型(EV)
|
7728
|
+
78:Geotrust 企业型(OV)
|
7729
|
+
79:Geotrust 企业型(OV)通配符
|
7730
|
+
80:Geotrust 增强型(EV)
|
7731
|
+
81:GlobalSign 企业型(OV)SSL证书
|
7732
|
+
82:GlobalSign 企业型通配符 (OV)SSL证书
|
7733
|
+
83:TrustAsia C1 DV Free
|
7734
|
+
85:GlobalSign 增强型 (EV)SSL证书
|
7735
|
+
88:GlobalSign 企业型通配符多域名 (OV)SSL证书
|
7736
|
+
89:GlobalSign 企业型多域名 (OV)SSL证书
|
7737
|
+
90:GlobalSign 增强型多域名(EV) SSL证书
|
7738
|
+
91:Geotrust 增强型多域名(EV)
|
7739
|
+
92:SecureSite 企业型专业版多域名(OV Pro)
|
7740
|
+
93:SecureSite 企业型多域名(OV)
|
7741
|
+
94:SecureSite 增强型专业版多域名(EV Pro)
|
7742
|
+
95:SecureSite 增强型多域名(EV)
|
7743
|
+
96:SecureSite 增强型专业版(EV Pro)
|
7744
|
+
97:SecureSite 企业型专业版(OV Pro)
|
7745
|
+
98:CFCA 企业型(OV)SSL证书
|
7746
|
+
99:CFCA 企业型多域名(OV)SSL证书
|
7747
|
+
100:CFCA 企业型通配符(OV)SSL证书
|
7748
|
+
101:CFCA 增强型(EV)SSL证书
|
7143
7749
|
注意:此字段可能返回 null,表示取不到有效值。
|
7144
7750
|
:type PackageType: str
|
7145
|
-
:param _ProductZhName:
|
7751
|
+
:param _ProductZhName: 证书产品名称
|
7146
7752
|
注意:此字段可能返回 null,表示取不到有效值。
|
7147
7753
|
:type ProductZhName: str
|
7148
|
-
:param _Domain:
|
7754
|
+
:param _Domain: 证书绑定通用名称域名。
|
7149
7755
|
注意:此字段可能返回 null,表示取不到有效值。
|
7150
7756
|
:type Domain: str
|
7151
7757
|
:param _Alias: 备注名称。
|
7152
7758
|
注意:此字段可能返回 null,表示取不到有效值。
|
7153
7759
|
:type Alias: str
|
7154
|
-
:param _Status: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 =
|
7760
|
+
:param _Status: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中
|
7155
7761
|
注意:此字段可能返回 null,表示取不到有效值。
|
7156
7762
|
:type Status: int
|
7157
|
-
:param _StatusMsg: 状态信息。
|
7763
|
+
:param _StatusMsg: 状态信息。 取值范围:
|
7764
|
+
//通用状态信息
|
7765
|
+
1、PRE-REVIEWING:预审核中
|
7766
|
+
2、LEGAL-REVIEWING:法务审核中
|
7767
|
+
3、CA-REVIEWING:CA审核中
|
7768
|
+
4、PENDING-DCV:域名验证中
|
7769
|
+
5、WAIT-ISSUE:等待签发(域名验证已通过)
|
7770
|
+
//证书审核失败状态信息
|
7771
|
+
1、订单审核失败
|
7772
|
+
2、CA审核失败,域名未通过安全审查
|
7773
|
+
3、域名验证超时,订单自动关闭,请您重新进行证书申请
|
7774
|
+
4、证书资料未通过证书CA机构审核,审核人员会致电您证书预留的联系方式,请您留意来电。后续可通过“修改资料”重新提交资料
|
7775
|
+
待持续完善
|
7158
7776
|
注意:此字段可能返回 null,表示取不到有效值。
|
7159
7777
|
:type StatusMsg: str
|
7160
7778
|
:param _VerifyType: 验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,EMAIL = 邮件验证。
|
@@ -7172,22 +7790,22 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7172
7790
|
:param _ValidityPeriod: 证书有效期:单位(月)。
|
7173
7791
|
注意:此字段可能返回 null,表示取不到有效值。
|
7174
7792
|
:type ValidityPeriod: str
|
7175
|
-
:param _InsertTime:
|
7793
|
+
:param _InsertTime: 证书申请时间。
|
7176
7794
|
注意:此字段可能返回 null,表示取不到有效值。
|
7177
7795
|
:type InsertTime: str
|
7178
|
-
:param _OrderId: 订单 ID。
|
7796
|
+
:param _OrderId: CA订单 ID。
|
7179
7797
|
注意:此字段可能返回 null,表示取不到有效值。
|
7180
7798
|
:type OrderId: str
|
7181
7799
|
:param _CertificateExtra: 证书扩展信息。
|
7182
7800
|
注意:此字段可能返回 null,表示取不到有效值。
|
7183
7801
|
:type CertificateExtra: :class:`tencentcloud.ssl.v20191205.models.CertificateExtra`
|
7184
|
-
:param _CertificatePrivateKey:
|
7802
|
+
:param _CertificatePrivateKey: 私钥证书, 国密证书则为签名证书中的私钥证书
|
7185
7803
|
注意:此字段可能返回 null,表示取不到有效值。
|
7186
7804
|
:type CertificatePrivateKey: str
|
7187
|
-
:param _CertificatePublicKey:
|
7805
|
+
:param _CertificatePublicKey: 公钥证书, 国密则为签名证书中的公钥证书
|
7188
7806
|
注意:此字段可能返回 null,表示取不到有效值。
|
7189
7807
|
:type CertificatePublicKey: str
|
7190
|
-
:param _DvAuthDetail:
|
7808
|
+
:param _DvAuthDetail: 证书域名验证信息。
|
7191
7809
|
注意:此字段可能返回 null,表示取不到有效值。
|
7192
7810
|
:type DvAuthDetail: :class:`tencentcloud.ssl.v20191205.models.DvAuthDetail`
|
7193
7811
|
:param _VulnerabilityReport: 漏洞扫描评估报告。
|
@@ -7217,7 +7835,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7217
7835
|
:param _IsVulnerability: 是否启用了漏洞扫描功能。
|
7218
7836
|
注意:此字段可能返回 null,表示取不到有效值。
|
7219
7837
|
:type IsVulnerability: bool
|
7220
|
-
:param _SubmittedData:
|
7838
|
+
:param _SubmittedData: 付费证书提交的资料信息。
|
7221
7839
|
注意:此字段可能返回 null,表示取不到有效值。
|
7222
7840
|
:type SubmittedData: :class:`tencentcloud.ssl.v20191205.models.SubmittedData`
|
7223
7841
|
:param _RenewAble: 是否可续费。
|
@@ -7232,10 +7850,10 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7232
7850
|
:param _RootCert: 根证书。
|
7233
7851
|
注意:此字段可能返回 null,表示取不到有效值。
|
7234
7852
|
:type RootCert: :class:`tencentcloud.ssl.v20191205.models.RootCertificates`
|
7235
|
-
:param _EncryptCert:
|
7853
|
+
:param _EncryptCert: 国密加密证书公钥, 仅国密证书有值
|
7236
7854
|
注意:此字段可能返回 null,表示取不到有效值。
|
7237
7855
|
:type EncryptCert: str
|
7238
|
-
:param _EncryptPrivateKey:
|
7856
|
+
:param _EncryptPrivateKey: 国密加密私钥证书, 仅国密证书有值
|
7239
7857
|
注意:此字段可能返回 null,表示取不到有效值。
|
7240
7858
|
:type EncryptPrivateKey: str
|
7241
7859
|
:param _CertFingerprint: 签名证书 SHA1指纹
|
@@ -7244,7 +7862,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7244
7862
|
:param _EncryptCertFingerprint: 加密证书 SHA1指纹 (国密证书特有)
|
7245
7863
|
注意:此字段可能返回 null,表示取不到有效值。
|
7246
7864
|
:type EncryptCertFingerprint: str
|
7247
|
-
:param _EncryptAlgorithm:
|
7865
|
+
:param _EncryptAlgorithm: 证书加密算法(国密证书特有)
|
7248
7866
|
注意:此字段可能返回 null,表示取不到有效值。
|
7249
7867
|
:type EncryptAlgorithm: str
|
7250
7868
|
:param _DvRevokeAuthDetail: DV证书吊销验证值
|
@@ -7302,7 +7920,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7302
7920
|
|
7303
7921
|
@property
|
7304
7922
|
def OwnerUin(self):
|
7305
|
-
"""
|
7923
|
+
"""证书所属用户主账号 UIN。
|
7306
7924
|
注意:此字段可能返回 null,表示取不到有效值。
|
7307
7925
|
:rtype: str
|
7308
7926
|
"""
|
@@ -7326,7 +7944,11 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7326
7944
|
|
7327
7945
|
@property
|
7328
7946
|
def From(self):
|
7329
|
-
"""证书来源:
|
7947
|
+
"""证书来源:
|
7948
|
+
trustasia:亚洲诚信,
|
7949
|
+
upload:用户上传。
|
7950
|
+
wosign:沃通
|
7951
|
+
sheca:上海CA
|
7330
7952
|
注意:此字段可能返回 null,表示取不到有效值。
|
7331
7953
|
:rtype: str
|
7332
7954
|
"""
|
@@ -7350,7 +7972,91 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7350
7972
|
|
7351
7973
|
@property
|
7352
7974
|
def PackageType(self):
|
7353
|
-
"""证书套餐类型:
|
7975
|
+
"""证书套餐类型:
|
7976
|
+
null:用户上传证书(没有套餐类型),
|
7977
|
+
2:TrustAsia TLS RSA CA,
|
7978
|
+
3:SecureSite 增强型企业版(EV Pro),
|
7979
|
+
4:SecureSite 增强型(EV),
|
7980
|
+
5:SecureSite 企业型专业版(OV Pro),
|
7981
|
+
6:SecureSite 企业型(OV),
|
7982
|
+
7:SecureSite 企业型(OV)通配符,
|
7983
|
+
8:Geotrust 增强型(EV),
|
7984
|
+
9:Geotrust 企业型(OV),
|
7985
|
+
10:Geotrust 企业型(OV)通配符,
|
7986
|
+
11:TrustAsia 域名型多域名 SSL 证书,
|
7987
|
+
12:TrustAsia 域名型(DV)通配符,
|
7988
|
+
13:TrustAsia 企业型通配符(OV)SSL 证书(D3),
|
7989
|
+
14:TrustAsia 企业型(OV)SSL 证书(D3),
|
7990
|
+
15:TrustAsia 企业型多域名 (OV)SSL 证书(D3),
|
7991
|
+
16:TrustAsia 增强型 (EV)SSL 证书(D3),
|
7992
|
+
17:TrustAsia 增强型多域名(EV)SSL 证书(D3),
|
7993
|
+
18:GlobalSign 企业型(OV)SSL 证书,
|
7994
|
+
19:GlobalSign 企业型通配符 (OV)SSL 证书,
|
7995
|
+
20:GlobalSign 增强型 (EV)SSL 证书,
|
7996
|
+
21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3),
|
7997
|
+
22:GlobalSign 企业型多域名(OV)SSL 证书,
|
7998
|
+
23:GlobalSign 企业型通配符多域名(OV)SSL 证书,
|
7999
|
+
24:GlobalSign 增强型多域名(EV)SSL 证书,
|
8000
|
+
25:Wotrus 域名型证书,
|
8001
|
+
26:Wotrus 域名型多域名证书,
|
8002
|
+
27:Wotrus 域名型通配符证书,
|
8003
|
+
28:Wotrus 企业型证书,
|
8004
|
+
29:Wotrus 企业型多域名证书,
|
8005
|
+
30:Wotrus 企业型通配符证书,
|
8006
|
+
31:Wotrus 增强型证书,
|
8007
|
+
32:Wotrus 增强型多域名证书,
|
8008
|
+
33:WoTrus-国密域名型证书,
|
8009
|
+
34:WoTrus-国密域名型证书(多域名),
|
8010
|
+
35:WoTrus-国密域名型证书(通配符),
|
8011
|
+
37:WoTrus-国密企业型证书,
|
8012
|
+
38:WoTrus-国密企业型证书(多域名),
|
8013
|
+
39:WoTrus-国密企业型证书(通配符),
|
8014
|
+
40:WoTrus-国密增强型证书,
|
8015
|
+
41:WoTrus-国密增强型证书(多域名),
|
8016
|
+
42:TrustAsia-域名型证书(通配符多域名),
|
8017
|
+
43:DNSPod-企业型(OV)SSL证书
|
8018
|
+
44:DNSPod-企业型(OV)通配符SSL证书
|
8019
|
+
45:DNSPod-企业型(OV)多域名SSL证书
|
8020
|
+
46:DNSPod-增强型(EV)SSL证书
|
8021
|
+
47:DNSPod-增强型(EV)多域名SSL证书
|
8022
|
+
48:DNSPod-域名型(DV)SSL证书
|
8023
|
+
49:DNSPod-域名型(DV)通配符SSL证书
|
8024
|
+
50:DNSPod-域名型(DV)多域名SSL证书
|
8025
|
+
51:DNSPod(国密)-企业型(OV)SSL证书
|
8026
|
+
52:DNSPod(国密)-企业型(OV)通配符SSL证书
|
8027
|
+
53:DNSPod(国密)-企业型(OV)多域名SSL证书
|
8028
|
+
54:DNSPod(国密)-域名型(DV)SSL证书
|
8029
|
+
55:DNSPod(国密)-域名型(DV)通配符SSL证书
|
8030
|
+
56:DNSPod(国密)-域名型(DV)多域名SSL证书
|
8031
|
+
57:SecureSite 企业型专业版多域名(OV Pro)
|
8032
|
+
58:SecureSite 企业型多域名(OV)
|
8033
|
+
59:SecureSite 增强型专业版多域名(EV Pro)
|
8034
|
+
60:SecureSite 增强型多域名(EV)
|
8035
|
+
61:Geotrust 增强型多域名(EV)
|
8036
|
+
75:SecureSite 企业型(OV)
|
8037
|
+
76:SecureSite 企业型(OV)通配符
|
8038
|
+
77:SecureSite 增强型(EV)
|
8039
|
+
78:Geotrust 企业型(OV)
|
8040
|
+
79:Geotrust 企业型(OV)通配符
|
8041
|
+
80:Geotrust 增强型(EV)
|
8042
|
+
81:GlobalSign 企业型(OV)SSL证书
|
8043
|
+
82:GlobalSign 企业型通配符 (OV)SSL证书
|
8044
|
+
83:TrustAsia C1 DV Free
|
8045
|
+
85:GlobalSign 增强型 (EV)SSL证书
|
8046
|
+
88:GlobalSign 企业型通配符多域名 (OV)SSL证书
|
8047
|
+
89:GlobalSign 企业型多域名 (OV)SSL证书
|
8048
|
+
90:GlobalSign 增强型多域名(EV) SSL证书
|
8049
|
+
91:Geotrust 增强型多域名(EV)
|
8050
|
+
92:SecureSite 企业型专业版多域名(OV Pro)
|
8051
|
+
93:SecureSite 企业型多域名(OV)
|
8052
|
+
94:SecureSite 增强型专业版多域名(EV Pro)
|
8053
|
+
95:SecureSite 增强型多域名(EV)
|
8054
|
+
96:SecureSite 增强型专业版(EV Pro)
|
8055
|
+
97:SecureSite 企业型专业版(OV Pro)
|
8056
|
+
98:CFCA 企业型(OV)SSL证书
|
8057
|
+
99:CFCA 企业型多域名(OV)SSL证书
|
8058
|
+
100:CFCA 企业型通配符(OV)SSL证书
|
8059
|
+
101:CFCA 增强型(EV)SSL证书
|
7354
8060
|
注意:此字段可能返回 null,表示取不到有效值。
|
7355
8061
|
:rtype: str
|
7356
8062
|
"""
|
@@ -7362,7 +8068,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7362
8068
|
|
7363
8069
|
@property
|
7364
8070
|
def ProductZhName(self):
|
7365
|
-
"""
|
8071
|
+
"""证书产品名称
|
7366
8072
|
注意:此字段可能返回 null,表示取不到有效值。
|
7367
8073
|
:rtype: str
|
7368
8074
|
"""
|
@@ -7374,7 +8080,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7374
8080
|
|
7375
8081
|
@property
|
7376
8082
|
def Domain(self):
|
7377
|
-
"""
|
8083
|
+
"""证书绑定通用名称域名。
|
7378
8084
|
注意:此字段可能返回 null,表示取不到有效值。
|
7379
8085
|
:rtype: str
|
7380
8086
|
"""
|
@@ -7398,7 +8104,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7398
8104
|
|
7399
8105
|
@property
|
7400
8106
|
def Status(self):
|
7401
|
-
"""证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 =
|
8107
|
+
"""证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中
|
7402
8108
|
注意:此字段可能返回 null,表示取不到有效值。
|
7403
8109
|
:rtype: int
|
7404
8110
|
"""
|
@@ -7410,7 +8116,19 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7410
8116
|
|
7411
8117
|
@property
|
7412
8118
|
def StatusMsg(self):
|
7413
|
-
"""状态信息。
|
8119
|
+
"""状态信息。 取值范围:
|
8120
|
+
//通用状态信息
|
8121
|
+
1、PRE-REVIEWING:预审核中
|
8122
|
+
2、LEGAL-REVIEWING:法务审核中
|
8123
|
+
3、CA-REVIEWING:CA审核中
|
8124
|
+
4、PENDING-DCV:域名验证中
|
8125
|
+
5、WAIT-ISSUE:等待签发(域名验证已通过)
|
8126
|
+
//证书审核失败状态信息
|
8127
|
+
1、订单审核失败
|
8128
|
+
2、CA审核失败,域名未通过安全审查
|
8129
|
+
3、域名验证超时,订单自动关闭,请您重新进行证书申请
|
8130
|
+
4、证书资料未通过证书CA机构审核,审核人员会致电您证书预留的联系方式,请您留意来电。后续可通过“修改资料”重新提交资料
|
8131
|
+
待持续完善
|
7414
8132
|
注意:此字段可能返回 null,表示取不到有效值。
|
7415
8133
|
:rtype: str
|
7416
8134
|
"""
|
@@ -7482,7 +8200,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7482
8200
|
|
7483
8201
|
@property
|
7484
8202
|
def InsertTime(self):
|
7485
|
-
"""
|
8203
|
+
"""证书申请时间。
|
7486
8204
|
注意:此字段可能返回 null,表示取不到有效值。
|
7487
8205
|
:rtype: str
|
7488
8206
|
"""
|
@@ -7494,7 +8212,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7494
8212
|
|
7495
8213
|
@property
|
7496
8214
|
def OrderId(self):
|
7497
|
-
"""订单 ID。
|
8215
|
+
"""CA订单 ID。
|
7498
8216
|
注意:此字段可能返回 null,表示取不到有效值。
|
7499
8217
|
:rtype: str
|
7500
8218
|
"""
|
@@ -7518,7 +8236,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7518
8236
|
|
7519
8237
|
@property
|
7520
8238
|
def CertificatePrivateKey(self):
|
7521
|
-
"""
|
8239
|
+
"""私钥证书, 国密证书则为签名证书中的私钥证书
|
7522
8240
|
注意:此字段可能返回 null,表示取不到有效值。
|
7523
8241
|
:rtype: str
|
7524
8242
|
"""
|
@@ -7530,7 +8248,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7530
8248
|
|
7531
8249
|
@property
|
7532
8250
|
def CertificatePublicKey(self):
|
7533
|
-
"""
|
8251
|
+
"""公钥证书, 国密则为签名证书中的公钥证书
|
7534
8252
|
注意:此字段可能返回 null,表示取不到有效值。
|
7535
8253
|
:rtype: str
|
7536
8254
|
"""
|
@@ -7542,7 +8260,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7542
8260
|
|
7543
8261
|
@property
|
7544
8262
|
def DvAuthDetail(self):
|
7545
|
-
"""
|
8263
|
+
"""证书域名验证信息。
|
7546
8264
|
注意:此字段可能返回 null,表示取不到有效值。
|
7547
8265
|
:rtype: :class:`tencentcloud.ssl.v20191205.models.DvAuthDetail`
|
7548
8266
|
"""
|
@@ -7662,7 +8380,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7662
8380
|
|
7663
8381
|
@property
|
7664
8382
|
def SubmittedData(self):
|
7665
|
-
"""
|
8383
|
+
"""付费证书提交的资料信息。
|
7666
8384
|
注意:此字段可能返回 null,表示取不到有效值。
|
7667
8385
|
:rtype: :class:`tencentcloud.ssl.v20191205.models.SubmittedData`
|
7668
8386
|
"""
|
@@ -7722,7 +8440,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7722
8440
|
|
7723
8441
|
@property
|
7724
8442
|
def EncryptCert(self):
|
7725
|
-
"""
|
8443
|
+
"""国密加密证书公钥, 仅国密证书有值
|
7726
8444
|
注意:此字段可能返回 null,表示取不到有效值。
|
7727
8445
|
:rtype: str
|
7728
8446
|
"""
|
@@ -7734,7 +8452,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7734
8452
|
|
7735
8453
|
@property
|
7736
8454
|
def EncryptPrivateKey(self):
|
7737
|
-
"""
|
8455
|
+
"""国密加密私钥证书, 仅国密证书有值
|
7738
8456
|
注意:此字段可能返回 null,表示取不到有效值。
|
7739
8457
|
:rtype: str
|
7740
8458
|
"""
|
@@ -7770,7 +8488,7 @@ class DescribeCertificateDetailResponse(AbstractModel):
|
|
7770
8488
|
|
7771
8489
|
@property
|
7772
8490
|
def EncryptAlgorithm(self):
|
7773
|
-
"""
|
8491
|
+
"""证书加密算法(国密证书特有)
|
7774
8492
|
注意:此字段可能返回 null,表示取不到有效值。
|
7775
8493
|
:rtype: str
|
7776
8494
|
"""
|
@@ -7894,7 +8612,7 @@ class DescribeCertificateOperateLogsRequest(AbstractModel):
|
|
7894
8612
|
r"""
|
7895
8613
|
:param _Offset: 偏移量,默认为0。
|
7896
8614
|
:type Offset: int
|
7897
|
-
:param _Limit: 请求日志数量,默认为20
|
8615
|
+
:param _Limit: 请求日志数量,默认为20, 最大值为1000,如超过1000按照1000处理。
|
7898
8616
|
:type Limit: int
|
7899
8617
|
:param _StartTime: 开始时间,默认15天前。
|
7900
8618
|
:type StartTime: str
|
@@ -7919,7 +8637,7 @@ class DescribeCertificateOperateLogsRequest(AbstractModel):
|
|
7919
8637
|
|
7920
8638
|
@property
|
7921
8639
|
def Limit(self):
|
7922
|
-
"""请求日志数量,默认为20
|
8640
|
+
"""请求日志数量,默认为20, 最大值为1000,如超过1000按照1000处理。
|
7923
8641
|
:rtype: int
|
7924
8642
|
"""
|
7925
8643
|
return self._Limit
|
@@ -8095,16 +8813,104 @@ class DescribeCertificateResponse(AbstractModel):
|
|
8095
8813
|
:param _ProjectId: 项目 ID。
|
8096
8814
|
注意:此字段可能返回 null,表示取不到有效值。
|
8097
8815
|
:type ProjectId: str
|
8098
|
-
:param _From: 证书来源:
|
8816
|
+
:param _From: 证书来源:
|
8817
|
+
trustasia:亚洲诚信,
|
8818
|
+
upload:用户上传。
|
8819
|
+
wosign:沃通
|
8820
|
+
sheca:上海CA
|
8099
8821
|
注意:此字段可能返回 null,表示取不到有效值。
|
8100
8822
|
:type From: str
|
8101
8823
|
:param _CertificateType: 证书类型:CA = 客户端证书,SVR = 服务器证书。
|
8102
8824
|
注意:此字段可能返回 null,表示取不到有效值。
|
8103
8825
|
:type CertificateType: str
|
8104
|
-
:param _PackageType: 证书套餐类型:
|
8826
|
+
:param _PackageType: 证书套餐类型:
|
8827
|
+
null:用户上传证书(没有套餐类型),
|
8828
|
+
2:TrustAsia TLS RSA CA,
|
8829
|
+
3:SecureSite 增强型企业版(EV Pro),
|
8830
|
+
4:SecureSite 增强型(EV),
|
8831
|
+
5:SecureSite 企业型专业版(OV Pro),
|
8832
|
+
6:SecureSite 企业型(OV),
|
8833
|
+
7:SecureSite 企业型(OV)通配符,
|
8834
|
+
8:Geotrust 增强型(EV),
|
8835
|
+
9:Geotrust 企业型(OV),
|
8836
|
+
10:Geotrust 企业型(OV)通配符,
|
8837
|
+
11:TrustAsia 域名型多域名 SSL 证书,
|
8838
|
+
12:TrustAsia 域名型(DV)通配符,
|
8839
|
+
13:TrustAsia 企业型通配符(OV)SSL 证书(D3),
|
8840
|
+
14:TrustAsia 企业型(OV)SSL 证书(D3),
|
8841
|
+
15:TrustAsia 企业型多域名 (OV)SSL 证书(D3),
|
8842
|
+
16:TrustAsia 增强型 (EV)SSL 证书(D3),
|
8843
|
+
17:TrustAsia 增强型多域名(EV)SSL 证书(D3),
|
8844
|
+
18:GlobalSign 企业型(OV)SSL 证书,
|
8845
|
+
19:GlobalSign 企业型通配符 (OV)SSL 证书,
|
8846
|
+
20:GlobalSign 增强型 (EV)SSL 证书,
|
8847
|
+
21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3),
|
8848
|
+
22:GlobalSign 企业型多域名(OV)SSL 证书,
|
8849
|
+
23:GlobalSign 企业型通配符多域名(OV)SSL 证书,
|
8850
|
+
24:GlobalSign 增强型多域名(EV)SSL 证书,
|
8851
|
+
25:Wotrus 域名型证书,
|
8852
|
+
26:Wotrus 域名型多域名证书,
|
8853
|
+
27:Wotrus 域名型通配符证书,
|
8854
|
+
28:Wotrus 企业型证书,
|
8855
|
+
29:Wotrus 企业型多域名证书,
|
8856
|
+
30:Wotrus 企业型通配符证书,
|
8857
|
+
31:Wotrus 增强型证书,
|
8858
|
+
32:Wotrus 增强型多域名证书,
|
8859
|
+
33:WoTrus-国密域名型证书,
|
8860
|
+
34:WoTrus-国密域名型证书(多域名),
|
8861
|
+
35:WoTrus-国密域名型证书(通配符),
|
8862
|
+
37:WoTrus-国密企业型证书,
|
8863
|
+
38:WoTrus-国密企业型证书(多域名),
|
8864
|
+
39:WoTrus-国密企业型证书(通配符),
|
8865
|
+
40:WoTrus-国密增强型证书,
|
8866
|
+
41:WoTrus-国密增强型证书(多域名),
|
8867
|
+
42:TrustAsia-域名型证书(通配符多域名),
|
8868
|
+
43:DNSPod-企业型(OV)SSL证书
|
8869
|
+
44:DNSPod-企业型(OV)通配符SSL证书
|
8870
|
+
45:DNSPod-企业型(OV)多域名SSL证书
|
8871
|
+
46:DNSPod-增强型(EV)SSL证书
|
8872
|
+
47:DNSPod-增强型(EV)多域名SSL证书
|
8873
|
+
48:DNSPod-域名型(DV)SSL证书
|
8874
|
+
49:DNSPod-域名型(DV)通配符SSL证书
|
8875
|
+
50:DNSPod-域名型(DV)多域名SSL证书
|
8876
|
+
51:DNSPod(国密)-企业型(OV)SSL证书
|
8877
|
+
52:DNSPod(国密)-企业型(OV)通配符SSL证书
|
8878
|
+
53:DNSPod(国密)-企业型(OV)多域名SSL证书
|
8879
|
+
54:DNSPod(国密)-域名型(DV)SSL证书
|
8880
|
+
55:DNSPod(国密)-域名型(DV)通配符SSL证书
|
8881
|
+
56:DNSPod(国密)-域名型(DV)多域名SSL证书
|
8882
|
+
57:SecureSite 企业型专业版多域名(OV Pro)
|
8883
|
+
58:SecureSite 企业型多域名(OV)
|
8884
|
+
59:SecureSite 增强型专业版多域名(EV Pro)
|
8885
|
+
60:SecureSite 增强型多域名(EV)
|
8886
|
+
61:Geotrust 增强型多域名(EV)
|
8887
|
+
75:SecureSite 企业型(OV)
|
8888
|
+
76:SecureSite 企业型(OV)通配符
|
8889
|
+
77:SecureSite 增强型(EV)
|
8890
|
+
78:Geotrust 企业型(OV)
|
8891
|
+
79:Geotrust 企业型(OV)通配符
|
8892
|
+
80:Geotrust 增强型(EV)
|
8893
|
+
81:GlobalSign 企业型(OV)SSL证书
|
8894
|
+
82:GlobalSign 企业型通配符 (OV)SSL证书
|
8895
|
+
83:TrustAsia C1 DV Free
|
8896
|
+
85:GlobalSign 增强型 (EV)SSL证书
|
8897
|
+
88:GlobalSign 企业型通配符多域名 (OV)SSL证书
|
8898
|
+
89:GlobalSign 企业型多域名 (OV)SSL证书
|
8899
|
+
90:GlobalSign 增强型多域名(EV) SSL证书
|
8900
|
+
91:Geotrust 增强型多域名(EV)
|
8901
|
+
92:SecureSite 企业型专业版多域名(OV Pro)
|
8902
|
+
93:SecureSite 企业型多域名(OV)
|
8903
|
+
94:SecureSite 增强型专业版多域名(EV Pro)
|
8904
|
+
95:SecureSite 增强型多域名(EV)
|
8905
|
+
96:SecureSite 增强型专业版(EV Pro)
|
8906
|
+
97:SecureSite 企业型专业版(OV Pro)
|
8907
|
+
98:CFCA 企业型(OV)SSL证书
|
8908
|
+
99:CFCA 企业型多域名(OV)SSL证书
|
8909
|
+
100:CFCA 企业型通配符(OV)SSL证书
|
8910
|
+
101:CFCA 增强型(EV)SSL证书
|
8105
8911
|
注意:此字段可能返回 null,表示取不到有效值。
|
8106
8912
|
:type PackageType: str
|
8107
|
-
:param _ProductZhName:
|
8913
|
+
:param _ProductZhName: 证书产品名称
|
8108
8914
|
注意:此字段可能返回 null,表示取不到有效值。
|
8109
8915
|
:type ProductZhName: str
|
8110
8916
|
:param _Domain: 域名。
|
@@ -8113,13 +8919,25 @@ class DescribeCertificateResponse(AbstractModel):
|
|
8113
8919
|
:param _Alias: 备注名称。
|
8114
8920
|
注意:此字段可能返回 null,表示取不到有效值。
|
8115
8921
|
:type Alias: str
|
8116
|
-
:param _Status: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 =
|
8922
|
+
:param _Status: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中
|
8117
8923
|
注意:此字段可能返回 null,表示取不到有效值。
|
8118
8924
|
:type Status: int
|
8119
|
-
:param _StatusMsg: 状态信息。
|
8925
|
+
:param _StatusMsg: 状态信息。 取值范围:
|
8926
|
+
//通用状态信息
|
8927
|
+
1、PRE-REVIEWING:预审核中
|
8928
|
+
2、LEGAL-REVIEWING:法务审核中
|
8929
|
+
3、CA-REVIEWING:CA审核中
|
8930
|
+
4、PENDING-DCV:域名验证中
|
8931
|
+
5、WAIT-ISSUE:等待签发(域名验证已通过)
|
8932
|
+
//证书审核失败状态信息
|
8933
|
+
1、订单审核失败
|
8934
|
+
2、CA审核失败,域名未通过安全审查
|
8935
|
+
3、域名验证超时,订单自动关闭,请您重新进行证书申请
|
8936
|
+
4、证书资料未通过证书CA机构审核,审核人员会致电您证书预留的联系方式,请您留意来电。后续可通过“修改资料”重新提交资料
|
8937
|
+
待持续完善
|
8120
8938
|
注意:此字段可能返回 null,表示取不到有效值。
|
8121
8939
|
:type StatusMsg: str
|
8122
|
-
:param _VerifyType: 验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,
|
8940
|
+
:param _VerifyType: 验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,DNS_PROXY = DNS代理验证。FILE_PROXY = 文件代理验证
|
8123
8941
|
注意:此字段可能返回 null,表示取不到有效值。
|
8124
8942
|
:type VerifyType: str
|
8125
8943
|
:param _VulnerabilityStatus: 漏洞扫描状态。
|
@@ -8185,13 +9003,13 @@ class DescribeCertificateResponse(AbstractModel):
|
|
8185
9003
|
:param _Tags: 标签列表
|
8186
9004
|
注意:此字段可能返回 null,表示取不到有效值。
|
8187
9005
|
:type Tags: list of Tags
|
8188
|
-
:param _CAEncryptAlgorithms: CA
|
9006
|
+
:param _CAEncryptAlgorithms: CA证书的所有加密方式。仅证书类型CertificateType为CA有效
|
8189
9007
|
注意:此字段可能返回 null,表示取不到有效值。
|
8190
9008
|
:type CAEncryptAlgorithms: list of str
|
8191
|
-
:param _CACommonNames: CA
|
9009
|
+
:param _CACommonNames: CA证书的所有通用名称。仅证书类型CertificateType为CA有效
|
8192
9010
|
注意:此字段可能返回 null,表示取不到有效值。
|
8193
9011
|
:type CACommonNames: list of str
|
8194
|
-
:param _CAEndTimes: CA
|
9012
|
+
:param _CAEndTimes: CA证书所有的到期时间。仅证书类型CertificateType为CA有效
|
8195
9013
|
注意:此字段可能返回 null,表示取不到有效值。
|
8196
9014
|
:type CAEndTimes: list of str
|
8197
9015
|
:param _DvRevokeAuthDetail: DV证书吊销验证值
|
@@ -8264,7 +9082,11 @@ class DescribeCertificateResponse(AbstractModel):
|
|
8264
9082
|
|
8265
9083
|
@property
|
8266
9084
|
def From(self):
|
8267
|
-
"""证书来源:
|
9085
|
+
"""证书来源:
|
9086
|
+
trustasia:亚洲诚信,
|
9087
|
+
upload:用户上传。
|
9088
|
+
wosign:沃通
|
9089
|
+
sheca:上海CA
|
8268
9090
|
注意:此字段可能返回 null,表示取不到有效值。
|
8269
9091
|
:rtype: str
|
8270
9092
|
"""
|
@@ -8288,7 +9110,91 @@ class DescribeCertificateResponse(AbstractModel):
|
|
8288
9110
|
|
8289
9111
|
@property
|
8290
9112
|
def PackageType(self):
|
8291
|
-
"""证书套餐类型:
|
9113
|
+
"""证书套餐类型:
|
9114
|
+
null:用户上传证书(没有套餐类型),
|
9115
|
+
2:TrustAsia TLS RSA CA,
|
9116
|
+
3:SecureSite 增强型企业版(EV Pro),
|
9117
|
+
4:SecureSite 增强型(EV),
|
9118
|
+
5:SecureSite 企业型专业版(OV Pro),
|
9119
|
+
6:SecureSite 企业型(OV),
|
9120
|
+
7:SecureSite 企业型(OV)通配符,
|
9121
|
+
8:Geotrust 增强型(EV),
|
9122
|
+
9:Geotrust 企业型(OV),
|
9123
|
+
10:Geotrust 企业型(OV)通配符,
|
9124
|
+
11:TrustAsia 域名型多域名 SSL 证书,
|
9125
|
+
12:TrustAsia 域名型(DV)通配符,
|
9126
|
+
13:TrustAsia 企业型通配符(OV)SSL 证书(D3),
|
9127
|
+
14:TrustAsia 企业型(OV)SSL 证书(D3),
|
9128
|
+
15:TrustAsia 企业型多域名 (OV)SSL 证书(D3),
|
9129
|
+
16:TrustAsia 增强型 (EV)SSL 证书(D3),
|
9130
|
+
17:TrustAsia 增强型多域名(EV)SSL 证书(D3),
|
9131
|
+
18:GlobalSign 企业型(OV)SSL 证书,
|
9132
|
+
19:GlobalSign 企业型通配符 (OV)SSL 证书,
|
9133
|
+
20:GlobalSign 增强型 (EV)SSL 证书,
|
9134
|
+
21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3),
|
9135
|
+
22:GlobalSign 企业型多域名(OV)SSL 证书,
|
9136
|
+
23:GlobalSign 企业型通配符多域名(OV)SSL 证书,
|
9137
|
+
24:GlobalSign 增强型多域名(EV)SSL 证书,
|
9138
|
+
25:Wotrus 域名型证书,
|
9139
|
+
26:Wotrus 域名型多域名证书,
|
9140
|
+
27:Wotrus 域名型通配符证书,
|
9141
|
+
28:Wotrus 企业型证书,
|
9142
|
+
29:Wotrus 企业型多域名证书,
|
9143
|
+
30:Wotrus 企业型通配符证书,
|
9144
|
+
31:Wotrus 增强型证书,
|
9145
|
+
32:Wotrus 增强型多域名证书,
|
9146
|
+
33:WoTrus-国密域名型证书,
|
9147
|
+
34:WoTrus-国密域名型证书(多域名),
|
9148
|
+
35:WoTrus-国密域名型证书(通配符),
|
9149
|
+
37:WoTrus-国密企业型证书,
|
9150
|
+
38:WoTrus-国密企业型证书(多域名),
|
9151
|
+
39:WoTrus-国密企业型证书(通配符),
|
9152
|
+
40:WoTrus-国密增强型证书,
|
9153
|
+
41:WoTrus-国密增强型证书(多域名),
|
9154
|
+
42:TrustAsia-域名型证书(通配符多域名),
|
9155
|
+
43:DNSPod-企业型(OV)SSL证书
|
9156
|
+
44:DNSPod-企业型(OV)通配符SSL证书
|
9157
|
+
45:DNSPod-企业型(OV)多域名SSL证书
|
9158
|
+
46:DNSPod-增强型(EV)SSL证书
|
9159
|
+
47:DNSPod-增强型(EV)多域名SSL证书
|
9160
|
+
48:DNSPod-域名型(DV)SSL证书
|
9161
|
+
49:DNSPod-域名型(DV)通配符SSL证书
|
9162
|
+
50:DNSPod-域名型(DV)多域名SSL证书
|
9163
|
+
51:DNSPod(国密)-企业型(OV)SSL证书
|
9164
|
+
52:DNSPod(国密)-企业型(OV)通配符SSL证书
|
9165
|
+
53:DNSPod(国密)-企业型(OV)多域名SSL证书
|
9166
|
+
54:DNSPod(国密)-域名型(DV)SSL证书
|
9167
|
+
55:DNSPod(国密)-域名型(DV)通配符SSL证书
|
9168
|
+
56:DNSPod(国密)-域名型(DV)多域名SSL证书
|
9169
|
+
57:SecureSite 企业型专业版多域名(OV Pro)
|
9170
|
+
58:SecureSite 企业型多域名(OV)
|
9171
|
+
59:SecureSite 增强型专业版多域名(EV Pro)
|
9172
|
+
60:SecureSite 增强型多域名(EV)
|
9173
|
+
61:Geotrust 增强型多域名(EV)
|
9174
|
+
75:SecureSite 企业型(OV)
|
9175
|
+
76:SecureSite 企业型(OV)通配符
|
9176
|
+
77:SecureSite 增强型(EV)
|
9177
|
+
78:Geotrust 企业型(OV)
|
9178
|
+
79:Geotrust 企业型(OV)通配符
|
9179
|
+
80:Geotrust 增强型(EV)
|
9180
|
+
81:GlobalSign 企业型(OV)SSL证书
|
9181
|
+
82:GlobalSign 企业型通配符 (OV)SSL证书
|
9182
|
+
83:TrustAsia C1 DV Free
|
9183
|
+
85:GlobalSign 增强型 (EV)SSL证书
|
9184
|
+
88:GlobalSign 企业型通配符多域名 (OV)SSL证书
|
9185
|
+
89:GlobalSign 企业型多域名 (OV)SSL证书
|
9186
|
+
90:GlobalSign 增强型多域名(EV) SSL证书
|
9187
|
+
91:Geotrust 增强型多域名(EV)
|
9188
|
+
92:SecureSite 企业型专业版多域名(OV Pro)
|
9189
|
+
93:SecureSite 企业型多域名(OV)
|
9190
|
+
94:SecureSite 增强型专业版多域名(EV Pro)
|
9191
|
+
95:SecureSite 增强型多域名(EV)
|
9192
|
+
96:SecureSite 增强型专业版(EV Pro)
|
9193
|
+
97:SecureSite 企业型专业版(OV Pro)
|
9194
|
+
98:CFCA 企业型(OV)SSL证书
|
9195
|
+
99:CFCA 企业型多域名(OV)SSL证书
|
9196
|
+
100:CFCA 企业型通配符(OV)SSL证书
|
9197
|
+
101:CFCA 增强型(EV)SSL证书
|
8292
9198
|
注意:此字段可能返回 null,表示取不到有效值。
|
8293
9199
|
:rtype: str
|
8294
9200
|
"""
|
@@ -8300,7 +9206,7 @@ class DescribeCertificateResponse(AbstractModel):
|
|
8300
9206
|
|
8301
9207
|
@property
|
8302
9208
|
def ProductZhName(self):
|
8303
|
-
"""
|
9209
|
+
"""证书产品名称
|
8304
9210
|
注意:此字段可能返回 null,表示取不到有效值。
|
8305
9211
|
:rtype: str
|
8306
9212
|
"""
|
@@ -8336,7 +9242,7 @@ class DescribeCertificateResponse(AbstractModel):
|
|
8336
9242
|
|
8337
9243
|
@property
|
8338
9244
|
def Status(self):
|
8339
|
-
"""证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 =
|
9245
|
+
"""证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中
|
8340
9246
|
注意:此字段可能返回 null,表示取不到有效值。
|
8341
9247
|
:rtype: int
|
8342
9248
|
"""
|
@@ -8348,7 +9254,19 @@ class DescribeCertificateResponse(AbstractModel):
|
|
8348
9254
|
|
8349
9255
|
@property
|
8350
9256
|
def StatusMsg(self):
|
8351
|
-
"""状态信息。
|
9257
|
+
"""状态信息。 取值范围:
|
9258
|
+
//通用状态信息
|
9259
|
+
1、PRE-REVIEWING:预审核中
|
9260
|
+
2、LEGAL-REVIEWING:法务审核中
|
9261
|
+
3、CA-REVIEWING:CA审核中
|
9262
|
+
4、PENDING-DCV:域名验证中
|
9263
|
+
5、WAIT-ISSUE:等待签发(域名验证已通过)
|
9264
|
+
//证书审核失败状态信息
|
9265
|
+
1、订单审核失败
|
9266
|
+
2、CA审核失败,域名未通过安全审查
|
9267
|
+
3、域名验证超时,订单自动关闭,请您重新进行证书申请
|
9268
|
+
4、证书资料未通过证书CA机构审核,审核人员会致电您证书预留的联系方式,请您留意来电。后续可通过“修改资料”重新提交资料
|
9269
|
+
待持续完善
|
8352
9270
|
注意:此字段可能返回 null,表示取不到有效值。
|
8353
9271
|
:rtype: str
|
8354
9272
|
"""
|
@@ -8360,7 +9278,7 @@ class DescribeCertificateResponse(AbstractModel):
|
|
8360
9278
|
|
8361
9279
|
@property
|
8362
9280
|
def VerifyType(self):
|
8363
|
-
"""验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,
|
9281
|
+
"""验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,DNS_PROXY = DNS代理验证。FILE_PROXY = 文件代理验证
|
8364
9282
|
注意:此字段可能返回 null,表示取不到有效值。
|
8365
9283
|
:rtype: str
|
8366
9284
|
"""
|
@@ -8624,7 +9542,7 @@ class DescribeCertificateResponse(AbstractModel):
|
|
8624
9542
|
|
8625
9543
|
@property
|
8626
9544
|
def CAEncryptAlgorithms(self):
|
8627
|
-
"""CA
|
9545
|
+
"""CA证书的所有加密方式。仅证书类型CertificateType为CA有效
|
8628
9546
|
注意:此字段可能返回 null,表示取不到有效值。
|
8629
9547
|
:rtype: list of str
|
8630
9548
|
"""
|
@@ -8636,7 +9554,7 @@ class DescribeCertificateResponse(AbstractModel):
|
|
8636
9554
|
|
8637
9555
|
@property
|
8638
9556
|
def CACommonNames(self):
|
8639
|
-
"""CA
|
9557
|
+
"""CA证书的所有通用名称。仅证书类型CertificateType为CA有效
|
8640
9558
|
注意:此字段可能返回 null,表示取不到有效值。
|
8641
9559
|
:rtype: list of str
|
8642
9560
|
"""
|
@@ -8648,7 +9566,7 @@ class DescribeCertificateResponse(AbstractModel):
|
|
8648
9566
|
|
8649
9567
|
@property
|
8650
9568
|
def CAEndTimes(self):
|
8651
|
-
"""CA
|
9569
|
+
"""CA证书所有的到期时间。仅证书类型CertificateType为CA有效
|
8652
9570
|
注意:此字段可能返回 null,表示取不到有效值。
|
8653
9571
|
:rtype: list of str
|
8654
9572
|
"""
|
@@ -8745,19 +9663,19 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
8745
9663
|
|
8746
9664
|
def __init__(self):
|
8747
9665
|
r"""
|
8748
|
-
:param _Offset: 分页偏移量,从0开始。
|
9666
|
+
:param _Offset: 分页偏移量,从0开始。 默认为0
|
8749
9667
|
:type Offset: int
|
8750
9668
|
:param _Limit: 每页数量,默认10。最大值1000,如超过1000按1000处理
|
8751
9669
|
:type Limit: int
|
8752
|
-
:param _SearchKey:
|
9670
|
+
:param _SearchKey: 搜索关键词,模糊匹配证书 ID、备注名称、证书域名
|
8753
9671
|
:type SearchKey: str
|
8754
9672
|
:param _CertificateType: 证书类型:CA = 客户端证书,SVR = 服务器证书。
|
8755
9673
|
:type CertificateType: str
|
8756
9674
|
:param _ProjectId: 项目 ID。
|
8757
9675
|
:type ProjectId: int
|
8758
|
-
:param _ExpirationSort:
|
9676
|
+
:param _ExpirationSort: 默认按照证书申请时间降序; 若传排序则按到期时间排序:DESC = 证书到期时间降序, ASC = 证书到期时间升序。
|
8759
9677
|
:type ExpirationSort: str
|
8760
|
-
:param _CertificateStatus: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。
|
9678
|
+
:param _CertificateStatus: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 已退款。 15 = 证书迁移中
|
8761
9679
|
:type CertificateStatus: list of int non-negative
|
8762
9680
|
:param _Deployable: 是否可部署,可选值:1 = 可部署,0 = 不可部署。
|
8763
9681
|
:type Deployable: int
|
@@ -8800,7 +9718,7 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
8800
9718
|
|
8801
9719
|
@property
|
8802
9720
|
def Offset(self):
|
8803
|
-
"""分页偏移量,从0开始。
|
9721
|
+
"""分页偏移量,从0开始。 默认为0
|
8804
9722
|
:rtype: int
|
8805
9723
|
"""
|
8806
9724
|
return self._Offset
|
@@ -8822,7 +9740,7 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
8822
9740
|
|
8823
9741
|
@property
|
8824
9742
|
def SearchKey(self):
|
8825
|
-
"""
|
9743
|
+
"""搜索关键词,模糊匹配证书 ID、备注名称、证书域名
|
8826
9744
|
:rtype: str
|
8827
9745
|
"""
|
8828
9746
|
return self._SearchKey
|
@@ -8855,7 +9773,7 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
8855
9773
|
|
8856
9774
|
@property
|
8857
9775
|
def ExpirationSort(self):
|
8858
|
-
"""
|
9776
|
+
"""默认按照证书申请时间降序; 若传排序则按到期时间排序:DESC = 证书到期时间降序, ASC = 证书到期时间升序。
|
8859
9777
|
:rtype: str
|
8860
9778
|
"""
|
8861
9779
|
return self._ExpirationSort
|
@@ -8866,7 +9784,7 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
8866
9784
|
|
8867
9785
|
@property
|
8868
9786
|
def CertificateStatus(self):
|
8869
|
-
"""证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。
|
9787
|
+
"""证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 已退款。 15 = 证书迁移中
|
8870
9788
|
:rtype: list of int non-negative
|
8871
9789
|
"""
|
8872
9790
|
return self._CertificateStatus
|
@@ -9093,9 +10011,9 @@ class DescribeCompaniesRequest(AbstractModel):
|
|
9093
10011
|
|
9094
10012
|
def __init__(self):
|
9095
10013
|
r"""
|
9096
|
-
:param _Offset:
|
10014
|
+
:param _Offset: 分页偏移量,默认值为0.
|
9097
10015
|
:type Offset: int
|
9098
|
-
:param _Limit:
|
10016
|
+
:param _Limit: 分页每页限制数,默认值为0,最大值1000.
|
9099
10017
|
:type Limit: int
|
9100
10018
|
:param _CompanyId: 公司ID
|
9101
10019
|
:type CompanyId: int
|
@@ -9106,7 +10024,7 @@ class DescribeCompaniesRequest(AbstractModel):
|
|
9106
10024
|
|
9107
10025
|
@property
|
9108
10026
|
def Offset(self):
|
9109
|
-
"""
|
10027
|
+
"""分页偏移量,默认值为0.
|
9110
10028
|
:rtype: int
|
9111
10029
|
"""
|
9112
10030
|
return self._Offset
|
@@ -9117,7 +10035,7 @@ class DescribeCompaniesRequest(AbstractModel):
|
|
9117
10035
|
|
9118
10036
|
@property
|
9119
10037
|
def Limit(self):
|
9120
|
-
"""
|
10038
|
+
"""分页每页限制数,默认值为0,最大值1000.
|
9121
10039
|
:rtype: int
|
9122
10040
|
"""
|
9123
10041
|
return self._Limit
|
@@ -9310,7 +10228,7 @@ class DescribeDeployedResourcesRequest(AbstractModel):
|
|
9310
10228
|
r"""
|
9311
10229
|
:param _CertificateIds: 证书ID
|
9312
10230
|
:type CertificateIds: list of str
|
9313
|
-
:param _ResourceType: 资源类型:clb,cdn,live,waf,antiddos
|
10231
|
+
:param _ResourceType: 资源类型:clb,cdn,live,waf,antiddos,teo
|
9314
10232
|
:type ResourceType: str
|
9315
10233
|
"""
|
9316
10234
|
self._CertificateIds = None
|
@@ -9329,7 +10247,7 @@ class DescribeDeployedResourcesRequest(AbstractModel):
|
|
9329
10247
|
|
9330
10248
|
@property
|
9331
10249
|
def ResourceType(self):
|
9332
|
-
"""资源类型:clb,cdn,live,waf,antiddos
|
10250
|
+
"""资源类型:clb,cdn,live,waf,antiddos,teo
|
9333
10251
|
:rtype: str
|
9334
10252
|
"""
|
9335
10253
|
return self._ResourceType
|
@@ -9526,9 +10444,9 @@ class DescribeHostApiGatewayInstanceListRequest(AbstractModel):
|
|
9526
10444
|
:type ResourceType: str
|
9527
10445
|
:param _OldCertificateId: 已部署的证书ID
|
9528
10446
|
:type OldCertificateId: str
|
9529
|
-
:param _Limit: 每页数量,默认10。
|
10447
|
+
:param _Limit: 每页数量,默认10,最大值为200。
|
9530
10448
|
:type Limit: int
|
9531
|
-
:param _Offset:
|
10449
|
+
:param _Offset: 分页偏移量,默认值为0。
|
9532
10450
|
:type Offset: str
|
9533
10451
|
"""
|
9534
10452
|
self._CertificateId = None
|
@@ -9574,6 +10492,8 @@ class DescribeHostApiGatewayInstanceListRequest(AbstractModel):
|
|
9574
10492
|
|
9575
10493
|
@property
|
9576
10494
|
def ResourceType(self):
|
10495
|
+
warnings.warn("parameter `ResourceType` is deprecated", DeprecationWarning)
|
10496
|
+
|
9577
10497
|
"""部署资源类型apigateway
|
9578
10498
|
:rtype: str
|
9579
10499
|
"""
|
@@ -9581,6 +10501,8 @@ class DescribeHostApiGatewayInstanceListRequest(AbstractModel):
|
|
9581
10501
|
|
9582
10502
|
@ResourceType.setter
|
9583
10503
|
def ResourceType(self, ResourceType):
|
10504
|
+
warnings.warn("parameter `ResourceType` is deprecated", DeprecationWarning)
|
10505
|
+
|
9584
10506
|
self._ResourceType = ResourceType
|
9585
10507
|
|
9586
10508
|
@property
|
@@ -9596,7 +10518,7 @@ class DescribeHostApiGatewayInstanceListRequest(AbstractModel):
|
|
9596
10518
|
|
9597
10519
|
@property
|
9598
10520
|
def Limit(self):
|
9599
|
-
"""每页数量,默认10。
|
10521
|
+
"""每页数量,默认10,最大值为200。
|
9600
10522
|
:rtype: int
|
9601
10523
|
"""
|
9602
10524
|
return self._Limit
|
@@ -9607,7 +10529,7 @@ class DescribeHostApiGatewayInstanceListRequest(AbstractModel):
|
|
9607
10529
|
|
9608
10530
|
@property
|
9609
10531
|
def Offset(self):
|
9610
|
-
"""
|
10532
|
+
"""分页偏移量,默认值为0。
|
9611
10533
|
:rtype: str
|
9612
10534
|
"""
|
9613
10535
|
return self._Offset
|
@@ -9722,9 +10644,9 @@ class DescribeHostCdnInstanceListRequest(AbstractModel):
|
|
9722
10644
|
:type ResourceType: str
|
9723
10645
|
:param _OldCertificateId: 原证书ID
|
9724
10646
|
:type OldCertificateId: str
|
9725
|
-
:param _Offset:
|
10647
|
+
:param _Offset: 分页偏移量,默认值为0。
|
9726
10648
|
:type Offset: int
|
9727
|
-
:param _Limit: 每页数量,默认10。
|
10649
|
+
:param _Limit: 每页数量,默认10,最大值为200。
|
9728
10650
|
:type Limit: int
|
9729
10651
|
:param _AsyncCache: 是否异步,0表示否,1表示是,默认为0
|
9730
10652
|
:type AsyncCache: int
|
@@ -9773,6 +10695,8 @@ class DescribeHostCdnInstanceListRequest(AbstractModel):
|
|
9773
10695
|
|
9774
10696
|
@property
|
9775
10697
|
def ResourceType(self):
|
10698
|
+
warnings.warn("parameter `ResourceType` is deprecated", DeprecationWarning)
|
10699
|
+
|
9776
10700
|
"""部署资源类型cdn
|
9777
10701
|
:rtype: str
|
9778
10702
|
"""
|
@@ -9780,6 +10704,8 @@ class DescribeHostCdnInstanceListRequest(AbstractModel):
|
|
9780
10704
|
|
9781
10705
|
@ResourceType.setter
|
9782
10706
|
def ResourceType(self, ResourceType):
|
10707
|
+
warnings.warn("parameter `ResourceType` is deprecated", DeprecationWarning)
|
10708
|
+
|
9783
10709
|
self._ResourceType = ResourceType
|
9784
10710
|
|
9785
10711
|
@property
|
@@ -9795,7 +10721,7 @@ class DescribeHostCdnInstanceListRequest(AbstractModel):
|
|
9795
10721
|
|
9796
10722
|
@property
|
9797
10723
|
def Offset(self):
|
9798
|
-
"""
|
10724
|
+
"""分页偏移量,默认值为0。
|
9799
10725
|
:rtype: int
|
9800
10726
|
"""
|
9801
10727
|
return self._Offset
|
@@ -9806,7 +10732,7 @@ class DescribeHostCdnInstanceListRequest(AbstractModel):
|
|
9806
10732
|
|
9807
10733
|
@property
|
9808
10734
|
def Limit(self):
|
9809
|
-
"""每页数量,默认10。
|
10735
|
+
"""每页数量,默认10,最大值为200。
|
9810
10736
|
:rtype: int
|
9811
10737
|
"""
|
9812
10738
|
return self._Limit
|
@@ -10687,11 +11613,11 @@ class DescribeHostDeployRecordDetailRequest(AbstractModel):
|
|
10687
11613
|
|
10688
11614
|
def __init__(self):
|
10689
11615
|
r"""
|
10690
|
-
:param _DeployRecordId: 部署记录ID
|
11616
|
+
:param _DeployRecordId: 部署记录ID,通过调用DeployCertificateInstance接口返回的记录ID, 或者通过DeployCertificateRecordRollback回滚接口返回的记录ID
|
10691
11617
|
:type DeployRecordId: str
|
10692
|
-
:param _Offset: 分页偏移量,从0
|
11618
|
+
:param _Offset: 分页偏移量,从0开始。默认为0
|
10693
11619
|
:type Offset: int
|
10694
|
-
:param _Limit: 每页数量,默认10
|
11620
|
+
:param _Limit: 每页数量,默认10。最大值为200
|
10695
11621
|
:type Limit: int
|
10696
11622
|
"""
|
10697
11623
|
self._DeployRecordId = None
|
@@ -10700,7 +11626,7 @@ class DescribeHostDeployRecordDetailRequest(AbstractModel):
|
|
10700
11626
|
|
10701
11627
|
@property
|
10702
11628
|
def DeployRecordId(self):
|
10703
|
-
"""部署记录ID
|
11629
|
+
"""部署记录ID,通过调用DeployCertificateInstance接口返回的记录ID, 或者通过DeployCertificateRecordRollback回滚接口返回的记录ID
|
10704
11630
|
:rtype: str
|
10705
11631
|
"""
|
10706
11632
|
return self._DeployRecordId
|
@@ -10711,7 +11637,7 @@ class DescribeHostDeployRecordDetailRequest(AbstractModel):
|
|
10711
11637
|
|
10712
11638
|
@property
|
10713
11639
|
def Offset(self):
|
10714
|
-
"""分页偏移量,从0
|
11640
|
+
"""分页偏移量,从0开始。默认为0
|
10715
11641
|
:rtype: int
|
10716
11642
|
"""
|
10717
11643
|
return self._Offset
|
@@ -10722,7 +11648,7 @@ class DescribeHostDeployRecordDetailRequest(AbstractModel):
|
|
10722
11648
|
|
10723
11649
|
@property
|
10724
11650
|
def Limit(self):
|
10725
|
-
"""每页数量,默认10
|
11651
|
+
"""每页数量,默认10。最大值为200
|
10726
11652
|
:rtype: int
|
10727
11653
|
"""
|
10728
11654
|
return self._Limit
|
@@ -10753,7 +11679,7 @@ class DescribeHostDeployRecordDetailResponse(AbstractModel):
|
|
10753
11679
|
|
10754
11680
|
def __init__(self):
|
10755
11681
|
r"""
|
10756
|
-
:param _TotalCount:
|
11682
|
+
:param _TotalCount: 部署记录总数
|
10757
11683
|
注意:此字段可能返回 null,表示取不到有效值。
|
10758
11684
|
:type TotalCount: int
|
10759
11685
|
:param _DeployRecordDetailList: 证书部署记录列表
|
@@ -10780,7 +11706,7 @@ class DescribeHostDeployRecordDetailResponse(AbstractModel):
|
|
10780
11706
|
|
10781
11707
|
@property
|
10782
11708
|
def TotalCount(self):
|
10783
|
-
"""
|
11709
|
+
"""部署记录总数
|
10784
11710
|
注意:此字段可能返回 null,表示取不到有效值。
|
10785
11711
|
:rtype: int
|
10786
11712
|
"""
|
@@ -10877,7 +11803,7 @@ class DescribeHostDeployRecordRequest(AbstractModel):
|
|
10877
11803
|
:type Offset: int
|
10878
11804
|
:param _Limit: 每页数量,默认10。
|
10879
11805
|
:type Limit: int
|
10880
|
-
:param _ResourceType: 支持的资源类型如下,clb,cdn,ddos,waf,apigateway,teo,tke,cos,lighthouse,vod,tcb,tse
|
11806
|
+
:param _ResourceType: 支持的资源类型如下,clb,cdn,ddos,waf,apigateway,teo,tke,cos,lighthouse,vod,tcb,tse,live
|
10881
11807
|
:type ResourceType: str
|
10882
11808
|
"""
|
10883
11809
|
self._CertificateId = None
|
@@ -10920,7 +11846,7 @@ class DescribeHostDeployRecordRequest(AbstractModel):
|
|
10920
11846
|
|
10921
11847
|
@property
|
10922
11848
|
def ResourceType(self):
|
10923
|
-
"""支持的资源类型如下,clb,cdn,ddos,waf,apigateway,teo,tke,cos,lighthouse,vod,tcb,tse
|
11849
|
+
"""支持的资源类型如下,clb,cdn,ddos,waf,apigateway,teo,tke,cos,lighthouse,vod,tcb,tse,live
|
10924
11850
|
:rtype: str
|
10925
11851
|
"""
|
10926
11852
|
return self._ResourceType
|
@@ -11068,6 +11994,8 @@ class DescribeHostLighthouseInstanceListRequest(AbstractModel):
|
|
11068
11994
|
|
11069
11995
|
@property
|
11070
11996
|
def ResourceType(self):
|
11997
|
+
warnings.warn("parameter `ResourceType` is deprecated", DeprecationWarning)
|
11998
|
+
|
11071
11999
|
"""部署资源类型 lighthouse
|
11072
12000
|
:rtype: str
|
11073
12001
|
"""
|
@@ -11075,6 +12003,8 @@ class DescribeHostLighthouseInstanceListRequest(AbstractModel):
|
|
11075
12003
|
|
11076
12004
|
@ResourceType.setter
|
11077
12005
|
def ResourceType(self, ResourceType):
|
12006
|
+
warnings.warn("parameter `ResourceType` is deprecated", DeprecationWarning)
|
12007
|
+
|
11078
12008
|
self._ResourceType = ResourceType
|
11079
12009
|
|
11080
12010
|
|
@@ -11337,9 +12267,9 @@ class DescribeHostTeoInstanceListRequest(AbstractModel):
|
|
11337
12267
|
:type Filters: list of Filter
|
11338
12268
|
:param _OldCertificateId: 已部署的证书ID
|
11339
12269
|
:type OldCertificateId: str
|
11340
|
-
:param _Offset:
|
12270
|
+
:param _Offset: 分页偏移量,默认值为0.
|
11341
12271
|
:type Offset: int
|
11342
|
-
:param _Limit: 每页数量,默认10。
|
12272
|
+
:param _Limit: 每页数量,默认10,最大值为200。
|
11343
12273
|
:type Limit: int
|
11344
12274
|
:param _AsyncCache: 是否异步,1表示是,0表示否,默认为0
|
11345
12275
|
:type AsyncCache: int
|
@@ -11366,6 +12296,8 @@ class DescribeHostTeoInstanceListRequest(AbstractModel):
|
|
11366
12296
|
|
11367
12297
|
@property
|
11368
12298
|
def ResourceType(self):
|
12299
|
+
warnings.warn("parameter `ResourceType` is deprecated", DeprecationWarning)
|
12300
|
+
|
11369
12301
|
"""部署资源类型
|
11370
12302
|
:rtype: str
|
11371
12303
|
"""
|
@@ -11373,6 +12305,8 @@ class DescribeHostTeoInstanceListRequest(AbstractModel):
|
|
11373
12305
|
|
11374
12306
|
@ResourceType.setter
|
11375
12307
|
def ResourceType(self, ResourceType):
|
12308
|
+
warnings.warn("parameter `ResourceType` is deprecated", DeprecationWarning)
|
12309
|
+
|
11376
12310
|
self._ResourceType = ResourceType
|
11377
12311
|
|
11378
12312
|
@property
|
@@ -11410,7 +12344,7 @@ class DescribeHostTeoInstanceListRequest(AbstractModel):
|
|
11410
12344
|
|
11411
12345
|
@property
|
11412
12346
|
def Offset(self):
|
11413
|
-
"""
|
12347
|
+
"""分页偏移量,默认值为0.
|
11414
12348
|
:rtype: int
|
11415
12349
|
"""
|
11416
12350
|
return self._Offset
|
@@ -11421,7 +12355,7 @@ class DescribeHostTeoInstanceListRequest(AbstractModel):
|
|
11421
12355
|
|
11422
12356
|
@property
|
11423
12357
|
def Limit(self):
|
11424
|
-
"""每页数量,默认10。
|
12358
|
+
"""每页数量,默认10,最大值为200。
|
11425
12359
|
:rtype: int
|
11426
12360
|
"""
|
11427
12361
|
return self._Limit
|
@@ -11787,11 +12721,11 @@ class DescribeHostUpdateRecordDetailRequest(AbstractModel):
|
|
11787
12721
|
|
11788
12722
|
def __init__(self):
|
11789
12723
|
r"""
|
11790
|
-
:param _DeployRecordId:
|
12724
|
+
:param _DeployRecordId: 部署记录ID,通过调用UpdateCertificateInstance接口返回的记录ID, 或者通过UpdateCertificateRecordRollback回滚接口返回的记录ID
|
11791
12725
|
:type DeployRecordId: str
|
11792
|
-
:param _Limit: 每页数量,默认10
|
12726
|
+
:param _Limit: 每页数量,默认10。最大值为200
|
11793
12727
|
:type Limit: str
|
11794
|
-
:param _Offset: 分页偏移量,从0
|
12728
|
+
:param _Offset: 分页偏移量,从0开始。默认为0
|
11795
12729
|
:type Offset: str
|
11796
12730
|
"""
|
11797
12731
|
self._DeployRecordId = None
|
@@ -11800,7 +12734,7 @@ class DescribeHostUpdateRecordDetailRequest(AbstractModel):
|
|
11800
12734
|
|
11801
12735
|
@property
|
11802
12736
|
def DeployRecordId(self):
|
11803
|
-
"""
|
12737
|
+
"""部署记录ID,通过调用UpdateCertificateInstance接口返回的记录ID, 或者通过UpdateCertificateRecordRollback回滚接口返回的记录ID
|
11804
12738
|
:rtype: str
|
11805
12739
|
"""
|
11806
12740
|
return self._DeployRecordId
|
@@ -11811,7 +12745,7 @@ class DescribeHostUpdateRecordDetailRequest(AbstractModel):
|
|
11811
12745
|
|
11812
12746
|
@property
|
11813
12747
|
def Limit(self):
|
11814
|
-
"""每页数量,默认10
|
12748
|
+
"""每页数量,默认10。最大值为200
|
11815
12749
|
:rtype: str
|
11816
12750
|
"""
|
11817
12751
|
return self._Limit
|
@@ -11822,7 +12756,7 @@ class DescribeHostUpdateRecordDetailRequest(AbstractModel):
|
|
11822
12756
|
|
11823
12757
|
@property
|
11824
12758
|
def Offset(self):
|
11825
|
-
"""分页偏移量,从0
|
12759
|
+
"""分页偏移量,从0开始。默认为0
|
11826
12760
|
:rtype: str
|
11827
12761
|
"""
|
11828
12762
|
return self._Offset
|
@@ -12846,9 +13780,9 @@ class DescribeManagersRequest(AbstractModel):
|
|
12846
13780
|
r"""
|
12847
13781
|
:param _CompanyId: 公司ID,可以从DescribeCompanies接口获取
|
12848
13782
|
:type CompanyId: int
|
12849
|
-
:param _Offset:
|
13783
|
+
:param _Offset: 分页偏移量,如果不传默认值为0
|
12850
13784
|
:type Offset: int
|
12851
|
-
:param _Limit:
|
13785
|
+
:param _Limit: 分页每页数量,如果不传默认值为10,最大值为1000
|
12852
13786
|
:type Limit: int
|
12853
13787
|
:param _ManagerName: 管理人姓名(将废弃),请使用SearchKey
|
12854
13788
|
:type ManagerName: str
|
@@ -12863,7 +13797,7 @@ class DescribeManagersRequest(AbstractModel):
|
|
12863
13797
|
'expiring' 即将过期
|
12864
13798
|
'expired' 已过期
|
12865
13799
|
:type Status: str
|
12866
|
-
:param _SearchKey:
|
13800
|
+
:param _SearchKey: 根据这样的格式:管理人姓|管理人名|邮箱|部门 ,进行精准匹配
|
12867
13801
|
:type SearchKey: str
|
12868
13802
|
"""
|
12869
13803
|
self._CompanyId = None
|
@@ -12887,7 +13821,7 @@ class DescribeManagersRequest(AbstractModel):
|
|
12887
13821
|
|
12888
13822
|
@property
|
12889
13823
|
def Offset(self):
|
12890
|
-
"""
|
13824
|
+
"""分页偏移量,如果不传默认值为0
|
12891
13825
|
:rtype: int
|
12892
13826
|
"""
|
12893
13827
|
return self._Offset
|
@@ -12898,7 +13832,7 @@ class DescribeManagersRequest(AbstractModel):
|
|
12898
13832
|
|
12899
13833
|
@property
|
12900
13834
|
def Limit(self):
|
12901
|
-
"""
|
13835
|
+
"""分页每页数量,如果不传默认值为10,最大值为1000
|
12902
13836
|
:rtype: int
|
12903
13837
|
"""
|
12904
13838
|
return self._Limit
|
@@ -12949,7 +13883,7 @@ class DescribeManagersRequest(AbstractModel):
|
|
12949
13883
|
|
12950
13884
|
@property
|
12951
13885
|
def SearchKey(self):
|
12952
|
-
"""
|
13886
|
+
"""根据这样的格式:管理人姓|管理人名|邮箱|部门 ,进行精准匹配
|
12953
13887
|
:rtype: str
|
12954
13888
|
"""
|
12955
13889
|
return self._SearchKey
|
@@ -13051,13 +13985,14 @@ class DescribePackagesRequest(AbstractModel):
|
|
13051
13985
|
:type Offset: int
|
13052
13986
|
:param _Limit: 限制数目,默认20。
|
13053
13987
|
:type Limit: int
|
13054
|
-
:param _Status:
|
13988
|
+
:param _Status: 按状态筛选。状态值包括usable(可用),used(已用),expired(已过期),refund(已退款)
|
13989
|
+
|
13055
13990
|
:type Status: str
|
13056
|
-
:param _ExpireTime:
|
13991
|
+
:param _ExpireTime: 按过期时间升序或降序排列,可选值为asc(升序)和desc(降序)
|
13057
13992
|
:type ExpireTime: str
|
13058
13993
|
:param _PackageId: 按权益包ID搜索。
|
13059
13994
|
:type PackageId: str
|
13060
|
-
:param _Type:
|
13995
|
+
:param _Type: 按权益包类型搜索。类型包括:ssl_100(证书批量权益100点),ssl_500(证书批量权益500点),ssl_2000(证书批量权益2000点)
|
13061
13996
|
:type Type: str
|
13062
13997
|
:param _Pid: 子产品编号
|
13063
13998
|
:type Pid: int
|
@@ -13094,7 +14029,8 @@ class DescribePackagesRequest(AbstractModel):
|
|
13094
14029
|
|
13095
14030
|
@property
|
13096
14031
|
def Status(self):
|
13097
|
-
"""
|
14032
|
+
"""按状态筛选。状态值包括usable(可用),used(已用),expired(已过期),refund(已退款)
|
14033
|
+
|
13098
14034
|
:rtype: str
|
13099
14035
|
"""
|
13100
14036
|
return self._Status
|
@@ -13105,7 +14041,7 @@ class DescribePackagesRequest(AbstractModel):
|
|
13105
14041
|
|
13106
14042
|
@property
|
13107
14043
|
def ExpireTime(self):
|
13108
|
-
"""
|
14044
|
+
"""按过期时间升序或降序排列,可选值为asc(升序)和desc(降序)
|
13109
14045
|
:rtype: str
|
13110
14046
|
"""
|
13111
14047
|
return self._ExpireTime
|
@@ -13127,7 +14063,7 @@ class DescribePackagesRequest(AbstractModel):
|
|
13127
14063
|
|
13128
14064
|
@property
|
13129
14065
|
def Type(self):
|
13130
|
-
"""
|
14066
|
+
"""按权益包类型搜索。类型包括:ssl_100(证书批量权益100点),ssl_500(证书批量权益500点),ssl_2000(证书批量权益2000点)
|
13131
14067
|
:rtype: str
|
13132
14068
|
"""
|
13133
14069
|
return self._Type
|
@@ -13498,22 +14434,22 @@ class DvAuthDetail(AbstractModel):
|
|
13498
14434
|
|
13499
14435
|
def __init__(self):
|
13500
14436
|
r"""
|
13501
|
-
:param _DvAuthKey:
|
14437
|
+
:param _DvAuthKey: 证书域名验证记录Key
|
13502
14438
|
注意:此字段可能返回 null,表示取不到有效值。
|
13503
14439
|
:type DvAuthKey: str
|
13504
|
-
:param _DvAuthValue:
|
14440
|
+
:param _DvAuthValue: 证书域名验证记录值
|
13505
14441
|
注意:此字段可能返回 null,表示取不到有效值。
|
13506
14442
|
:type DvAuthValue: str
|
13507
|
-
:param _DvAuthDomain:
|
14443
|
+
:param _DvAuthDomain: 证书域名验证域名值
|
13508
14444
|
注意:此字段可能返回 null,表示取不到有效值。
|
13509
14445
|
:type DvAuthDomain: str
|
13510
|
-
:param _DvAuthPath:
|
14446
|
+
:param _DvAuthPath: 证书域名验证文件路径, 仅FILE、FILE_PROXY使用
|
13511
14447
|
注意:此字段可能返回 null,表示取不到有效值。
|
13512
14448
|
:type DvAuthPath: str
|
13513
|
-
:param _DvAuthKeySubDomain:
|
14449
|
+
:param _DvAuthKeySubDomain: 证书域名验证子域名
|
13514
14450
|
注意:此字段可能返回 null,表示取不到有效值。
|
13515
14451
|
:type DvAuthKeySubDomain: str
|
13516
|
-
:param _DvAuths:
|
14452
|
+
:param _DvAuths: 证书域名验证信息, 存在多个域名验证使用本字段
|
13517
14453
|
注意:此字段可能返回 null,表示取不到有效值。
|
13518
14454
|
:type DvAuths: list of DvAuths
|
13519
14455
|
"""
|
@@ -13526,7 +14462,7 @@ class DvAuthDetail(AbstractModel):
|
|
13526
14462
|
|
13527
14463
|
@property
|
13528
14464
|
def DvAuthKey(self):
|
13529
|
-
"""
|
14465
|
+
"""证书域名验证记录Key
|
13530
14466
|
注意:此字段可能返回 null,表示取不到有效值。
|
13531
14467
|
:rtype: str
|
13532
14468
|
"""
|
@@ -13538,7 +14474,7 @@ class DvAuthDetail(AbstractModel):
|
|
13538
14474
|
|
13539
14475
|
@property
|
13540
14476
|
def DvAuthValue(self):
|
13541
|
-
"""
|
14477
|
+
"""证书域名验证记录值
|
13542
14478
|
注意:此字段可能返回 null,表示取不到有效值。
|
13543
14479
|
:rtype: str
|
13544
14480
|
"""
|
@@ -13550,7 +14486,7 @@ class DvAuthDetail(AbstractModel):
|
|
13550
14486
|
|
13551
14487
|
@property
|
13552
14488
|
def DvAuthDomain(self):
|
13553
|
-
"""
|
14489
|
+
"""证书域名验证域名值
|
13554
14490
|
注意:此字段可能返回 null,表示取不到有效值。
|
13555
14491
|
:rtype: str
|
13556
14492
|
"""
|
@@ -13562,7 +14498,7 @@ class DvAuthDetail(AbstractModel):
|
|
13562
14498
|
|
13563
14499
|
@property
|
13564
14500
|
def DvAuthPath(self):
|
13565
|
-
"""
|
14501
|
+
"""证书域名验证文件路径, 仅FILE、FILE_PROXY使用
|
13566
14502
|
注意:此字段可能返回 null,表示取不到有效值。
|
13567
14503
|
:rtype: str
|
13568
14504
|
"""
|
@@ -13574,7 +14510,7 @@ class DvAuthDetail(AbstractModel):
|
|
13574
14510
|
|
13575
14511
|
@property
|
13576
14512
|
def DvAuthKeySubDomain(self):
|
13577
|
-
"""
|
14513
|
+
"""证书域名验证子域名
|
13578
14514
|
注意:此字段可能返回 null,表示取不到有效值。
|
13579
14515
|
:rtype: str
|
13580
14516
|
"""
|
@@ -13586,7 +14522,7 @@ class DvAuthDetail(AbstractModel):
|
|
13586
14522
|
|
13587
14523
|
@property
|
13588
14524
|
def DvAuths(self):
|
13589
|
-
"""
|
14525
|
+
"""证书域名验证信息, 存在多个域名验证使用本字段
|
13590
14526
|
注意:此字段可能返回 null,表示取不到有效值。
|
13591
14527
|
:rtype: list of DvAuths
|
13592
14528
|
"""
|
@@ -13626,22 +14562,25 @@ class DvAuths(AbstractModel):
|
|
13626
14562
|
|
13627
14563
|
def __init__(self):
|
13628
14564
|
r"""
|
13629
|
-
:param _DvAuthKey:
|
14565
|
+
:param _DvAuthKey: 证书域名验证记录Key
|
13630
14566
|
注意:此字段可能返回 null,表示取不到有效值。
|
13631
14567
|
:type DvAuthKey: str
|
13632
|
-
:param _DvAuthValue:
|
14568
|
+
:param _DvAuthValue: 证书域名验证记录值
|
13633
14569
|
注意:此字段可能返回 null,表示取不到有效值。
|
13634
14570
|
:type DvAuthValue: str
|
13635
|
-
:param _DvAuthDomain:
|
14571
|
+
:param _DvAuthDomain: 证书域名验证域名值
|
13636
14572
|
注意:此字段可能返回 null,表示取不到有效值。
|
13637
14573
|
:type DvAuthDomain: str
|
13638
|
-
:param _DvAuthPath:
|
14574
|
+
:param _DvAuthPath: 证书域名验证文件路径, 仅FILE、FILE_PROXY使用
|
13639
14575
|
注意:此字段可能返回 null,表示取不到有效值。
|
13640
14576
|
:type DvAuthPath: str
|
13641
|
-
:param _DvAuthSubDomain:
|
14577
|
+
:param _DvAuthSubDomain: 证书域名验证子域名
|
13642
14578
|
注意:此字段可能返回 null,表示取不到有效值。
|
13643
14579
|
:type DvAuthSubDomain: str
|
13644
|
-
:param _DvAuthVerifyType:
|
14580
|
+
:param _DvAuthVerifyType: 证书域名验证类型,取值:
|
14581
|
+
TXT:DNS域名验证添加TXT记录
|
14582
|
+
FILE:域名文件验证
|
14583
|
+
CNAME:DNS域名验证添加CNAME记录
|
13645
14584
|
注意:此字段可能返回 null,表示取不到有效值。
|
13646
14585
|
:type DvAuthVerifyType: str
|
13647
14586
|
"""
|
@@ -13654,7 +14593,7 @@ class DvAuths(AbstractModel):
|
|
13654
14593
|
|
13655
14594
|
@property
|
13656
14595
|
def DvAuthKey(self):
|
13657
|
-
"""
|
14596
|
+
"""证书域名验证记录Key
|
13658
14597
|
注意:此字段可能返回 null,表示取不到有效值。
|
13659
14598
|
:rtype: str
|
13660
14599
|
"""
|
@@ -13666,7 +14605,7 @@ class DvAuths(AbstractModel):
|
|
13666
14605
|
|
13667
14606
|
@property
|
13668
14607
|
def DvAuthValue(self):
|
13669
|
-
"""
|
14608
|
+
"""证书域名验证记录值
|
13670
14609
|
注意:此字段可能返回 null,表示取不到有效值。
|
13671
14610
|
:rtype: str
|
13672
14611
|
"""
|
@@ -13678,7 +14617,7 @@ class DvAuths(AbstractModel):
|
|
13678
14617
|
|
13679
14618
|
@property
|
13680
14619
|
def DvAuthDomain(self):
|
13681
|
-
"""
|
14620
|
+
"""证书域名验证域名值
|
13682
14621
|
注意:此字段可能返回 null,表示取不到有效值。
|
13683
14622
|
:rtype: str
|
13684
14623
|
"""
|
@@ -13690,7 +14629,7 @@ class DvAuths(AbstractModel):
|
|
13690
14629
|
|
13691
14630
|
@property
|
13692
14631
|
def DvAuthPath(self):
|
13693
|
-
"""
|
14632
|
+
"""证书域名验证文件路径, 仅FILE、FILE_PROXY使用
|
13694
14633
|
注意:此字段可能返回 null,表示取不到有效值。
|
13695
14634
|
:rtype: str
|
13696
14635
|
"""
|
@@ -13702,7 +14641,7 @@ class DvAuths(AbstractModel):
|
|
13702
14641
|
|
13703
14642
|
@property
|
13704
14643
|
def DvAuthSubDomain(self):
|
13705
|
-
"""
|
14644
|
+
"""证书域名验证子域名
|
13706
14645
|
注意:此字段可能返回 null,表示取不到有效值。
|
13707
14646
|
:rtype: str
|
13708
14647
|
"""
|
@@ -13714,7 +14653,10 @@ class DvAuths(AbstractModel):
|
|
13714
14653
|
|
13715
14654
|
@property
|
13716
14655
|
def DvAuthVerifyType(self):
|
13717
|
-
"""
|
14656
|
+
"""证书域名验证类型,取值:
|
14657
|
+
TXT:DNS域名验证添加TXT记录
|
14658
|
+
FILE:域名文件验证
|
14659
|
+
CNAME:DNS域名验证添加CNAME记录
|
13718
14660
|
注意:此字段可能返回 null,表示取不到有效值。
|
13719
14661
|
:rtype: str
|
13720
14662
|
"""
|
@@ -15039,7 +15981,33 @@ class OperationLog(AbstractModel):
|
|
15039
15981
|
:param _CertId: 证书ID
|
15040
15982
|
注意:此字段可能返回 null,表示取不到有效值。
|
15041
15983
|
:type CertId: str
|
15042
|
-
:param _Type:
|
15984
|
+
:param _Type: 每个操作类型都对应一个具体的操作描述。以下是对每个操作类型及其描述的文字说明:
|
15985
|
+
1. apply - 表示申请一个免费的证书。
|
15986
|
+
2. delete - 表示删除操作。
|
15987
|
+
3. download - 表示下载操作。
|
15988
|
+
4. upload - 表示上传操作。
|
15989
|
+
5. revoke - 表示吊销证书。
|
15990
|
+
6. cancelRevoke - 表示取消吊销操作。
|
15991
|
+
7. updateAlias - 表示更新备注信息。
|
15992
|
+
8. changeProject - 表示将证书分配到某个项目。
|
15993
|
+
9. uploadConfirmLetter - 表示上传确认函。
|
15994
|
+
10. cancel - 表示取消订单操作。
|
15995
|
+
11. replace - 表示重颁发证书。
|
15996
|
+
12. downloadConfirmLetter - 表示下载证书吊销确认函。
|
15997
|
+
13. editRevokeLetter - 表示上传证书吊销确认函。
|
15998
|
+
14. renewVIP - 表示续费付费证书。
|
15999
|
+
15. applyVIP - 表示申请付费证书。
|
16000
|
+
16. submitInfo - 表示提交资料。
|
16001
|
+
17. downloadConfirmLetter - 表示下载确认函模版。
|
16002
|
+
18. uploadFromYunAPI - 表示通过云 API 上传。
|
16003
|
+
19. transferIn - 表示证书转入操作。
|
16004
|
+
20. transferOut - 表示证书转出操作。
|
16005
|
+
21. refund - 表示申请退款。
|
16006
|
+
22. multiYearsRenew - 表示多年期自动续期。
|
16007
|
+
23. modifyDownloadLimit - 表示修改下载限制开关。
|
16008
|
+
24. issued - 表示证书签发。
|
16009
|
+
25. domainValidationPassed - 表示域名验证完成。
|
16010
|
+
26. Resubmit - 表示证书重新申请。
|
15043
16011
|
注意:此字段可能返回 null,表示取不到有效值。
|
15044
16012
|
:type Type: str
|
15045
16013
|
"""
|
@@ -15110,7 +16078,33 @@ class OperationLog(AbstractModel):
|
|
15110
16078
|
|
15111
16079
|
@property
|
15112
16080
|
def Type(self):
|
15113
|
-
"""
|
16081
|
+
"""每个操作类型都对应一个具体的操作描述。以下是对每个操作类型及其描述的文字说明:
|
16082
|
+
1. apply - 表示申请一个免费的证书。
|
16083
|
+
2. delete - 表示删除操作。
|
16084
|
+
3. download - 表示下载操作。
|
16085
|
+
4. upload - 表示上传操作。
|
16086
|
+
5. revoke - 表示吊销证书。
|
16087
|
+
6. cancelRevoke - 表示取消吊销操作。
|
16088
|
+
7. updateAlias - 表示更新备注信息。
|
16089
|
+
8. changeProject - 表示将证书分配到某个项目。
|
16090
|
+
9. uploadConfirmLetter - 表示上传确认函。
|
16091
|
+
10. cancel - 表示取消订单操作。
|
16092
|
+
11. replace - 表示重颁发证书。
|
16093
|
+
12. downloadConfirmLetter - 表示下载证书吊销确认函。
|
16094
|
+
13. editRevokeLetter - 表示上传证书吊销确认函。
|
16095
|
+
14. renewVIP - 表示续费付费证书。
|
16096
|
+
15. applyVIP - 表示申请付费证书。
|
16097
|
+
16. submitInfo - 表示提交资料。
|
16098
|
+
17. downloadConfirmLetter - 表示下载确认函模版。
|
16099
|
+
18. uploadFromYunAPI - 表示通过云 API 上传。
|
16100
|
+
19. transferIn - 表示证书转入操作。
|
16101
|
+
20. transferOut - 表示证书转出操作。
|
16102
|
+
21. refund - 表示申请退款。
|
16103
|
+
22. multiYearsRenew - 表示多年期自动续期。
|
16104
|
+
23. modifyDownloadLimit - 表示修改下载限制开关。
|
16105
|
+
24. issued - 表示证书签发。
|
16106
|
+
25. domainValidationPassed - 表示域名验证完成。
|
16107
|
+
26. Resubmit - 表示证书重新申请。
|
15114
16108
|
注意:此字段可能返回 null,表示取不到有效值。
|
15115
16109
|
:rtype: str
|
15116
16110
|
"""
|
@@ -15718,7 +16712,7 @@ class ReplaceCertificateRequest(AbstractModel):
|
|
15718
16712
|
:type ValidType: str
|
15719
16713
|
:param _CsrType: 类型,默认 Original。可选项:Original = 原证书 CSR,Upload = 手动上传,Online = 在线生成。
|
15720
16714
|
:type CsrType: str
|
15721
|
-
:param _CsrContent: CSR
|
16715
|
+
:param _CsrContent: CSR 内容,手动上传的时候需要。
|
15722
16716
|
:type CsrContent: str
|
15723
16717
|
:param _CsrkeyPassword: KEY 密码。
|
15724
16718
|
:type CsrkeyPassword: str
|
@@ -15774,7 +16768,7 @@ class ReplaceCertificateRequest(AbstractModel):
|
|
15774
16768
|
|
15775
16769
|
@property
|
15776
16770
|
def CsrContent(self):
|
15777
|
-
"""CSR
|
16771
|
+
"""CSR 内容,手动上传的时候需要。
|
15778
16772
|
:rtype: str
|
15779
16773
|
"""
|
15780
16774
|
return self._CsrContent
|
@@ -15898,7 +16892,7 @@ class ResourceTypeRegions(AbstractModel):
|
|
15898
16892
|
|
15899
16893
|
def __init__(self):
|
15900
16894
|
r"""
|
15901
|
-
:param _ResourceType:
|
16895
|
+
:param _ResourceType: 云资源类型,支持clb、waf、apigateway、cos、tke、tse、tcb
|
15902
16896
|
:type ResourceType: str
|
15903
16897
|
:param _Regions: 地域列表
|
15904
16898
|
:type Regions: list of str
|
@@ -15908,7 +16902,7 @@ class ResourceTypeRegions(AbstractModel):
|
|
15908
16902
|
|
15909
16903
|
@property
|
15910
16904
|
def ResourceType(self):
|
15911
|
-
"""
|
16905
|
+
"""云资源类型,支持clb、waf、apigateway、cos、tke、tse、tcb
|
15912
16906
|
:rtype: str
|
15913
16907
|
"""
|
15914
16908
|
return self._ResourceType
|
@@ -16044,7 +17038,7 @@ class RevokeCertificateResponse(AbstractModel):
|
|
16044
17038
|
|
16045
17039
|
|
16046
17040
|
class RevokeDomainValidateAuths(AbstractModel):
|
16047
|
-
"""
|
17041
|
+
"""吊销证书域名验证信息。
|
16048
17042
|
|
16049
17043
|
"""
|
16050
17044
|
|
@@ -16290,57 +17284,60 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16290
17284
|
|
16291
17285
|
def __init__(self):
|
16292
17286
|
r"""
|
16293
|
-
:param _CertificateId:
|
17287
|
+
:param _CertificateId: 待提交资料的付费证书 ID。
|
16294
17288
|
:type CertificateId: str
|
16295
|
-
:param _CsrType: CSR
|
17289
|
+
:param _CsrType: 此字段必传。 CSR 生成方式, 取值为:
|
17290
|
+
online:腾讯云提交的填写的参数信息生成CSR和私钥, 并由腾讯云加密存储
|
17291
|
+
parse:自行生成CSR和私钥, 并通过上传CSR申请证书
|
16296
17292
|
:type CsrType: str
|
16297
17293
|
:param _CsrContent: 上传的 CSR 内容。
|
17294
|
+
若CstType为parse, 则此字段必传。
|
16298
17295
|
:type CsrContent: str
|
16299
|
-
:param _CertificateDomain:
|
17296
|
+
:param _CertificateDomain: 证书绑定的通用名称, 若是上传的CSR,则该域名需与CSR解析的通用名称一致
|
16300
17297
|
:type CertificateDomain: str
|
16301
|
-
:param _DomainList:
|
17298
|
+
:param _DomainList: 证书绑定的其他域名, 单域名、泛域名证书无需提供。 多域名、多泛域名必填
|
16302
17299
|
:type DomainList: list of str
|
16303
|
-
:param _KeyPassword:
|
17300
|
+
:param _KeyPassword: 私钥密码, 目前仅使用在生成jks、pfx格式证书时密码; 其他格式私钥证书未加密
|
16304
17301
|
:type KeyPassword: str
|
16305
|
-
:param _OrganizationName: 公司名称。
|
17302
|
+
:param _OrganizationName: 字段必传, 公司名称。
|
16306
17303
|
:type OrganizationName: str
|
16307
|
-
:param _OrganizationDivision: 部门名称。
|
17304
|
+
:param _OrganizationDivision: 字段必传, 部门名称。
|
16308
17305
|
:type OrganizationDivision: str
|
16309
|
-
:param _OrganizationAddress: 公司详细地址。
|
17306
|
+
:param _OrganizationAddress: 字段必传, 公司详细地址。
|
16310
17307
|
:type OrganizationAddress: str
|
16311
|
-
:param _OrganizationCountry:
|
17308
|
+
:param _OrganizationCountry: 字段必传, 国家名称,传CN即可
|
16312
17309
|
:type OrganizationCountry: str
|
16313
|
-
:param _OrganizationCity: 公司所在城市。
|
17310
|
+
:param _OrganizationCity: 字段必传, 公司所在城市。
|
16314
17311
|
:type OrganizationCity: str
|
16315
|
-
:param _OrganizationRegion: 公司所在省份。
|
17312
|
+
:param _OrganizationRegion: 字段必传, 公司所在省份。
|
16316
17313
|
:type OrganizationRegion: str
|
16317
17314
|
:param _PostalCode: 公司邮编。
|
16318
17315
|
:type PostalCode: str
|
16319
|
-
:param _PhoneAreaCode: 公司座机区号。
|
17316
|
+
:param _PhoneAreaCode: 字段必传, 公司座机区号。
|
16320
17317
|
:type PhoneAreaCode: str
|
16321
|
-
:param _PhoneNumber: 公司座机号码。
|
17318
|
+
:param _PhoneNumber: 字段必传, 公司座机号码。
|
16322
17319
|
:type PhoneNumber: str
|
16323
17320
|
:param _VerifyType: 证书验证方式。验证类型:DNS_AUTO = 自动DNS验证(仅支持在腾讯云解析且解析状态正常的域名使用该验证类型),DNS = 手动DNS验证,FILE = 文件验证。
|
16324
17321
|
:type VerifyType: str
|
16325
|
-
:param _AdminFirstName:
|
17322
|
+
:param _AdminFirstName: 字段必传,管理人名。
|
16326
17323
|
:type AdminFirstName: str
|
16327
|
-
:param _AdminLastName:
|
17324
|
+
:param _AdminLastName: 字段必传,管理人姓。
|
16328
17325
|
:type AdminLastName: str
|
16329
|
-
:param _AdminPhoneNum:
|
17326
|
+
:param _AdminPhoneNum: 字段必传,管理人手机号码。
|
16330
17327
|
:type AdminPhoneNum: str
|
16331
|
-
:param _AdminEmail:
|
17328
|
+
:param _AdminEmail: 字段必传,管理人邮箱地址。
|
16332
17329
|
:type AdminEmail: str
|
16333
|
-
:param _AdminPosition:
|
17330
|
+
:param _AdminPosition: 字段必传,管理人职位。
|
16334
17331
|
:type AdminPosition: str
|
16335
|
-
:param _ContactFirstName:
|
17332
|
+
:param _ContactFirstName: 字段必传,联系人名。
|
16336
17333
|
:type ContactFirstName: str
|
16337
|
-
:param _ContactLastName:
|
17334
|
+
:param _ContactLastName: 字段必传,联系人姓。
|
16338
17335
|
:type ContactLastName: str
|
16339
|
-
:param _ContactEmail:
|
17336
|
+
:param _ContactEmail: 字段必传,联系人邮箱地址。
|
16340
17337
|
:type ContactEmail: str
|
16341
|
-
:param _ContactNumber:
|
17338
|
+
:param _ContactNumber: 字段必传,联系人手机号码。
|
16342
17339
|
:type ContactNumber: str
|
16343
|
-
:param _ContactPosition:
|
17340
|
+
:param _ContactPosition: 字段必传,联系人职位。
|
16344
17341
|
:type ContactPosition: str
|
16345
17342
|
:param _IsDV: 是否DV证书。默认false
|
16346
17343
|
:type IsDV: bool
|
@@ -16375,7 +17372,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16375
17372
|
|
16376
17373
|
@property
|
16377
17374
|
def CertificateId(self):
|
16378
|
-
"""
|
17375
|
+
"""待提交资料的付费证书 ID。
|
16379
17376
|
:rtype: str
|
16380
17377
|
"""
|
16381
17378
|
return self._CertificateId
|
@@ -16386,7 +17383,9 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16386
17383
|
|
16387
17384
|
@property
|
16388
17385
|
def CsrType(self):
|
16389
|
-
"""CSR
|
17386
|
+
"""此字段必传。 CSR 生成方式, 取值为:
|
17387
|
+
online:腾讯云提交的填写的参数信息生成CSR和私钥, 并由腾讯云加密存储
|
17388
|
+
parse:自行生成CSR和私钥, 并通过上传CSR申请证书
|
16390
17389
|
:rtype: str
|
16391
17390
|
"""
|
16392
17391
|
return self._CsrType
|
@@ -16398,6 +17397,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16398
17397
|
@property
|
16399
17398
|
def CsrContent(self):
|
16400
17399
|
"""上传的 CSR 内容。
|
17400
|
+
若CstType为parse, 则此字段必传。
|
16401
17401
|
:rtype: str
|
16402
17402
|
"""
|
16403
17403
|
return self._CsrContent
|
@@ -16408,7 +17408,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16408
17408
|
|
16409
17409
|
@property
|
16410
17410
|
def CertificateDomain(self):
|
16411
|
-
"""
|
17411
|
+
"""证书绑定的通用名称, 若是上传的CSR,则该域名需与CSR解析的通用名称一致
|
16412
17412
|
:rtype: str
|
16413
17413
|
"""
|
16414
17414
|
return self._CertificateDomain
|
@@ -16419,7 +17419,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16419
17419
|
|
16420
17420
|
@property
|
16421
17421
|
def DomainList(self):
|
16422
|
-
"""
|
17422
|
+
"""证书绑定的其他域名, 单域名、泛域名证书无需提供。 多域名、多泛域名必填
|
16423
17423
|
:rtype: list of str
|
16424
17424
|
"""
|
16425
17425
|
return self._DomainList
|
@@ -16430,7 +17430,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16430
17430
|
|
16431
17431
|
@property
|
16432
17432
|
def KeyPassword(self):
|
16433
|
-
"""
|
17433
|
+
"""私钥密码, 目前仅使用在生成jks、pfx格式证书时密码; 其他格式私钥证书未加密
|
16434
17434
|
:rtype: str
|
16435
17435
|
"""
|
16436
17436
|
return self._KeyPassword
|
@@ -16441,7 +17441,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16441
17441
|
|
16442
17442
|
@property
|
16443
17443
|
def OrganizationName(self):
|
16444
|
-
"""公司名称。
|
17444
|
+
"""字段必传, 公司名称。
|
16445
17445
|
:rtype: str
|
16446
17446
|
"""
|
16447
17447
|
return self._OrganizationName
|
@@ -16452,7 +17452,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16452
17452
|
|
16453
17453
|
@property
|
16454
17454
|
def OrganizationDivision(self):
|
16455
|
-
"""部门名称。
|
17455
|
+
"""字段必传, 部门名称。
|
16456
17456
|
:rtype: str
|
16457
17457
|
"""
|
16458
17458
|
return self._OrganizationDivision
|
@@ -16463,7 +17463,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16463
17463
|
|
16464
17464
|
@property
|
16465
17465
|
def OrganizationAddress(self):
|
16466
|
-
"""公司详细地址。
|
17466
|
+
"""字段必传, 公司详细地址。
|
16467
17467
|
:rtype: str
|
16468
17468
|
"""
|
16469
17469
|
return self._OrganizationAddress
|
@@ -16474,7 +17474,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16474
17474
|
|
16475
17475
|
@property
|
16476
17476
|
def OrganizationCountry(self):
|
16477
|
-
"""
|
17477
|
+
"""字段必传, 国家名称,传CN即可
|
16478
17478
|
:rtype: str
|
16479
17479
|
"""
|
16480
17480
|
return self._OrganizationCountry
|
@@ -16485,7 +17485,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16485
17485
|
|
16486
17486
|
@property
|
16487
17487
|
def OrganizationCity(self):
|
16488
|
-
"""公司所在城市。
|
17488
|
+
"""字段必传, 公司所在城市。
|
16489
17489
|
:rtype: str
|
16490
17490
|
"""
|
16491
17491
|
return self._OrganizationCity
|
@@ -16496,7 +17496,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16496
17496
|
|
16497
17497
|
@property
|
16498
17498
|
def OrganizationRegion(self):
|
16499
|
-
"""公司所在省份。
|
17499
|
+
"""字段必传, 公司所在省份。
|
16500
17500
|
:rtype: str
|
16501
17501
|
"""
|
16502
17502
|
return self._OrganizationRegion
|
@@ -16518,7 +17518,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16518
17518
|
|
16519
17519
|
@property
|
16520
17520
|
def PhoneAreaCode(self):
|
16521
|
-
"""公司座机区号。
|
17521
|
+
"""字段必传, 公司座机区号。
|
16522
17522
|
:rtype: str
|
16523
17523
|
"""
|
16524
17524
|
return self._PhoneAreaCode
|
@@ -16529,7 +17529,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16529
17529
|
|
16530
17530
|
@property
|
16531
17531
|
def PhoneNumber(self):
|
16532
|
-
"""公司座机号码。
|
17532
|
+
"""字段必传, 公司座机号码。
|
16533
17533
|
:rtype: str
|
16534
17534
|
"""
|
16535
17535
|
return self._PhoneNumber
|
@@ -16551,7 +17551,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16551
17551
|
|
16552
17552
|
@property
|
16553
17553
|
def AdminFirstName(self):
|
16554
|
-
"""
|
17554
|
+
"""字段必传,管理人名。
|
16555
17555
|
:rtype: str
|
16556
17556
|
"""
|
16557
17557
|
return self._AdminFirstName
|
@@ -16562,7 +17562,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16562
17562
|
|
16563
17563
|
@property
|
16564
17564
|
def AdminLastName(self):
|
16565
|
-
"""
|
17565
|
+
"""字段必传,管理人姓。
|
16566
17566
|
:rtype: str
|
16567
17567
|
"""
|
16568
17568
|
return self._AdminLastName
|
@@ -16573,7 +17573,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16573
17573
|
|
16574
17574
|
@property
|
16575
17575
|
def AdminPhoneNum(self):
|
16576
|
-
"""
|
17576
|
+
"""字段必传,管理人手机号码。
|
16577
17577
|
:rtype: str
|
16578
17578
|
"""
|
16579
17579
|
return self._AdminPhoneNum
|
@@ -16584,7 +17584,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16584
17584
|
|
16585
17585
|
@property
|
16586
17586
|
def AdminEmail(self):
|
16587
|
-
"""
|
17587
|
+
"""字段必传,管理人邮箱地址。
|
16588
17588
|
:rtype: str
|
16589
17589
|
"""
|
16590
17590
|
return self._AdminEmail
|
@@ -16595,7 +17595,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16595
17595
|
|
16596
17596
|
@property
|
16597
17597
|
def AdminPosition(self):
|
16598
|
-
"""
|
17598
|
+
"""字段必传,管理人职位。
|
16599
17599
|
:rtype: str
|
16600
17600
|
"""
|
16601
17601
|
return self._AdminPosition
|
@@ -16606,7 +17606,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16606
17606
|
|
16607
17607
|
@property
|
16608
17608
|
def ContactFirstName(self):
|
16609
|
-
"""
|
17609
|
+
"""字段必传,联系人名。
|
16610
17610
|
:rtype: str
|
16611
17611
|
"""
|
16612
17612
|
return self._ContactFirstName
|
@@ -16617,7 +17617,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16617
17617
|
|
16618
17618
|
@property
|
16619
17619
|
def ContactLastName(self):
|
16620
|
-
"""
|
17620
|
+
"""字段必传,联系人姓。
|
16621
17621
|
:rtype: str
|
16622
17622
|
"""
|
16623
17623
|
return self._ContactLastName
|
@@ -16628,7 +17628,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16628
17628
|
|
16629
17629
|
@property
|
16630
17630
|
def ContactEmail(self):
|
16631
|
-
"""
|
17631
|
+
"""字段必传,联系人邮箱地址。
|
16632
17632
|
:rtype: str
|
16633
17633
|
"""
|
16634
17634
|
return self._ContactEmail
|
@@ -16639,7 +17639,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16639
17639
|
|
16640
17640
|
@property
|
16641
17641
|
def ContactNumber(self):
|
16642
|
-
"""
|
17642
|
+
"""字段必传,联系人手机号码。
|
16643
17643
|
:rtype: str
|
16644
17644
|
"""
|
16645
17645
|
return self._ContactNumber
|
@@ -16650,7 +17650,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
|
|
16650
17650
|
|
16651
17651
|
@property
|
16652
17652
|
def ContactPosition(self):
|
16653
|
-
"""
|
17653
|
+
"""字段必传,联系人职位。
|
16654
17654
|
:rtype: str
|
16655
17655
|
"""
|
16656
17656
|
return self._ContactPosition
|
@@ -18805,29 +19805,29 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
18805
19805
|
|
18806
19806
|
def __init__(self):
|
18807
19807
|
r"""
|
18808
|
-
:param _OldCertificateId:
|
19808
|
+
:param _OldCertificateId: 一键更新的旧证书ID。 通过查询该证书ID绑定的云资源,然后使用新证书对这些云资源进行更新
|
18809
19809
|
:type OldCertificateId: str
|
18810
19810
|
:param _ResourceTypes: 需要部署的资源类型,参数值可选(小写):clb、cdn、waf、live、ddos、teo、apigateway、vod、tke、tcb、tse、cos
|
18811
19811
|
:type ResourceTypes: list of str
|
18812
|
-
:param _CertificateId:
|
19812
|
+
:param _CertificateId: 一键更新的新证书ID。 不传该参数,则公钥证书和私钥证书必传
|
18813
19813
|
:type CertificateId: str
|
18814
19814
|
:param _Regions: 需要部署的地域列表(废弃)
|
18815
19815
|
:type Regions: list of str
|
18816
|
-
:param _ResourceTypesRegions:
|
19816
|
+
:param _ResourceTypesRegions: 云资源需要部署的地域列表,支持地域的云资源类型必传,取值:clb、tke、apigateway、waf、tcb、tse、cos
|
18817
19817
|
:type ResourceTypesRegions: list of ResourceTypeRegions
|
18818
|
-
:param _CertificatePublicKey:
|
19818
|
+
:param _CertificatePublicKey: 公钥证书, 若上传公钥证书,那么私钥证书必传。 则CertificateId不用传
|
18819
19819
|
:type CertificatePublicKey: str
|
18820
|
-
:param _CertificatePrivateKey:
|
19820
|
+
:param _CertificatePrivateKey: 私钥证书,若上传私钥证书, 那么公钥证书必传; 则CertificateId不用传
|
18821
19821
|
:type CertificatePrivateKey: str
|
18822
19822
|
:param _ExpiringNotificationSwitch: 旧证书是否忽略到期提醒 0:不忽略通知。1:忽略通知,忽略OldCertificateId到期提醒
|
18823
19823
|
:type ExpiringNotificationSwitch: int
|
18824
|
-
:param _Repeatable:
|
19824
|
+
:param _Repeatable: 相同的证书是否允许重复上传,若选择上传公钥私钥证书, 则可以配置该参数。 若存在相同重复证书,则更新任务会失败
|
18825
19825
|
:type Repeatable: bool
|
18826
|
-
:param _AllowDownload:
|
19826
|
+
:param _AllowDownload: 是否允许下载,若选择上传公私钥证书, 则可以配置该参数
|
18827
19827
|
:type AllowDownload: bool
|
18828
|
-
:param _Tags:
|
19828
|
+
:param _Tags: 标签列表,若选择上传公私钥证书, 则可以配置该参数
|
18829
19829
|
:type Tags: list of Tags
|
18830
|
-
:param _ProjectId: 项目 ID
|
19830
|
+
:param _ProjectId: 项目 ID,若选择上传公私钥证书, 则可以配置该参数
|
18831
19831
|
:type ProjectId: int
|
18832
19832
|
"""
|
18833
19833
|
self._OldCertificateId = None
|
@@ -18845,7 +19845,7 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
18845
19845
|
|
18846
19846
|
@property
|
18847
19847
|
def OldCertificateId(self):
|
18848
|
-
"""
|
19848
|
+
"""一键更新的旧证书ID。 通过查询该证书ID绑定的云资源,然后使用新证书对这些云资源进行更新
|
18849
19849
|
:rtype: str
|
18850
19850
|
"""
|
18851
19851
|
return self._OldCertificateId
|
@@ -18867,7 +19867,7 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
18867
19867
|
|
18868
19868
|
@property
|
18869
19869
|
def CertificateId(self):
|
18870
|
-
"""
|
19870
|
+
"""一键更新的新证书ID。 不传该参数,则公钥证书和私钥证书必传
|
18871
19871
|
:rtype: str
|
18872
19872
|
"""
|
18873
19873
|
return self._CertificateId
|
@@ -18893,7 +19893,7 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
18893
19893
|
|
18894
19894
|
@property
|
18895
19895
|
def ResourceTypesRegions(self):
|
18896
|
-
"""
|
19896
|
+
"""云资源需要部署的地域列表,支持地域的云资源类型必传,取值:clb、tke、apigateway、waf、tcb、tse、cos
|
18897
19897
|
:rtype: list of ResourceTypeRegions
|
18898
19898
|
"""
|
18899
19899
|
return self._ResourceTypesRegions
|
@@ -18904,7 +19904,7 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
18904
19904
|
|
18905
19905
|
@property
|
18906
19906
|
def CertificatePublicKey(self):
|
18907
|
-
"""
|
19907
|
+
"""公钥证书, 若上传公钥证书,那么私钥证书必传。 则CertificateId不用传
|
18908
19908
|
:rtype: str
|
18909
19909
|
"""
|
18910
19910
|
return self._CertificatePublicKey
|
@@ -18915,7 +19915,7 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
18915
19915
|
|
18916
19916
|
@property
|
18917
19917
|
def CertificatePrivateKey(self):
|
18918
|
-
"""
|
19918
|
+
"""私钥证书,若上传私钥证书, 那么公钥证书必传; 则CertificateId不用传
|
18919
19919
|
:rtype: str
|
18920
19920
|
"""
|
18921
19921
|
return self._CertificatePrivateKey
|
@@ -18937,7 +19937,7 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
18937
19937
|
|
18938
19938
|
@property
|
18939
19939
|
def Repeatable(self):
|
18940
|
-
"""
|
19940
|
+
"""相同的证书是否允许重复上传,若选择上传公钥私钥证书, 则可以配置该参数。 若存在相同重复证书,则更新任务会失败
|
18941
19941
|
:rtype: bool
|
18942
19942
|
"""
|
18943
19943
|
return self._Repeatable
|
@@ -18948,7 +19948,7 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
18948
19948
|
|
18949
19949
|
@property
|
18950
19950
|
def AllowDownload(self):
|
18951
|
-
"""
|
19951
|
+
"""是否允许下载,若选择上传公私钥证书, 则可以配置该参数
|
18952
19952
|
:rtype: bool
|
18953
19953
|
"""
|
18954
19954
|
return self._AllowDownload
|
@@ -18959,7 +19959,7 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
18959
19959
|
|
18960
19960
|
@property
|
18961
19961
|
def Tags(self):
|
18962
|
-
"""
|
19962
|
+
"""标签列表,若选择上传公私钥证书, 则可以配置该参数
|
18963
19963
|
:rtype: list of Tags
|
18964
19964
|
"""
|
18965
19965
|
return self._Tags
|
@@ -18970,7 +19970,7 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
18970
19970
|
|
18971
19971
|
@property
|
18972
19972
|
def ProjectId(self):
|
18973
|
-
"""项目 ID
|
19973
|
+
"""项目 ID,若选择上传公私钥证书, 则可以配置该参数
|
18974
19974
|
:rtype: int
|
18975
19975
|
"""
|
18976
19976
|
return self._ProjectId
|
@@ -19020,10 +20020,10 @@ class UpdateCertificateInstanceResponse(AbstractModel):
|
|
19020
20020
|
|
19021
20021
|
def __init__(self):
|
19022
20022
|
r"""
|
19023
|
-
:param _DeployRecordId:
|
20023
|
+
:param _DeployRecordId: 云资源更新任务ID
|
19024
20024
|
注意:此字段可能返回 null,表示取不到有效值。
|
19025
20025
|
:type DeployRecordId: int
|
19026
|
-
:param _DeployStatus:
|
20026
|
+
:param _DeployStatus: 更新任务创建状态;1表示创建成功; 0表示当前存在更新中的任务,未创建新的更新任务;返回值DeployRecordId为更新中的任务ID
|
19027
20027
|
:type DeployStatus: int
|
19028
20028
|
:param _UpdateSyncProgress: 更新异步创建任务进度详情
|
19029
20029
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -19038,7 +20038,7 @@ class UpdateCertificateInstanceResponse(AbstractModel):
|
|
19038
20038
|
|
19039
20039
|
@property
|
19040
20040
|
def DeployRecordId(self):
|
19041
|
-
"""
|
20041
|
+
"""云资源更新任务ID
|
19042
20042
|
注意:此字段可能返回 null,表示取不到有效值。
|
19043
20043
|
:rtype: int
|
19044
20044
|
"""
|
@@ -19050,7 +20050,7 @@ class UpdateCertificateInstanceResponse(AbstractModel):
|
|
19050
20050
|
|
19051
20051
|
@property
|
19052
20052
|
def DeployStatus(self):
|
19053
|
-
"""
|
20053
|
+
"""更新任务创建状态;1表示创建成功; 0表示当前存在更新中的任务,未创建新的更新任务;返回值DeployRecordId为更新中的任务ID
|
19054
20054
|
:rtype: int
|
19055
20055
|
"""
|
19056
20056
|
return self._DeployStatus
|
@@ -19102,9 +20102,9 @@ class UpdateCertificateRecordRetryRequest(AbstractModel):
|
|
19102
20102
|
|
19103
20103
|
def __init__(self):
|
19104
20104
|
r"""
|
19105
|
-
:param _DeployRecordId: 待重试部署记录ID,通过UpdateCertificateInstance得到部署记录ID
|
20105
|
+
:param _DeployRecordId: 待重试部署记录ID,通过UpdateCertificateInstance得到部署记录ID。 本参数不传的话,则DeployRecordDetailId必传
|
19106
20106
|
:type DeployRecordId: int
|
19107
|
-
:param _DeployRecordDetailId: 待重试部署记录详情ID,通过DescribeHostUpdateRecordDetail
|
20107
|
+
:param _DeployRecordDetailId: 待重试部署记录详情ID,通过DescribeHostUpdateRecordDetail接口获得, 本参数不传的话, 则DeployRecordId必传
|
19108
20108
|
:type DeployRecordDetailId: int
|
19109
20109
|
"""
|
19110
20110
|
self._DeployRecordId = None
|
@@ -19112,7 +20112,7 @@ class UpdateCertificateRecordRetryRequest(AbstractModel):
|
|
19112
20112
|
|
19113
20113
|
@property
|
19114
20114
|
def DeployRecordId(self):
|
19115
|
-
"""待重试部署记录ID,通过UpdateCertificateInstance得到部署记录ID
|
20115
|
+
"""待重试部署记录ID,通过UpdateCertificateInstance得到部署记录ID。 本参数不传的话,则DeployRecordDetailId必传
|
19116
20116
|
:rtype: int
|
19117
20117
|
"""
|
19118
20118
|
return self._DeployRecordId
|
@@ -19123,7 +20123,7 @@ class UpdateCertificateRecordRetryRequest(AbstractModel):
|
|
19123
20123
|
|
19124
20124
|
@property
|
19125
20125
|
def DeployRecordDetailId(self):
|
19126
|
-
"""待重试部署记录详情ID,通过DescribeHostUpdateRecordDetail
|
20126
|
+
"""待重试部署记录详情ID,通过DescribeHostUpdateRecordDetail接口获得, 本参数不传的话, 则DeployRecordId必传
|
19127
20127
|
:rtype: int
|
19128
20128
|
"""
|
19129
20129
|
return self._DeployRecordDetailId
|
@@ -19181,14 +20181,14 @@ class UpdateCertificateRecordRollbackRequest(AbstractModel):
|
|
19181
20181
|
|
19182
20182
|
def __init__(self):
|
19183
20183
|
r"""
|
19184
|
-
:param _DeployRecordId:
|
20184
|
+
:param _DeployRecordId: 更新证书待回滚的记录ID, 通过UpdateCertificateInstance获得
|
19185
20185
|
:type DeployRecordId: int
|
19186
20186
|
"""
|
19187
20187
|
self._DeployRecordId = None
|
19188
20188
|
|
19189
20189
|
@property
|
19190
20190
|
def DeployRecordId(self):
|
19191
|
-
"""
|
20191
|
+
"""更新证书待回滚的记录ID, 通过UpdateCertificateInstance获得
|
19192
20192
|
:rtype: int
|
19193
20193
|
"""
|
19194
20194
|
return self._DeployRecordId
|
@@ -19217,7 +20217,7 @@ class UpdateCertificateRecordRollbackResponse(AbstractModel):
|
|
19217
20217
|
|
19218
20218
|
def __init__(self):
|
19219
20219
|
r"""
|
19220
|
-
:param _DeployRecordId:
|
20220
|
+
:param _DeployRecordId: 新生成的回滚部署任务的记录ID
|
19221
20221
|
:type DeployRecordId: int
|
19222
20222
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19223
20223
|
:type RequestId: str
|
@@ -19227,7 +20227,7 @@ class UpdateCertificateRecordRollbackResponse(AbstractModel):
|
|
19227
20227
|
|
19228
20228
|
@property
|
19229
20229
|
def DeployRecordId(self):
|
19230
|
-
"""
|
20230
|
+
"""新生成的回滚部署任务的记录ID
|
19231
20231
|
:rtype: int
|
19232
20232
|
"""
|
19233
20233
|
return self._DeployRecordId
|
@@ -19260,21 +20260,40 @@ class UpdateRecordDetail(AbstractModel):
|
|
19260
20260
|
|
19261
20261
|
def __init__(self):
|
19262
20262
|
r"""
|
19263
|
-
:param _Id:
|
20263
|
+
:param _Id: 更新详情记录id
|
19264
20264
|
:type Id: int
|
19265
|
-
:param _CertId: 新证书ID
|
20265
|
+
:param _CertId: 新旧证书更新 - 新证书ID
|
19266
20266
|
:type CertId: str
|
19267
|
-
:param _OldCertId: 旧证书ID
|
20267
|
+
:param _OldCertId: 新旧证书更新 - 旧证书ID
|
19268
20268
|
:type OldCertId: str
|
19269
20269
|
:param _Domains: 部署域名列表
|
19270
20270
|
注意:此字段可能返回 null,表示取不到有效值。
|
19271
20271
|
:type Domains: list of str
|
19272
|
-
:param _ResourceType:
|
20272
|
+
:param _ResourceType: 新旧证书更新云资源的云资源类型:
|
20273
|
+
- clb
|
20274
|
+
- cdn
|
20275
|
+
- ddos
|
20276
|
+
- live
|
20277
|
+
- vod
|
20278
|
+
- waf
|
20279
|
+
- apigateway
|
20280
|
+
- teo
|
20281
|
+
- tke
|
20282
|
+
- cos
|
20283
|
+
- tse
|
20284
|
+
- tcb
|
19273
20285
|
:type ResourceType: str
|
19274
20286
|
:param _Region: 部署地域
|
19275
20287
|
注意:此字段可能返回 null,表示取不到有效值。
|
19276
20288
|
:type Region: str
|
19277
|
-
:param _Status:
|
20289
|
+
:param _Status: 部署状态, 取值范围:
|
20290
|
+
0:待部署
|
20291
|
+
1:部署成功
|
20292
|
+
2:部署失败
|
20293
|
+
3:部署中
|
20294
|
+
4:回滚成功
|
20295
|
+
5:回滚失败
|
20296
|
+
6:无资源,无需部署
|
19278
20297
|
:type Status: int
|
19279
20298
|
:param _ErrorMsg: 部署错误信息
|
19280
20299
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -19349,7 +20368,7 @@ class UpdateRecordDetail(AbstractModel):
|
|
19349
20368
|
|
19350
20369
|
@property
|
19351
20370
|
def Id(self):
|
19352
|
-
"""
|
20371
|
+
"""更新详情记录id
|
19353
20372
|
:rtype: int
|
19354
20373
|
"""
|
19355
20374
|
return self._Id
|
@@ -19360,7 +20379,7 @@ class UpdateRecordDetail(AbstractModel):
|
|
19360
20379
|
|
19361
20380
|
@property
|
19362
20381
|
def CertId(self):
|
19363
|
-
"""新证书ID
|
20382
|
+
"""新旧证书更新 - 新证书ID
|
19364
20383
|
:rtype: str
|
19365
20384
|
"""
|
19366
20385
|
return self._CertId
|
@@ -19371,7 +20390,7 @@ class UpdateRecordDetail(AbstractModel):
|
|
19371
20390
|
|
19372
20391
|
@property
|
19373
20392
|
def OldCertId(self):
|
19374
|
-
"""旧证书ID
|
20393
|
+
"""新旧证书更新 - 旧证书ID
|
19375
20394
|
:rtype: str
|
19376
20395
|
"""
|
19377
20396
|
return self._OldCertId
|
@@ -19394,7 +20413,19 @@ class UpdateRecordDetail(AbstractModel):
|
|
19394
20413
|
|
19395
20414
|
@property
|
19396
20415
|
def ResourceType(self):
|
19397
|
-
"""
|
20416
|
+
"""新旧证书更新云资源的云资源类型:
|
20417
|
+
- clb
|
20418
|
+
- cdn
|
20419
|
+
- ddos
|
20420
|
+
- live
|
20421
|
+
- vod
|
20422
|
+
- waf
|
20423
|
+
- apigateway
|
20424
|
+
- teo
|
20425
|
+
- tke
|
20426
|
+
- cos
|
20427
|
+
- tse
|
20428
|
+
- tcb
|
19398
20429
|
:rtype: str
|
19399
20430
|
"""
|
19400
20431
|
return self._ResourceType
|
@@ -19417,7 +20448,14 @@ class UpdateRecordDetail(AbstractModel):
|
|
19417
20448
|
|
19418
20449
|
@property
|
19419
20450
|
def Status(self):
|
19420
|
-
"""
|
20451
|
+
"""部署状态, 取值范围:
|
20452
|
+
0:待部署
|
20453
|
+
1:部署成功
|
20454
|
+
2:部署失败
|
20455
|
+
3:部署中
|
20456
|
+
4:回滚成功
|
20457
|
+
5:回滚失败
|
20458
|
+
6:无资源,无需部署
|
19421
20459
|
:rtype: int
|
19422
20460
|
"""
|
19423
20461
|
return self._Status
|
@@ -19652,17 +20690,29 @@ class UpdateRecordDetail(AbstractModel):
|
|
19652
20690
|
|
19653
20691
|
|
19654
20692
|
class UpdateRecordDetails(AbstractModel):
|
19655
|
-
"""
|
20693
|
+
"""更新记录详情
|
19656
20694
|
|
19657
20695
|
"""
|
19658
20696
|
|
19659
20697
|
def __init__(self):
|
19660
20698
|
r"""
|
19661
|
-
:param _ResourceType:
|
20699
|
+
:param _ResourceType: 新旧证书更新云资源的云资源类型:
|
20700
|
+
- clb
|
20701
|
+
- cdn
|
20702
|
+
- ddos
|
20703
|
+
- live
|
20704
|
+
- vod
|
20705
|
+
- waf
|
20706
|
+
- apigateway
|
20707
|
+
- teo
|
20708
|
+
- tke
|
20709
|
+
- cos
|
20710
|
+
- tse
|
20711
|
+
- tcb
|
19662
20712
|
:type ResourceType: str
|
19663
|
-
:param _List:
|
20713
|
+
:param _List: 该云资源更新详情
|
19664
20714
|
:type List: list of UpdateRecordDetail
|
19665
|
-
:param _TotalCount:
|
20715
|
+
:param _TotalCount: 该云资源更新资源总数
|
19666
20716
|
:type TotalCount: int
|
19667
20717
|
"""
|
19668
20718
|
self._ResourceType = None
|
@@ -19671,7 +20721,19 @@ class UpdateRecordDetails(AbstractModel):
|
|
19671
20721
|
|
19672
20722
|
@property
|
19673
20723
|
def ResourceType(self):
|
19674
|
-
"""
|
20724
|
+
"""新旧证书更新云资源的云资源类型:
|
20725
|
+
- clb
|
20726
|
+
- cdn
|
20727
|
+
- ddos
|
20728
|
+
- live
|
20729
|
+
- vod
|
20730
|
+
- waf
|
20731
|
+
- apigateway
|
20732
|
+
- teo
|
20733
|
+
- tke
|
20734
|
+
- cos
|
20735
|
+
- tse
|
20736
|
+
- tcb
|
19675
20737
|
:rtype: str
|
19676
20738
|
"""
|
19677
20739
|
return self._ResourceType
|
@@ -19682,7 +20744,7 @@ class UpdateRecordDetails(AbstractModel):
|
|
19682
20744
|
|
19683
20745
|
@property
|
19684
20746
|
def List(self):
|
19685
|
-
"""
|
20747
|
+
"""该云资源更新详情
|
19686
20748
|
:rtype: list of UpdateRecordDetail
|
19687
20749
|
"""
|
19688
20750
|
return self._List
|
@@ -19693,7 +20755,7 @@ class UpdateRecordDetails(AbstractModel):
|
|
19693
20755
|
|
19694
20756
|
@property
|
19695
20757
|
def TotalCount(self):
|
19696
|
-
"""
|
20758
|
+
"""该云资源更新资源总数
|
19697
20759
|
:rtype: int
|
19698
20760
|
"""
|
19699
20761
|
return self._TotalCount
|