tencentcloud-sdk-ssl 3.0.982 → 3.0.984

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66b760346352771c8e6159f7e7e8b182657cee10
4
- data.tar.gz: 3e328d9ef1fc826e1a893d51266dc498e99ae39d
3
+ metadata.gz: 7fd537c4d46d85e6a02439709dad8e23e50c1f46
4
+ data.tar.gz: 269c3f1e66e0b4dcc508fecf08b52520d16d6281
5
5
  SHA512:
6
- metadata.gz: dabfeb0636d737dc51aaee6508fcca47acf5348da1a6e387780b189bc699982d043f4218d0fb02bc044fb450efedb7071b7ae7e23caa4d22c80730eb18fa0357
7
- data.tar.gz: 30582cc7031e5dd32171838c70051b737e79a155ced47975b04d88811ce460668d65fa649b359b35ab86b5008ea21436ecc0fe22c68a9bab9b445c00d630cf3f
6
+ metadata.gz: a030d91d39caf74cf043869232a92d060e4160ca66d539d4b1d57d909675197de79c816e31590e83a5b97bca108a6934f6b5543290e727ac7d1ed52bb5da70e9
7
+ data.tar.gz: d77101ef2b7fa784234cfb8d8890d12543a4070a1437d9ed32325f42b9eb48e3921b2f659cb230da1a61b35ced6bac3333bbec8b95be0ed96c81da19b912cffa
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.982
1
+ 3.0.984
@@ -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.982
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-14 00:00:00.000000000 Z
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