tencentcloud-sdk-ssl 3.0.1064 → 3.0.1065
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191205/models.rb +10 -2
- 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: 025a3111a50ae8f3179aefb2a25b78eb45065e3c
|
4
|
+
data.tar.gz: 21011b23a9cebaecf5f97b9504b6770aefdbf7a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66cc7cb031d2916fa8a214d43b12e5d1acd6b9f2cb3eb84f253de16337cd15b9abd61e7932039e7e270872bc7a2041c4c9aad837829bb9207f36b6535998850c
|
7
|
+
data.tar.gz: f5e9ff3f489e323409dade31041050e1fcc2309ffde0daa8ebaba659f2e858dc879f4d10c54384fecf33e1548bb15466191ad6a28da4170627ca22dfa7c6e216
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1065
|
data/lib/v20191205/models.rb
CHANGED
@@ -641,10 +641,14 @@ module TencentCloud
|
|
641
641
|
# @type TechEmail: String
|
642
642
|
# @param TechTitle: 联系人职位。若没有传ManagerId, 则此字段必传
|
643
643
|
# @type TechTitle: String
|
644
|
+
# @param Type: 证书类型
|
645
|
+
# @type Type: Integer
|
646
|
+
# @param CaType: 只针对Dnspod系列证书有效,ca机构类型可为sectigo和digicert
|
647
|
+
# @type CaType: String
|
644
648
|
|
645
|
-
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
|
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
|
646
650
|
|
647
|
-
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)
|
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)
|
648
652
|
@CertId = certid
|
649
653
|
@GenCsrType = gencsrtype
|
650
654
|
@CertCommonName = certcommonname
|
@@ -683,6 +687,8 @@ module TencentCloud
|
|
683
687
|
@TechPhone = techphone
|
684
688
|
@TechEmail = techemail
|
685
689
|
@TechTitle = techtitle
|
690
|
+
@Type = type
|
691
|
+
@CaType = catype
|
686
692
|
end
|
687
693
|
|
688
694
|
def deserialize(params)
|
@@ -724,6 +730,8 @@ module TencentCloud
|
|
724
730
|
@TechPhone = params['TechPhone']
|
725
731
|
@TechEmail = params['TechEmail']
|
726
732
|
@TechTitle = params['TechTitle']
|
733
|
+
@Type = params['Type']
|
734
|
+
@CaType = params['CaType']
|
727
735
|
end
|
728
736
|
end
|
729
737
|
|
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.1065
|
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-05-
|
11
|
+
date: 2025-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|