tencentcloud-sdk-kms 3.0.936 → 3.0.938
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/v20190118/models.rb +10 -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: d1c6c0090c2038456aadaecce60155615ae30206
|
4
|
+
data.tar.gz: 3b07f2b9b39f43b90c1a2fb2b5cb89fe8f753c85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b5222b2f41df4b6af1e9b6b39c906079e187783538850cc2c56d00e76a1c54e545cbd987083c0515bf5a3e9ed454e6d8b0c35c15d3d371bf81ed2bdf11d1f67
|
7
|
+
data.tar.gz: a573250752005acdf6c8cdf27e690ee62231b8e002309245c7205b848ed82165acd60f2ec42c670a66dcf46bf26ef667cf0b01790b6e7f58c7ec49c9ad676e6f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.938
|
data/lib/v20190118/models.rb
CHANGED
@@ -1714,10 +1714,14 @@ module TencentCloud
|
|
1714
1714
|
# @type ResourceId: String
|
1715
1715
|
# @param HsmClusterId: HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)
|
1716
1716
|
# @type HsmClusterId: String
|
1717
|
+
# @param RotateDays: 密钥轮转周期(天)
|
1718
|
+
# @type RotateDays: Integer
|
1719
|
+
# @param LastRotateTime: 上次乱转时间(Unix timestamp)
|
1720
|
+
# @type LastRotateTime: Integer
|
1717
1721
|
|
1718
|
-
attr_accessor :KeyId, :Alias, :CreateTime, :Description, :KeyState, :KeyUsage, :Type, :CreatorUin, :KeyRotationEnabled, :Owner, :NextRotateTime, :DeletionDate, :Origin, :ValidTo, :ResourceId, :HsmClusterId
|
1722
|
+
attr_accessor :KeyId, :Alias, :CreateTime, :Description, :KeyState, :KeyUsage, :Type, :CreatorUin, :KeyRotationEnabled, :Owner, :NextRotateTime, :DeletionDate, :Origin, :ValidTo, :ResourceId, :HsmClusterId, :RotateDays, :LastRotateTime
|
1719
1723
|
|
1720
|
-
def initialize(keyid=nil, _alias=nil, createtime=nil, description=nil, keystate=nil, keyusage=nil, type=nil, creatoruin=nil, keyrotationenabled=nil, owner=nil, nextrotatetime=nil, deletiondate=nil, origin=nil, validto=nil, resourceid=nil, hsmclusterid=nil)
|
1724
|
+
def initialize(keyid=nil, _alias=nil, createtime=nil, description=nil, keystate=nil, keyusage=nil, type=nil, creatoruin=nil, keyrotationenabled=nil, owner=nil, nextrotatetime=nil, deletiondate=nil, origin=nil, validto=nil, resourceid=nil, hsmclusterid=nil, rotatedays=nil, lastrotatetime=nil)
|
1721
1725
|
@KeyId = keyid
|
1722
1726
|
@Alias = _alias
|
1723
1727
|
@CreateTime = createtime
|
@@ -1734,6 +1738,8 @@ module TencentCloud
|
|
1734
1738
|
@ValidTo = validto
|
1735
1739
|
@ResourceId = resourceid
|
1736
1740
|
@HsmClusterId = hsmclusterid
|
1741
|
+
@RotateDays = rotatedays
|
1742
|
+
@LastRotateTime = lastrotatetime
|
1737
1743
|
end
|
1738
1744
|
|
1739
1745
|
def deserialize(params)
|
@@ -1753,6 +1759,8 @@ module TencentCloud
|
|
1753
1759
|
@ValidTo = params['ValidTo']
|
1754
1760
|
@ResourceId = params['ResourceId']
|
1755
1761
|
@HsmClusterId = params['HsmClusterId']
|
1762
|
+
@RotateDays = params['RotateDays']
|
1763
|
+
@LastRotateTime = params['LastRotateTime']
|
1756
1764
|
end
|
1757
1765
|
end
|
1758
1766
|
|
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.938
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|