tencentcloud-sdk-ssl 3.0.635 → 3.0.637

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 +11 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8261ae03196dfec55b2612b7fc017baa2f660e1
4
- data.tar.gz: f73c48856d3539bc130ea3c0ae3b20873c1d8aac
3
+ metadata.gz: 4f59bcae6757f31b2139c950d90b2132aca115a7
4
+ data.tar.gz: 2eb5e3e7e14c4afa4f0bea0a7ea2a8eb4388472f
5
5
  SHA512:
6
- metadata.gz: 0b77bf8a7227f353b325e6cae895a1a88be0ba3bd9e2e283f4781abdd1a7520e7ac5944ce7e383baa309656e1f860d4b0bd17b4f15f67732c2b6f23ad9832a97
7
- data.tar.gz: dab5e3a06d155572fa2b5bb00cd1285e710c365c4c037d830b71a82ebd66017174dcbb6000562c6b042782b7309c6c92872fdd926e8af3ad84e74175b3407f4b
6
+ metadata.gz: a4014b65a46fed763ed606499ba137fa92ab75a17a643ea384b4f2dfa6b112619bd75e2382a3bfd3f96c24e9197644d9970f63f9b9f2e7551e3a382257551d1a
7
+ data.tar.gz: 9c732d73c161780799bb6c730b587d6dcd1257c2cf11008da25b7bc33aabc3abda97db5b817fd60dfc2e96fca36b3e6aa2ec7afdfa56e625d7e7dfb0d075f023
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.635
1
+ 3.0.637
@@ -4279,16 +4279,23 @@ module TencentCloud
4279
4279
  # @type CsrkeyPassword: String
4280
4280
  # @param Reason: 重颁发原因。
4281
4281
  # @type Reason: String
4282
+ # @param CertCSREncryptAlgo: CSR加密方式,可选:RSA、ECC、SM2
4283
+ # (CsrType为Online才可选), 默认为RSA
4284
+ # @type CertCSREncryptAlgo: String
4285
+ # @param CertCSRKeyParameter: CSR加密参数,CsrEncryptAlgo为RSA时, 可选2048、4096等默认为2048;CsrEncryptAlgo为ECC时,可选prime256v1,secp384r1等,默认为prime256v1;
4286
+ # @type CertCSRKeyParameter: String
4282
4287
 
4283
- attr_accessor :CertificateId, :ValidType, :CsrType, :CsrContent, :CsrkeyPassword, :Reason
4288
+ attr_accessor :CertificateId, :ValidType, :CsrType, :CsrContent, :CsrkeyPassword, :Reason, :CertCSREncryptAlgo, :CertCSRKeyParameter
4284
4289
 
4285
- def initialize(certificateid=nil, validtype=nil, csrtype=nil, csrcontent=nil, csrkeypassword=nil, reason=nil)
4290
+ def initialize(certificateid=nil, validtype=nil, csrtype=nil, csrcontent=nil, csrkeypassword=nil, reason=nil, certcsrencryptalgo=nil, certcsrkeyparameter=nil)
4286
4291
  @CertificateId = certificateid
4287
4292
  @ValidType = validtype
4288
4293
  @CsrType = csrtype
4289
4294
  @CsrContent = csrcontent
4290
4295
  @CsrkeyPassword = csrkeypassword
4291
4296
  @Reason = reason
4297
+ @CertCSREncryptAlgo = certcsrencryptalgo
4298
+ @CertCSRKeyParameter = certcsrkeyparameter
4292
4299
  end
4293
4300
 
4294
4301
  def deserialize(params)
@@ -4298,6 +4305,8 @@ module TencentCloud
4298
4305
  @CsrContent = params['CsrContent']
4299
4306
  @CsrkeyPassword = params['CsrkeyPassword']
4300
4307
  @Reason = params['Reason']
4308
+ @CertCSREncryptAlgo = params['CertCSREncryptAlgo']
4309
+ @CertCSRKeyParameter = params['CertCSRKeyParameter']
4301
4310
  end
4302
4311
  end
4303
4312
 
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.635
4
+ version: 3.0.637
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-08-14 00:00:00.000000000 Z
11
+ date: 2023-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common