tencentcloud-sdk-ssl 3.0.961 → 3.0.963
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: c1ccfef60fa3f9d71d4ca4864b02afc6d35e68e4
|
4
|
+
data.tar.gz: 4b200aa7985255a7bc85d3b413302a33ec9e5b04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bafb22ced0e9349e72a57dae06e2b2e6ad16f8fb3caeee6f08b53ab80cbe14597bf56418f23bafd7f5e4f1f4cb3fac2e241470b7cf1ce40ccc741534864fe235
|
7
|
+
data.tar.gz: 8c9962834f0221bc40d11c299ee1e2459d6eefeb1f7bef2edc5ff11260ffcc4476e10d5736b4550d1e9f5de4c8e618748cfa00daf06d2a4e6c4361e4b9fdb9ce
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.963
|
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.963
|
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-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|