tencentcloud-sdk-ssl 3.0.983 → 3.0.984
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: 7fd537c4d46d85e6a02439709dad8e23e50c1f46
|
4
|
+
data.tar.gz: 269c3f1e66e0b4dcc508fecf08b52520d16d6281
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a030d91d39caf74cf043869232a92d060e4160ca66d539d4b1d57d909675197de79c816e31590e83a5b97bca108a6934f6b5543290e727ac7d1ed52bb5da70e9
|
7
|
+
data.tar.gz: d77101ef2b7fa784234cfb8d8890d12543a4070a1437d9ed32325f42b9eb48e3921b2f659cb230da1a61b35ced6bac3333bbec8b95be0ed96c81da19b912cffa
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.984
|
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.984
|
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-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|