tencentcloud-sdk-ssl 3.0.1105 → 3.0.1109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191205/models.rb +13 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80c4b6387b0faf04650ee42075a3784613d6f7a7
4
- data.tar.gz: 714717ee51e19dd4f0021c181874145f49b0d383
3
+ metadata.gz: 2708d61c020adeb8854fe042ecfcb346be8c85bc
4
+ data.tar.gz: 5a06725d629fc1d3759a2dff583da94b6fba1148
5
5
  SHA512:
6
- metadata.gz: 82e93eedd36930c4c5eb99b70724a1a05107b7df185bec9b973c428839bd33fe2058e4beeb67fac44047992866b75030194ac1f5cc46f7654a75ef94bdc7576b
7
- data.tar.gz: ca0a4ea76659a84fe22fd08281e40896d0caa5dd97a3fd64134c72ce98ef772e35872a8c0a2ca8fec7bcb9361f7210f403c9205b709f9257e37c66fc2f43c625
6
+ metadata.gz: 5853b08b9b5441eafdf5ad0290002463adcea8728d3d482670f67c5128faf5ac8968fc4a11a2e4cff2e0052e7958c77edb1cce0976d63df2a66a12f210c99a16
7
+ data.tar.gz: f1e54b9122d7639ba0d0fd8b7f4e66c32cba0a17e03807669311d91364151fde63f105a7ebcc084b6acbf95d924d452c5f42490ff57bd7807e31d8bad3f314f1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1105
1
+ 3.0.1109
@@ -643,10 +643,12 @@ module TencentCloud
643
643
  # @type Type: Integer
644
644
  # @param CaType: 只针对Dnspod系列证书有效,ca机构类型可为sectigo和digicert
645
645
  # @type CaType: String
646
+ # @param SignAlgo: 签名算法
647
+ # @type SignAlgo: String
646
648
 
647
- attr_accessor :CertId, :GenCsrType, :CertCommonName, :CompanyType, :CompanyId, :OrgIdType, :OrgIdNumber, :AdminIdType, :AdminIdNumber, :TechIdType, :TechIdNumber, :Csr, :DnsNames, :KeyPass, :OrgOrganization, :OrgDivision, :OrgAddress, :OrgCountry, :OrgCity, :OrgRegion, :OrgPhoneArea, :OrgPhoneNumber, :VerifyType, :AdminFirstName, :AdminLastName, :AdminPhone, :AdminEmail, :AdminTitle, :TechFirstName, :TechLastName, :ContactEmail, :AutoRenewFlag, :CsrKeyParameter, :CsrEncryptAlgo, :ManagerId, :TechPhone, :TechEmail, :TechTitle, :Type, :CaType
649
+ attr_accessor :CertId, :GenCsrType, :CertCommonName, :CompanyType, :CompanyId, :OrgIdType, :OrgIdNumber, :AdminIdType, :AdminIdNumber, :TechIdType, :TechIdNumber, :Csr, :DnsNames, :KeyPass, :OrgOrganization, :OrgDivision, :OrgAddress, :OrgCountry, :OrgCity, :OrgRegion, :OrgPhoneArea, :OrgPhoneNumber, :VerifyType, :AdminFirstName, :AdminLastName, :AdminPhone, :AdminEmail, :AdminTitle, :TechFirstName, :TechLastName, :ContactEmail, :AutoRenewFlag, :CsrKeyParameter, :CsrEncryptAlgo, :ManagerId, :TechPhone, :TechEmail, :TechTitle, :Type, :CaType, :SignAlgo
648
650
 
649
- def initialize(certid=nil, gencsrtype=nil, certcommonname=nil, companytype=nil, companyid=nil, orgidtype=nil, orgidnumber=nil, adminidtype=nil, adminidnumber=nil, techidtype=nil, techidnumber=nil, csr=nil, dnsnames=nil, keypass=nil, orgorganization=nil, orgdivision=nil, orgaddress=nil, orgcountry=nil, orgcity=nil, orgregion=nil, orgphonearea=nil, orgphonenumber=nil, verifytype=nil, adminfirstname=nil, adminlastname=nil, adminphone=nil, adminemail=nil, admintitle=nil, techfirstname=nil, techlastname=nil, contactemail=nil, autorenewflag=nil, csrkeyparameter=nil, csrencryptalgo=nil, managerid=nil, techphone=nil, techemail=nil, techtitle=nil, type=nil, catype=nil)
651
+ def initialize(certid=nil, gencsrtype=nil, certcommonname=nil, companytype=nil, companyid=nil, orgidtype=nil, orgidnumber=nil, adminidtype=nil, adminidnumber=nil, techidtype=nil, techidnumber=nil, csr=nil, dnsnames=nil, keypass=nil, orgorganization=nil, orgdivision=nil, orgaddress=nil, orgcountry=nil, orgcity=nil, orgregion=nil, orgphonearea=nil, orgphonenumber=nil, verifytype=nil, adminfirstname=nil, adminlastname=nil, adminphone=nil, adminemail=nil, admintitle=nil, techfirstname=nil, techlastname=nil, contactemail=nil, autorenewflag=nil, csrkeyparameter=nil, csrencryptalgo=nil, managerid=nil, techphone=nil, techemail=nil, techtitle=nil, type=nil, catype=nil, signalgo=nil)
650
652
  @CertId = certid
