tencentcloud-sdk-ssl 3.0.1109 → 3.0.1110

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2708d61c020adeb8854fe042ecfcb346be8c85bc
4
- data.tar.gz: 5a06725d629fc1d3759a2dff583da94b6fba1148
3
+ metadata.gz: b8e147a20635162862b34a9445a1dbbe10ba81df
4
+ data.tar.gz: 30e3bfbb7917a5732bf154df373468f2c9c9e90e
5
5
  SHA512:
6
- metadata.gz: 5853b08b9b5441eafdf5ad0290002463adcea8728d3d482670f67c5128faf5ac8968fc4a11a2e4cff2e0052e7958c77edb1cce0976d63df2a66a12f210c99a16
7
- data.tar.gz: f1e54b9122d7639ba0d0fd8b7f4e66c32cba0a17e03807669311d91364151fde63f105a7ebcc084b6acbf95d924d452c5f42490ff57bd7807e31d8bad3f314f1
6
+ metadata.gz: 212aae12ac9c42f69f5afa88797fa749d7c9314cf8066137d74f81a88bd25042fe712c509a82bbe68bd45c242cf3f9fad5af5e94374e9bd0ef45ee74535d93df
7
+ data.tar.gz: 37991554a7e596db4c5ad3a47417e937b79c09941ac982fc6b637b0ad835bafc5e8186b33400a1ce4543ad92066239e7478bcfa4cde9a927771b0dbf7d4bc9d2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1109
1
+ 3.0.1110
@@ -8217,10 +8217,12 @@ module TencentCloud
8217
8217
  # @type Tags: Array
8218
8218
  # @param Repeatable: 相同的证书是否允许重复上传; true:允许上传相同指纹的证书; false:不允许上传相同指纹的证书; 默认值:true
8219
8219
  # @type Repeatable: Boolean
8220
+ # @param KeyPassword: 私钥密码
8221
+ # @type KeyPassword: String
8220
8222
 
8221
- attr_accessor :CertificatePublicKey, :CertificatePrivateKey, :CertificateType, :Alias, :ProjectId, :CertificateUse, :Tags, :Repeatable
8223
+ attr_accessor :CertificatePublicKey, :CertificatePrivateKey, :CertificateType, :Alias, :ProjectId, :CertificateUse, :Tags, :Repeatable, :KeyPassword
8222
8224
 
8223
- def initialize(certificatepublickey=nil, certificateprivatekey=nil, certificatetype=nil, _alias=nil, projectid=nil, certificateuse=nil, tags=nil, repeatable=nil)
8225
+ def initialize(certificatepublickey=nil, certificateprivatekey=nil, certificatetype=nil, _alias=nil, projectid=nil, certificateuse=nil, tags=nil, repeatable=nil, keypassword=nil)
8224
8226
  @CertificatePublicKey = certificatepublickey
8225
8227
  @CertificatePrivateKey = certificateprivatekey
8226
8228
  @CertificateType = certificatetype
@@ -8229,6 +8231,7 @@ module TencentCloud
8229
8231
  @CertificateUse = certificateuse
8230
8232
  @Tags = tags
8231
8233
  @Repeatable = repeatable
8234
+ @KeyPassword = keypassword
8232
8235
  end
8233
8236
 
8234
8237
  def deserialize(params)
@@ -8247,6 +8250,7 @@ module TencentCloud
8247
8250
  end
8248
8251
  end
8249
8252
  @Repeatable = params['Repeatable']
8253
+ @KeyPassword = params['KeyPassword']
8250
8254
  end
8251
8255
  end
8252
8256
 
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.1109
4
+ version: 3.0.1110
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-27 00:00:00.000000000 Z
11
+ date: 2025-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common