tencentcloud-sdk-ssl 3.0.711 → 3.0.713
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191205/models.rb +50 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e39d2f58b2c8d6db4964b131e8cc48522a0031e
|
4
|
+
data.tar.gz: 6eee648febfca9ce13ddb09e5e423f9a44e39150
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21f904c0801d85ccb4304704c47a5d6fd1656716e4cc31ccc1e07a7111feb58be4ee888e73dad5a1a561d35a1cd7ea0eff9b7a5235355edb206de61db1330dee
|
7
|
+
data.tar.gz: f77250985b98a541c67882a13b3d7f5de3d81b5eb91110aebc6b7033b8e7b9db54bde4a74e1b3ceff15306624a055a2e8d43a660c02f38686d7247a6832a60b1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.713
|
data/lib/v20191205/models.rb
CHANGED
@@ -447,16 +447,20 @@ module TencentCloud
|
|
447
447
|
# @param SMCert: 是否是国密证书
|
448
448
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
449
449
|
# @type SMCert: Integer
|
450
|
+
# @param CompanyType: 公司类型
|
451
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
452
|
+
# @type CompanyType: Integer
|
450
453
|
|
451
|
-
attr_accessor :DomainNumber, :OriginCertificateId, :ReplacedBy, :ReplacedFor, :RenewOrder, :SMCert
|
454
|
+
attr_accessor :DomainNumber, :OriginCertificateId, :ReplacedBy, :ReplacedFor, :RenewOrder, :SMCert, :CompanyType
|
452
455
|
|
453
|
-
def initialize(domainnumber=nil, origincertificateid=nil, replacedby=nil, replacedfor=nil, reneworder=nil, smcert=nil)
|
456
|
+
def initialize(domainnumber=nil, origincertificateid=nil, replacedby=nil, replacedfor=nil, reneworder=nil, smcert=nil, companytype=nil)
|
454
457
|
@DomainNumber = domainnumber
|
455
458
|
@OriginCertificateId = origincertificateid
|
456
459
|
@ReplacedBy = replacedby
|
457
460
|
@ReplacedFor = replacedfor
|
458
461
|
@RenewOrder = reneworder
|
459
462
|
@SMCert = smcert
|
463
|
+
@CompanyType = companytype
|
460
464
|
end
|
461
465
|
|
462
466
|
def deserialize(params)
|
@@ -466,6 +470,7 @@ module TencentCloud
|
|
466
470
|
@ReplacedFor = params['ReplacedFor']
|
467
471
|
@RenewOrder = params['RenewOrder']
|
468
472
|
@SMCert = params['SMCert']
|
473
|
+
@CompanyType = params['CompanyType']
|
469
474
|
end
|
470
475
|
end
|
471
476
|
|
@@ -548,7 +553,7 @@ module TencentCloud
|
|
548
553
|
# @param IsVulnerability: 是否启用了漏洞扫描功能。
|
549
554
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
550
555
|
# @type IsVulnerability: Boolean
|
551
|
-
# @param RenewAble:
|
556
|
+
# @param RenewAble: 是否可续费。
|
552
557
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
553
558
|
# @type RenewAble: Boolean
|
554
559
|
# @param ProjectInfo: 项目信息。
|
@@ -596,10 +601,34 @@ module TencentCloud
|
|
596
601
|
# @param HostingRenewCertId: 托管新证书ID
|
597
602
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
598
603
|
# @type HostingRenewCertId: String
|
604
|
+
# @param HasRenewOrder: 存在的续费证书ID
|
605
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
606
|
+
# @type HasRenewOrder: String
|
607
|
+
# @param ReplaceOriCertIsDelete: 重颁发证书原证书是否删除
|
608
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
609
|
+
# @type ReplaceOriCertIsDelete: Boolean
|
610
|
+
# @param IsExpiring: 是否即将过期, 证书即将到期的30天内为即将过期
|
611
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
612
|
+
# @type IsExpiring: Boolean
|
613
|
+
# @param DVAuthDeadline: DV证书添加验证截止时间
|
614
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
615
|
+
# @type DVAuthDeadline: String
|
616
|
+
# @param ValidationPassedTime: 域名验证通过时间
|
617
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
618
|
+
# @type ValidationPassedTime: String
|
619
|
+
# @param CertSANs: 证书关联的多域名
|
620
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
621
|
+
# @type CertSANs: Array
|
622
|
+
# @param AwaitingValidationMsg: 域名验证驳回信息
|
623
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
624
|
+
# @type AwaitingValidationMsg: String
|
625
|
+
# @param AllowDownload: 是否允许下载
|
626
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
627
|
+
# @type AllowDownload: Boolean
|
599
628
|
|
600
|
-
attr_accessor :OwnerUin, :ProjectId, :From, :PackageType, :CertificateType, :ProductZhName, :Domain, :Alias, :Status, :CertificateExtra, :VulnerabilityStatus, :StatusMsg, :VerifyType, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :CertificateId, :SubjectAltName, :PackageTypeName, :StatusName, :IsVip, :IsDv, :IsWildcard, :IsVulnerability, :RenewAble, :ProjectInfo, :BoundResource, :Deployable, :Tags, :IsIgnore, :IsSM, :EncryptAlgorithm, :CAEncryptAlgorithms, :CAEndTimes, :CACommonNames, :PreAuditInfo, :AutoRenewFlag, :HostingStatus, :HostingCompleteTime, :HostingRenewCertId
|
629
|
+
attr_accessor :OwnerUin, :ProjectId, :From, :PackageType, :CertificateType, :ProductZhName, :Domain, :Alias, :Status, :CertificateExtra, :VulnerabilityStatus, :StatusMsg, :VerifyType, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :CertificateId, :SubjectAltName, :PackageTypeName, :StatusName, :IsVip, :IsDv, :IsWildcard, :IsVulnerability, :RenewAble, :ProjectInfo, :BoundResource, :Deployable, :Tags, :IsIgnore, :IsSM, :EncryptAlgorithm, :CAEncryptAlgorithms, :CAEndTimes, :CACommonNames, :PreAuditInfo, :AutoRenewFlag, :HostingStatus, :HostingCompleteTime, :HostingRenewCertId, :HasRenewOrder, :ReplaceOriCertIsDelete, :IsExpiring, :DVAuthDeadline, :ValidationPassedTime, :CertSANs, :AwaitingValidationMsg, :AllowDownload
|
601
630
|
|
602
|
-
def initialize(owneruin=nil, projectid=nil, from=nil, packagetype=nil, certificatetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, certificateextra=nil, vulnerabilitystatus=nil, statusmsg=nil, verifytype=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, certificateid=nil, subjectaltname=nil, packagetypename=nil, statusname=nil, isvip=nil, isdv=nil, iswildcard=nil, isvulnerability=nil, renewable=nil, projectinfo=nil, boundresource=nil, deployable=nil, tags=nil, isignore=nil, issm=nil, encryptalgorithm=nil, caencryptalgorithms=nil, caendtimes=nil, cacommonnames=nil, preauditinfo=nil, autorenewflag=nil, hostingstatus=nil, hostingcompletetime=nil, hostingrenewcertid=nil)
|
631
|
+
def initialize(owneruin=nil, projectid=nil, from=nil, packagetype=nil, certificatetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, certificateextra=nil, vulnerabilitystatus=nil, statusmsg=nil, verifytype=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, certificateid=nil, subjectaltname=nil, packagetypename=nil, statusname=nil, isvip=nil, isdv=nil, iswildcard=nil, isvulnerability=nil, renewable=nil, projectinfo=nil, boundresource=nil, deployable=nil, tags=nil, isignore=nil, issm=nil, encryptalgorithm=nil, caencryptalgorithms=nil, caendtimes=nil, cacommonnames=nil, preauditinfo=nil, autorenewflag=nil, hostingstatus=nil, hostingcompletetime=nil, hostingrenewcertid=nil, hasreneworder=nil, replaceoricertisdelete=nil, isexpiring=nil, dvauthdeadline=nil, validationpassedtime=nil, certsans=nil, awaitingvalidationmsg=nil, allowdownload=nil)
|
603
632
|
@OwnerUin = owneruin
|
604
633
|
@ProjectId = projectid
|
605
634
|
@From = from
|
@@ -641,6 +670,14 @@ module TencentCloud
|
|
641
670
|
@HostingStatus = hostingstatus
|
642
671
|
@HostingCompleteTime = hostingcompletetime
|
643
672
|
@HostingRenewCertId = hostingrenewcertid
|
673
|
+
@HasRenewOrder = hasreneworder
|
674
|
+
@ReplaceOriCertIsDelete = replaceoricertisdelete
|
675
|
+
@IsExpiring = isexpiring
|
676
|
+
@DVAuthDeadline = dvauthdeadline
|
677
|
+
@ValidationPassedTime = validationpassedtime
|
678
|
+
@CertSANs = certsans
|
679
|
+
@AwaitingValidationMsg = awaitingvalidationmsg
|
680
|
+
@AllowDownload = allowdownload
|
644
681
|
end
|
645
682
|
|
646
683
|
def deserialize(params)
|
@@ -701,6 +738,14 @@ module TencentCloud
|
|
701
738
|
@HostingStatus = params['HostingStatus']
|
702
739
|
@HostingCompleteTime = params['HostingCompleteTime']
|
703
740
|
@HostingRenewCertId = params['HostingRenewCertId']
|
741
|
+
@HasRenewOrder = params['HasRenewOrder']
|
742
|
+
@ReplaceOriCertIsDelete = params['ReplaceOriCertIsDelete']
|
743
|
+
@IsExpiring = params['IsExpiring']
|
744
|
+
@DVAuthDeadline = params['DVAuthDeadline']
|
745
|
+
@ValidationPassedTime = params['ValidationPassedTime']
|
746
|
+
@CertSANs = params['CertSANs']
|
747
|
+
@AwaitingValidationMsg = params['AwaitingValidationMsg']
|
748
|
+
@AllowDownload = params['AllowDownload']
|
704
749
|
end
|
705
750
|
end
|
706
751
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ssl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.713
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-11-
|
11
|
+
date: 2023-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|