651
653
  @GenCsrType = gencsrtype
652
654
  @CertCommonName = certcommonname
@@ -687,6 +689,7 @@ module TencentCloud
687
689
  @TechTitle = techtitle
688
690
  @Type = type
689
691
  @CaType = catype
692
+ @SignAlgo = signalgo
690
693
  end
691
694
 
692
695
  def deserialize(params)
@@ -730,6 +733,7 @@ module TencentCloud
730
733
  @TechTitle = params['TechTitle']
731
734
  @Type = params['Type']
732
735
  @CaType = params['CaType']
736
+ @SignAlgo = params['SignAlgo']
733
737
  end
734
738
  end
735
739
 
@@ -6592,7 +6596,7 @@ module TencentCloud
6592
6596
  # @type CertificateId: String
6593
6597
  # @param ValidType: 验证类型:DNS_AUTO = 自动DNS验证(仅支持在腾讯云解析且解析状态正常的域名使用该验证类型),DNS = 手动DNS验证,FILE = 文件验证。
6594
6598
  # @type ValidType: String
6595
- # @param CsrType: 类型,默认 Original。可选项:Original = 原证书 CSR,Upload = 手动上传,Online = 在线生成。
6599
+ # @param CsrType: 类型,默认 original。可选项:original = 原证书 CSR,upload = 手动上传,online = 在线生成。
6596
6600
  # @type CsrType: String
6597
6601
  # @param CsrContent: CSR 内容,手动上传的时候需要。
6598
6602
  # @type CsrContent: String
@@ -6605,10 +6609,12 @@ module TencentCloud
6605
6609
  # @type CertCSREncryptAlgo: String
6606
6610
  # @param CertCSRKeyParameter: CSR加密参数,CsrEncryptAlgo为RSA时, 可选2048、4096等默认为2048;CsrEncryptAlgo为ECC时,可选prime256v1,secp384r1等,默认为prime256v1;
6607
6611
  # @type CertCSRKeyParameter: String
6612
+ # @param SignAlgo: 签名算法
6613
+ # @type SignAlgo: String
6608
6614
 
6609
- attr_accessor :CertificateId, :ValidType, :CsrType, :CsrContent, :CsrkeyPassword, :Reason, :CertCSREncryptAlgo, :CertCSRKeyParameter
6615
+ attr_accessor :CertificateId, :ValidType, :CsrType, :CsrContent, :CsrkeyPassword, :Reason, :CertCSREncryptAlgo, :CertCSRKeyParameter, :SignAlgo
6610
6616
 
6611
- def initialize(certificateid=nil, validtype=nil, csrtype=nil, csrcontent=nil, csrkeypassword=nil, reason=nil, certcsrencryptalgo=nil, certcsrkeyparameter=nil)
6617
+ def initialize(certificateid=nil, validtype=nil, csrtype=nil, csrcontent=nil, csrkeypassword=nil, reason=nil, certcsrencryptalgo=nil, certcsrkeyparameter=nil, signalgo=nil)
6612
6618
  @CertificateId = certificateid
6613
6619
  @ValidType = validtype
6614
6620
  @CsrType = csrtype
@@ -6617,6 +6623,7 @@ module TencentCloud
6617
6623
  @Reason = reason
6618
6624
  @CertCSREncryptAlgo = certcsrencryptalgo
6619
6625
  @CertCSRKeyParameter = certcsrkeyparameter
6626
+ @SignAlgo = signalgo
6620
6627
  end
6621
6628
 
6622
6629
  def deserialize(params)
@@ -6628,6 +6635,7 @@ module TencentCloud
6628
6635
  @Reason = params['Reason']
6629
6636
  @CertCSREncryptAlgo = params['CertCSREncryptAlgo']
6630
6637
  @CertCSRKeyParameter = params['CertCSRKeyParameter']
6638
+ @SignAlgo = params['SignAlgo']
6631
6639
  end
6632
6640
  end
6633
6641
 
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.1105
4
+ version: 3.0.1109
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-21 00:00:00.000000000 Z
11
+ date: 2025-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common