tencentcloud-sdk-ssl 3.0.711 → 3.0.712

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191205/models.rb +50 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97296d89465b1ddd0eb00841b8b33642f74e58c2
4
- data.tar.gz: c827f3aee91bebc6426054cdbe6c8c5bb5c99ea5
3
+ metadata.gz: 2da6dceed02ebf0da16da2a64693ea1022d09bd9
4
+ data.tar.gz: 089d2a54ac5bfd2d65237c3eb0339ace5ef99c81
5
5
  SHA512:
6
- metadata.gz: 8116246a20492dd7382747dd2120ed8532a1b9c30f059bd5fe8f7f0e36b1fe8b4a445d9a006ff85bf3414dca328573de93c4f722034790dfa619ce30b923be67
7
- data.tar.gz: 908579ba1c039044abef3365be1b8e6ee98018c705a9849aecd195c805d5cbc8be5c0fed96581da2a3fb1def88313a07d0deda1164a76a537266c816eb7243a6
6
+ metadata.gz: d598ba5fd67ec76b80355eb8759ec25bfb193275de41a7e90789ec55e211e95197cdb4be843bab669e33badc4fec74866148d2a4a4562dd2943c4e8fe88e9a85
7
+ data.tar.gz: dccd14c0ce7f95e5f269af9e37038eeee430c476fc0975c1a0a98bc0fb64c99f7fe7ccc5486ecc9b945b8ce13550c77d00f8bfcbe4cbfc2b47d0c406a0f6ac58
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.711
1
+ 3.0.712
@@ -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.711
4
+ version: 3.0.712
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-23 00:00:00.000000000 Z
11
+ date: 2023-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common