tencentcloud-sdk-kms 3.0.1016 → 3.0.1018
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/v20190118/models.rb +10 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3627241244f5bf76422a62731ad06c6aabb64483
|
4
|
+
data.tar.gz: c524440a7d3576ccafcdef2dabd5cc21ef21e0ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c629a88a77bd31d19f51f0598d4ede8116a76c44625cd61b3ee9665824b89fe4441a77ba3a917c479dc44430eb07caca68933ca76ce2348acd20a385a44adcfd
|
7
|
+
data.tar.gz: 7196b3e4977442521e49e7aa0dd4d01ba456e1abe030aa010015f5b307fc3ab73032a83990c3cc1c98060f42dd176c41227f8f65ace115f5b28a224b823f7d6c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1018
|
data/lib/v20190118/models.rb
CHANGED
@@ -1588,12 +1588,16 @@ module TencentCloud
|
|
1588
1588
|
# @type ExclusiveHSMEnabled: Boolean
|
1589
1589
|
# @param SubscriptionInfo: KMS 订阅信息。
|
1590
1590
|
# @type SubscriptionInfo: String
|
1591
|
+
# @param CmkUserCount: 返回KMS用户密钥使用数量
|
1592
|
+
# @type CmkUserCount: Integer
|
1593
|
+
# @param CmkLimit: 返回KMS用户密钥规格数量
|
1594
|
+
# @type CmkLimit: Integer
|
1591
1595
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1592
1596
|
# @type RequestId: String
|
1593
1597
|
|
1594
|
-
attr_accessor :ServiceEnabled, :InvalidType, :UserLevel, :ProExpireTime, :ProRenewFlag, :ProResourceId, :ExclusiveVSMEnabled, :ExclusiveHSMEnabled, :SubscriptionInfo, :RequestId
|
1598
|
+
attr_accessor :ServiceEnabled, :InvalidType, :UserLevel, :ProExpireTime, :ProRenewFlag, :ProResourceId, :ExclusiveVSMEnabled, :ExclusiveHSMEnabled, :SubscriptionInfo, :CmkUserCount, :CmkLimit, :RequestId
|
1595
1599
|
|
1596
|
-
def initialize(serviceenabled=nil, invalidtype=nil, userlevel=nil, proexpiretime=nil, prorenewflag=nil, proresourceid=nil, exclusivevsmenabled=nil, exclusivehsmenabled=nil, subscriptioninfo=nil, requestid=nil)
|
1600
|
+
def initialize(serviceenabled=nil, invalidtype=nil, userlevel=nil, proexpiretime=nil, prorenewflag=nil, proresourceid=nil, exclusivevsmenabled=nil, exclusivehsmenabled=nil, subscriptioninfo=nil, cmkusercount=nil, cmklimit=nil, requestid=nil)
|
1597
1601
|
@ServiceEnabled = serviceenabled
|
1598
1602
|
@InvalidType = invalidtype
|
1599
1603
|
@UserLevel = userlevel
|
@@ -1603,6 +1607,8 @@ module TencentCloud
|
|
1603
1607
|
@ExclusiveVSMEnabled = exclusivevsmenabled
|
1604
1608
|
@ExclusiveHSMEnabled = exclusivehsmenabled
|
1605
1609
|
@SubscriptionInfo = subscriptioninfo
|
1610
|
+
@CmkUserCount = cmkusercount
|
1611
|
+
@CmkLimit = cmklimit
|
1606
1612
|
@RequestId = requestid
|
1607
1613
|
end
|
1608
1614
|
|
@@ -1616,6 +1622,8 @@ module TencentCloud
|
|
1616
1622
|
@ExclusiveVSMEnabled = params['ExclusiveVSMEnabled']
|
1617
1623
|
@ExclusiveHSMEnabled = params['ExclusiveHSMEnabled']
|
1618
1624
|
@SubscriptionInfo = params['SubscriptionInfo']
|
1625
|
+
@CmkUserCount = params['CmkUserCount']
|
1626
|
+
@CmkLimit = params['CmkLimit']
|
1619
1627
|
@RequestId = params['RequestId']
|
1620
1628
|
end
|
1621
1629
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-kms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1018
|
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-03-
|
11
|
+
date: 2025-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -34,8 +34,8 @@ extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
36
|
- lib/tencentcloud-sdk-kms.rb
|
37
|
-
- lib/v20190118/models.rb
|
38
37
|
- lib/v20190118/client.rb
|
38
|
+
- lib/v20190118/models.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|