tencentcloud-sdk-kms 3.0.935 → 3.0.936
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 +0 -25
- 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: af3bc528ef996d72715ac4b6c1b95d35193c4ff3
|
|
4
|
+
data.tar.gz: 3c33017975f2783c84e3acb9a47e16515890036a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75ac44c9d4332d7776b1cb83ee9acdcd9d0b4acecf5439785428ae9f5e3886d0a1d3c549bae7d6b8a1bc989536cc4e6afd120402e37bb04c5daf30016e5aaa18
|
|
7
|
+
data.tar.gz: 8ffe63756603b02f4be59bccbb3b545bb7a378c1e84e855cda456a104816d14378f7b939501e60951f3ed699b2db1df749351c7dbf7f72db1af4f888416e15f2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.936
|
data/lib/v20190118/models.rb
CHANGED
|
@@ -321,20 +321,16 @@ module TencentCloud
|
|
|
321
321
|
# @param CreateTime: 密钥创建时间,unix时间戳
|
|
322
322
|
# @type CreateTime: Integer
|
|
323
323
|
# @param Description: CMK的描述
|
|
324
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
325
324
|
# @type Description: String
|
|
326
325
|
# @param KeyState: CMK的状态
|
|
327
326
|
# @type KeyState: String
|
|
328
327
|
# @param KeyUsage: CMK的用途
|
|
329
328
|
# @type KeyUsage: String
|
|
330
329
|
# @param TagCode: 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误
|
|
331
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
332
330
|
# @type TagCode: Integer
|
|
333
331
|
# @param TagMsg: 标签操作的返回信息
|
|
334
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
335
332
|
# @type TagMsg: String
|
|
336
333
|
# @param HsmClusterId: HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)
|
|
337
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
338
334
|
# @type HsmClusterId: String
|
|
339
335
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
340
336
|
# @type RequestId: String
|
|
@@ -412,10 +408,8 @@ module TencentCloud
|
|
|
412
408
|
# @param KeyId: 白盒密钥的全局唯一标识符
|
|
413
409
|
# @type KeyId: String
|
|
414
410
|
# @param TagCode: 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误
|
|
415
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
416
411
|
# @type TagCode: Integer
|
|
417
412
|
# @param TagMsg: 标签操作的返回信息
|
|
418
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
419
413
|
# @type TagMsg: String
|
|
420
414
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
421
415
|
# @type RequestId: String
|
|
@@ -577,7 +571,6 @@ module TencentCloud
|
|
|
577
571
|
# DescribeKey返回参数结构体
|
|
578
572
|
class DescribeKeyResponse < TencentCloud::Common::AbstractModel
|
|
579
573
|
# @param KeyMetadata: 密钥属性信息
|
|
580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
581
574
|
# @type KeyMetadata: :class:`Tencentcloud::Kms.v20190118.models.KeyMetadata`
|
|
582
575
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
583
576
|
# @type RequestId: String
|
|
@@ -617,7 +610,6 @@ module TencentCloud
|
|
|
617
610
|
# DescribeKeys返回参数结构体
|
|
618
611
|
class DescribeKeysResponse < TencentCloud::Common::AbstractModel
|
|
619
612
|
# @param KeyMetadatas: 返回的属性信息列表
|
|
620
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
621
613
|
# @type KeyMetadatas: Array
|
|
622
614
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
623
615
|
# @type RequestId: String
|
|
@@ -761,7 +753,6 @@ module TencentCloud
|
|
|
761
753
|
# @param KeyInfos: 白盒密钥信息列表。
|
|
762
754
|
# @type KeyInfos: Array
|
|
763
755
|
# @param TotalCount: 白盒密钥总数。
|
|
764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
765
756
|
# @type TotalCount: Integer
|
|
766
757
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
767
758
|
# @type RequestId: String
|
|
@@ -863,7 +854,6 @@ module TencentCloud
|
|
|
863
854
|
# @param Identity: 指纹信息,由设备指纹采集工具采集获得,格式满足正则表达式:^[0-9a-f]{8}[\-][0-9a-f]{14}[\-][0-9a-f]{14}[\-][0-9a-f]{14}[\-][0-9a-f]{16}$
|
|
864
855
|
# @type Identity: String
|
|
865
856
|
# @param Description: 描述信息,如:IP,设备名称等,最大1024字节
|
|
866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
867
857
|
# @type Description: String
|
|
868
858
|
|
|
869
859
|
attr_accessor :Identity, :Description
|
|
@@ -1550,7 +1540,6 @@ module TencentCloud
|
|
|
1550
1540
|
# GetRegions返回参数结构体
|
|
1551
1541
|
class GetRegionsResponse < TencentCloud::Common::AbstractModel
|
|
1552
1542
|
# @param Regions: 可用region列表
|
|
1553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1554
1543
|
# @type Regions: Array
|
|
1555
1544
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1556
1545
|
# @type RequestId: String
|
|
@@ -1584,27 +1573,20 @@ module TencentCloud
|
|
|
1584
1573
|
# @param ServiceEnabled: KMS服务是否开通, true 表示已开通
|
|
1585
1574
|
# @type ServiceEnabled: Boolean
|
|
1586
1575
|
# @param InvalidType: 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放
|
|
1587
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1588
1576
|
# @type InvalidType: Integer
|
|
1589
1577
|
# @param UserLevel: 0-普通版,1-旗舰版
|
|
1590
1578
|
# @type UserLevel: Integer
|
|
1591
1579
|
# @param ProExpireTime: 旗舰版到期时间(Epoch Unix Timestamp)。
|
|
1592
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1593
1580
|
# @type ProExpireTime: Integer
|
|
1594
1581
|
# @param ProRenewFlag: 旗舰版是否自动续费:0-不自动续费,1-自动续费
|
|
1595
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1596
1582
|
# @type ProRenewFlag: Integer
|
|
1597
1583
|
# @param ProResourceId: 旗舰版购买记录的唯一性标识。如果为开通旗舰版,则返回值为空
|
|
1598
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1599
1584
|
# @type ProResourceId: String
|
|
1600
1585
|
# @param ExclusiveVSMEnabled: 是否开通 KMS 托管版
|
|
1601
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1602
1586
|
# @type ExclusiveVSMEnabled: Boolean
|
|
1603
1587
|
# @param ExclusiveHSMEnabled: 是否开通 KMS 独享版
|
|
1604
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1605
1588
|
# @type ExclusiveHSMEnabled: Boolean
|
|
1606
1589
|
# @param SubscriptionInfo: KMS 订阅信息。
|
|
1607
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1608
1590
|
# @type SubscriptionInfo: String
|
|
1609
1591
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1610
1592
|
# @type RequestId: String
|
|
@@ -1723,18 +1705,14 @@ module TencentCloud
|
|
|
1723
1705
|
# @param NextRotateTime: 在密钥轮换开启状态下,下次轮换的时间
|
|
1724
1706
|
# @type NextRotateTime: Integer
|
|
1725
1707
|
# @param DeletionDate: 计划删除的时间
|
|
1726
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1727
1708
|
# @type DeletionDate: Integer
|
|
1728
1709
|
# @param Origin: CMK 密钥材料类型,由KMS创建的为: TENCENT_KMS, 由用户导入的类型为:EXTERNAL
|
|
1729
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1730
1710
|
# @type Origin: String
|
|
1731
1711
|
# @param ValidTo: 在Origin为 EXTERNAL 时有效,表示密钥材料的有效日期, 0 表示不过期
|
|
1732
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1733
1712
|
# @type ValidTo: Integer
|
|
1734
1713
|
# @param ResourceId: 资源ID,格式:creatorUin/$creatorUin/$keyId
|
|
1735
1714
|
# @type ResourceId: String
|
|
1736
1715
|
# @param HsmClusterId: HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)
|
|
1737
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1738
1716
|
# @type HsmClusterId: String
|
|
1739
1717
|
|
|
1740
1718
|
attr_accessor :KeyId, :Alias, :CreateTime, :Description, :KeyState, :KeyUsage, :Type, :CreatorUin, :KeyRotationEnabled, :Owner, :NextRotateTime, :DeletionDate, :Origin, :ValidTo, :ResourceId, :HsmClusterId
|
|
@@ -1902,7 +1880,6 @@ module TencentCloud
|
|
|
1902
1880
|
# @param TotalCount: CMK的总数量
|
|
1903
1881
|
# @type TotalCount: Integer
|
|
1904
1882
|
# @param KeyMetadatas: 返回的属性信息列表。
|
|
1905
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1906
1883
|
# @type KeyMetadatas: Array
|
|
1907
1884
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1908
1885
|
# @type RequestId: String
|
|
@@ -1960,7 +1937,6 @@ module TencentCloud
|
|
|
1960
1937
|
# ListKeys返回参数结构体
|
|
1961
1938
|
class ListKeysResponse < TencentCloud::Common::AbstractModel
|
|
1962
1939
|
# @param Keys: CMK列表数组
|
|
1963
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1964
1940
|
# @type Keys: Array
|
|
1965
1941
|
# @param TotalCount: CMK的总数量
|
|
1966
1942
|
# @type TotalCount: Integer
|
|
@@ -2590,7 +2566,6 @@ module TencentCloud
|
|
|
2590
2566
|
# @param ResourceId: 资源ID,格式:creatorUin/$creatorUin/$keyId
|
|
2591
2567
|
# @type ResourceId: String
|
|
2592
2568
|
# @param DeviceFingerprintBind: 是否有设备指纹与当前密钥绑定
|
|
2593
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2594
2569
|
# @type DeviceFingerprintBind: Boolean
|
|
2595
2570
|
|
|
2596
2571
|
attr_accessor :KeyId, :Alias, :CreatorUin, :Description, :CreateTime, :Status, :OwnerUin, :Algorithm, :EncryptKey, :DecryptKey, :ResourceId, :DeviceFingerprintBind
|
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.936
|
|
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-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|