tencentcloud-sdk-ssl 3.0.961 → 3.0.962
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 +6 -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: 5993efe16a91257328dc3004a761402aeeca4190
|
4
|
+
data.tar.gz: 7e972de7b87d081ec3c3f90acd91ffeec8af0b37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d06284a8353e30181efc02a0ee13409ee7fd0801d28b9d585bbb2a10b05e5b9d8368bb51847e853340d81df50a0d08b07aaa6abd162f1722dfc8415eb9035a24
|
7
|
+
data.tar.gz: caf55fa98601cfb96f25646e74775b359185f5fa3e71847c37fd22a564a78d17c69766d74757d7a7c2518fbda80cc61983ad5fb5d750839208bf845eecca0879
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.962
|
data/lib/v20191205/models.rb
CHANGED
@@ -5859,10 +5859,12 @@ module TencentCloud
|
|
5859
5859
|
# @type ContactNumber: String
|
5860
5860
|
# @param ContactPosition: 联系人职位。
|
5861
5861
|
# @type ContactPosition: String
|
5862
|
+
# @param IsDV: 是否DV证书。默认false
|
5863
|
+
# @type IsDV: Boolean
|
5862
5864
|
|
5863
|
-
attr_accessor :CertificateId, :CsrType, :CsrContent, :CertificateDomain, :DomainList, :KeyPassword, :OrganizationName, :OrganizationDivision, :OrganizationAddress, :OrganizationCountry, :OrganizationCity, :OrganizationRegion, :PostalCode, :PhoneAreaCode, :PhoneNumber, :VerifyType, :AdminFirstName, :AdminLastName, :AdminPhoneNum, :AdminEmail, :AdminPosition, :ContactFirstName, :ContactLastName, :ContactEmail, :ContactNumber, :ContactPosition
|
5865
|
+
attr_accessor :CertificateId, :CsrType, :CsrContent, :CertificateDomain, :DomainList, :KeyPassword, :OrganizationName, :OrganizationDivision, :OrganizationAddress, :OrganizationCountry, :OrganizationCity, :OrganizationRegion, :PostalCode, :PhoneAreaCode, :PhoneNumber, :VerifyType, :AdminFirstName, :AdminLastName, :AdminPhoneNum, :AdminEmail, :AdminPosition, :ContactFirstName, :ContactLastName, :ContactEmail, :ContactNumber, :ContactPosition, :IsDV
|
5864
5866
|
|
5865
|
-
def initialize(certificateid=nil, csrtype=nil, csrcontent=nil, certificatedomain=nil, domainlist=nil, keypassword=nil, organizationname=nil, organizationdivision=nil, organizationaddress=nil, organizationcountry=nil, organizationcity=nil, organizationregion=nil, postalcode=nil, phoneareacode=nil, phonenumber=nil, verifytype=nil, adminfirstname=nil, adminlastname=nil, adminphonenum=nil, adminemail=nil, adminposition=nil, contactfirstname=nil, contactlastname=nil, contactemail=nil, contactnumber=nil, contactposition=nil)
|
5867
|
+
def initialize(certificateid=nil, csrtype=nil, csrcontent=nil, certificatedomain=nil, domainlist=nil, keypassword=nil, organizationname=nil, organizationdivision=nil, organizationaddress=nil, organizationcountry=nil, organizationcity=nil, organizationregion=nil, postalcode=nil, phoneareacode=nil, phonenumber=nil, verifytype=nil, adminfirstname=nil, adminlastname=nil, adminphonenum=nil, adminemail=nil, adminposition=nil, contactfirstname=nil, contactlastname=nil, contactemail=nil, contactnumber=nil, contactposition=nil, isdv=nil)
|
5866
5868
|
@CertificateId = certificateid
|
5867
5869
|
@CsrType = csrtype
|
5868
5870
|
@CsrContent = csrcontent
|
@@ -5889,6 +5891,7 @@ module TencentCloud
|
|
5889
5891
|
@ContactEmail = contactemail
|
5890
5892
|
@ContactNumber = contactnumber
|
5891
5893
|
@ContactPosition = contactposition
|
5894
|
+
@IsDV = isdv
|
5892
5895
|
end
|
5893
5896
|
|
5894
5897
|
def deserialize(params)
|
@@ -5918,6 +5921,7 @@ module TencentCloud
|
|
5918
5921
|
@ContactEmail = params['ContactEmail']
|
5919
5922
|
@ContactNumber = params['ContactNumber']
|
5920
5923
|
@ContactPosition = params['ContactPosition']
|
5924
|
+
@IsDV = params['IsDV']
|
5921
5925
|
end
|
5922
5926
|
end
|
5923
5927
|
|
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.962
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|