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 +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: b8e147a20635162862b34a9445a1dbbe10ba81df
|
4
|
+
data.tar.gz: 30e3bfbb7917a5732bf154df373468f2c9c9e90e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 212aae12ac9c42f69f5afa88797fa749d7c9314cf8066137d74f81a88bd25042fe712c509a82bbe68bd45c242cf3f9fad5af5e94374e9bd0ef45ee74535d93df
|
7
|
+
data.tar.gz: 37991554a7e596db4c5ad3a47417e937b79c09941ac982fc6b637b0ad835bafc5e8186b33400a1ce4543ad92066239e7478bcfa4cde9a927771b0dbf7d4bc9d2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1110
|
data/lib/v20191205/models.rb
CHANGED
@@ -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.
|
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-
|
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
|