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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9495cf0bcc4d08f0f0ec6f3e9968e49097fcbe2
4
- data.tar.gz: c407318aba31c9e0d5e1663b80d3204880542f85
3
+ metadata.gz: 3fbeb58533df3a011e1958a5f8d5aade386797cd
4
+ data.tar.gz: 48db57afd5f0efd4fa0fdf3bdeab14fb9f05046d
5
5
  SHA512:
6
- metadata.gz: 475611783db1750c3573dd08c583f50f272ad6c31a44bce26b72073a5cd5241b27d4b6ad683ff0a92d5a4d1016f7f3e3d5358586d23d62764b015ab218e3b017
7
- data.tar.gz: a769f2b8706eddce81970242b44127c8f79e5b476c08ca0345e45a79654464b4b44036bb163ad261e8e258e315b603ba64cd4bc9741b80575f19945ede27a5e3
6
+ metadata.gz: 2c5c0295ed990cc0ba74704efa36cc1f717fb33d972100802c3ace6d911b9b00b06c656972455b158a7f59e07efb8dae11bb10bc6c700fbe910c5694b122682a
7
+ data.tar.gz: b12f86718ebb9ea0e6636e3e3a44120f26e15a01bec244232c37cccfaa40b5a871667250fb68f2c9b1e4b8c64dc19c8dc4633e84392f383b37cbda64442d95aa
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.983
1
+ 3.0.985
@@ -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.983
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-15 00:00:00.000000000 Z
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