tencentcloud-sdk-ssl 3.0.983 → 3.0.985
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: 3fbeb58533df3a011e1958a5f8d5aade386797cd
|
4
|
+
data.tar.gz: 48db57afd5f0efd4fa0fdf3bdeab14fb9f05046d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c5c0295ed990cc0ba74704efa36cc1f717fb33d972100802c3ace6d911b9b00b06c656972455b158a7f59e07efb8dae11bb10bc6c700fbe910c5694b122682a
|
7
|
+
data.tar.gz: b12f86718ebb9ea0e6636e3e3a44120f26e15a01bec244232c37cccfaa40b5a871667250fb68f2c9b1e4b8c64dc19c8dc4633e84392f383b37cbda64442d95aa
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.985
|
data/lib/v20191205/models.rb
CHANGED
@@ -2971,10 +2971,12 @@ module TencentCloud
|
|
2971
2971
|
# @type Tags: Array
|
2972
2972
|
# @param IsPendingIssue: 是否筛选等待签发的证书,传1是筛选,0和null不筛选
|
2973
2973
|
# @type IsPendingIssue: Integer
|
2974
|
+
# @param CertIds: 筛选指定证书ID的证书,只支持有权限的证书ID
|
2975
|
+
# @type CertIds: Array
|
2974
2976
|
|
2975
|
-
attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM, :FilterExpiring, :Hostable, :Tags, :IsPendingIssue
|
2977
|
+
attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM, :FilterExpiring, :Hostable, :Tags, :IsPendingIssue, :CertIds
|
2976
2978
|
|
2977
|
-
def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil, issm=nil, filterexpiring=nil, hostable=nil, tags=nil, ispendingissue=nil)
|
2979
|
+
def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil, issm=nil, filterexpiring=nil, hostable=nil, tags=nil, ispendingissue=nil, certids=nil)
|
2978
2980
|
@Offset = offset
|
2979
2981
|
@Limit = limit
|
2980
2982
|
@SearchKey = searchkey
|
@@ -2991,6 +2993,7 @@ module TencentCloud
|
|
2991
2993
|
@Hostable = hostable
|
2992
2994
|
@Tags = tags
|
2993
2995
|
@IsPendingIssue = ispendingissue
|
2996
|
+
@CertIds = certids
|
2994
2997
|
end
|
2995
2998
|
|
2996
2999
|
def deserialize(params)
|
@@ -3017,6 +3020,7 @@ module TencentCloud
|
|
3017
3020
|
end
|
3018
3021
|
end
|
3019
3022
|
@IsPendingIssue = params['IsPendingIssue']
|
3023
|
+
@CertIds = params['CertIds']
|
3020
3024
|
end
|
3021
3025
|
end
|
3022
3026
|
|
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.985
|
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-01-
|
11
|
+
date: 2025-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|