tencentcloud-sdk-kms 3.0.778 → 3.0.780
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 +53 -53
- 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: 4d0cfec6a7d46fe99b78ab2df69c451b1c397f2e
|
4
|
+
data.tar.gz: a9ab87acca8b117ccdacc6b1e34cf96fd96411cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b6331e434dd0ec003b186501d136fe4105fc58299db11a5c09e1a4a0a55aa18d9a2240327cc83802c76861231f83a50ab4defd5c9a33070c3a6bee0302e626c
|
7
|
+
data.tar.gz: 2c3c36332ef1b6b915ba4cf09b1d78352563400aaff81cf8dca9dfaafaf7b6ed4f074443da884d9d6f71b534e43bf565cf265eed25c0205e0907110519ac3553
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.780
|
data/lib/v20190118/models.rb
CHANGED
@@ -55,7 +55,7 @@ module TencentCloud
|
|
55
55
|
|
56
56
|
# ArchiveKey返回参数结构体
|
57
57
|
class ArchiveKeyResponse < TencentCloud::Common::AbstractModel
|
58
|
-
# @param RequestId: 唯一请求 ID
|
58
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
59
59
|
# @type RequestId: String
|
60
60
|
|
61
61
|
attr_accessor :RequestId
|
@@ -99,7 +99,7 @@ module TencentCloud
|
|
99
99
|
# @type KeyId: String
|
100
100
|
# @param Plaintext: 解密后的明文,base64编码
|
101
101
|
# @type Plaintext: String
|
102
|
-
# @param RequestId: 唯一请求 ID
|
102
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
103
103
|
# @type RequestId: String
|
104
104
|
|
105
105
|
attr_accessor :KeyId, :Plaintext, :RequestId
|
@@ -143,7 +143,7 @@ module TencentCloud
|
|
143
143
|
# @type KeyId: String
|
144
144
|
# @param Plaintext: 解密后的明文,base64编码
|
145
145
|
# @type Plaintext: String
|
146
|
-
# @param RequestId: 唯一请求 ID
|
146
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
147
147
|
# @type RequestId: String
|
148
148
|
|
149
149
|
attr_accessor :KeyId, :Plaintext, :RequestId
|
@@ -187,7 +187,7 @@ module TencentCloud
|
|
187
187
|
|
188
188
|
# BindCloudResource返回参数结构体
|
189
189
|
class BindCloudResourceResponse < TencentCloud::Common::AbstractModel
|
190
|
-
# @param RequestId: 唯一请求 ID
|
190
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
191
191
|
# @type RequestId: String
|
192
192
|
|
193
193
|
attr_accessor :RequestId
|
@@ -219,7 +219,7 @@ module TencentCloud
|
|
219
219
|
|
220
220
|
# CancelKeyArchive返回参数结构体
|
221
221
|
class CancelKeyArchiveResponse < TencentCloud::Common::AbstractModel
|
222
|
-
# @param RequestId: 唯一请求 ID
|
222
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
223
223
|
# @type RequestId: String
|
224
224
|
|
225
225
|
attr_accessor :RequestId
|
@@ -253,7 +253,7 @@ module TencentCloud
|
|
253
253
|
class CancelKeyDeletionResponse < TencentCloud::Common::AbstractModel
|
254
254
|
# @param KeyId: 唯一标志被取消删除的CMK。
|
255
255
|
# @type KeyId: String
|
256
|
-
# @param RequestId: 唯一请求 ID
|
256
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
257
257
|
# @type RequestId: String
|
258
258
|
|
259
259
|
attr_accessor :KeyId, :RequestId
|
@@ -336,7 +336,7 @@ module TencentCloud
|
|
336
336
|
# @param HsmClusterId: HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)
|
337
337
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
338
338
|
# @type HsmClusterId: String
|
339
|
-
# @param RequestId: 唯一请求 ID
|
339
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
340
340
|
# @type RequestId: String
|
341
341
|
|
342
342
|
attr_accessor :KeyId, :Alias, :CreateTime, :Description, :KeyState, :KeyUsage, :TagCode, :TagMsg, :HsmClusterId, :RequestId
|
@@ -417,7 +417,7 @@ module TencentCloud
|
|
417
417
|
# @param TagMsg: 标签操作的返回信息
|
418
418
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
419
419
|
# @type TagMsg: String
|
420
|
-
# @param RequestId: 唯一请求 ID
|
420
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
421
421
|
# @type RequestId: String
|
422
422
|
|
423
423
|
attr_accessor :EncryptKey, :DecryptKey, :KeyId, :TagCode, :TagMsg, :RequestId
|
@@ -476,7 +476,7 @@ module TencentCloud
|
|
476
476
|
# @param Plaintext: 若调用时未提供 EncryptionPublicKey,该字段值为 Base64 编码的明文,需进行 Base64 解码以获取明文。
|
477
477
|
# 若调用时提供了 EncryptionPublicKey,则该字段值为使用 EncryptionPublicKey 公钥进行非对称加密后的 Base64 编码的密文。需在 Base64 解码后,使用用户上传的公钥对应的私钥进行进一步解密,以获取明文。
|
478
478
|
# @type Plaintext: String
|
479
|
-
# @param RequestId: 唯一请求 ID
|
479
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
480
480
|
# @type RequestId: String
|
481
481
|
|
482
482
|
attr_accessor :KeyId, :Plaintext, :RequestId
|
@@ -512,7 +512,7 @@ module TencentCloud
|
|
512
512
|
|
513
513
|
# DeleteImportedKeyMaterial返回参数结构体
|
514
514
|
class DeleteImportedKeyMaterialResponse < TencentCloud::Common::AbstractModel
|
515
|
-
# @param RequestId: 唯一请求 ID
|
515
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
516
516
|
# @type RequestId: String
|
517
517
|
|
518
518
|
attr_accessor :RequestId
|
@@ -544,7 +544,7 @@ module TencentCloud
|
|
544
544
|
|
545
545
|
# DeleteWhiteBoxKey返回参数结构体
|
546
546
|
class DeleteWhiteBoxKeyResponse < TencentCloud::Common::AbstractModel
|
547
|
-
# @param RequestId: 唯一请求 ID
|
547
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
548
548
|
# @type RequestId: String
|
549
549
|
|
550
550
|
attr_accessor :RequestId
|
@@ -579,7 +579,7 @@ module TencentCloud
|
|
579
579
|
# @param KeyMetadata: 密钥属性信息
|
580
580
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
581
581
|
# @type KeyMetadata: :class:`Tencentcloud::Kms.v20190118.models.KeyMetadata`
|
582
|
-
# @param RequestId: 唯一请求 ID
|
582
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
583
583
|
# @type RequestId: String
|
584
584
|
|
585
585
|
attr_accessor :KeyMetadata, :RequestId
|
@@ -619,7 +619,7 @@ module TencentCloud
|
|
619
619
|
# @param KeyMetadatas: 返回的属性信息列表
|
620
620
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
621
621
|
# @type KeyMetadatas: Array
|
622
|
-
# @param RequestId: 唯一请求 ID
|
622
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
623
623
|
# @type RequestId: String
|
624
624
|
|
625
625
|
attr_accessor :KeyMetadatas, :RequestId
|
@@ -662,7 +662,7 @@ module TencentCloud
|
|
662
662
|
class DescribeWhiteBoxDecryptKeyResponse < TencentCloud::Common::AbstractModel
|
663
663
|
# @param DecryptKey: 白盒解密密钥,base64编码
|
664
664
|
# @type DecryptKey: String
|
665
|
-
# @param RequestId: 唯一请求 ID
|
665
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
666
666
|
# @type RequestId: String
|
667
667
|
|
668
668
|
attr_accessor :DecryptKey, :RequestId
|
@@ -698,7 +698,7 @@ module TencentCloud
|
|
698
698
|
class DescribeWhiteBoxDeviceFingerprintsResponse < TencentCloud::Common::AbstractModel
|
699
699
|
# @param DeviceFingerprints: 设备指纹列表
|
700
700
|
# @type DeviceFingerprints: Array
|
701
|
-
# @param RequestId: 唯一请求 ID
|
701
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
702
702
|
# @type RequestId: String
|
703
703
|
|
704
704
|
attr_accessor :DeviceFingerprints, :RequestId
|
@@ -763,7 +763,7 @@ module TencentCloud
|
|
763
763
|
# @param TotalCount: 白盒密钥总数。
|
764
764
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
765
765
|
# @type TotalCount: Integer
|
766
|
-
# @param RequestId: 唯一请求 ID
|
766
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
767
767
|
# @type RequestId: String
|
768
768
|
|
769
769
|
attr_accessor :KeyInfos, :TotalCount, :RequestId
|
@@ -808,7 +808,7 @@ module TencentCloud
|
|
808
808
|
class DescribeWhiteBoxKeyResponse < TencentCloud::Common::AbstractModel
|
809
809
|
# @param KeyInfo: 白盒密钥信息
|
810
810
|
# @type KeyInfo: :class:`Tencentcloud::Kms.v20190118.models.WhiteboxKeyInfo`
|
811
|
-
# @param RequestId: 唯一请求 ID
|
811
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
812
812
|
# @type RequestId: String
|
813
813
|
|
814
814
|
attr_accessor :KeyInfo, :RequestId
|
@@ -842,7 +842,7 @@ module TencentCloud
|
|
842
842
|
class DescribeWhiteBoxServiceStatusResponse < TencentCloud::Common::AbstractModel
|
843
843
|
# @param ServiceEnabled: 用户的白盒密钥服务是否可用
|
844
844
|
# @type ServiceEnabled: Boolean
|
845
|
-
# @param RequestId: 唯一请求 ID
|
845
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
846
846
|
# @type RequestId: String
|
847
847
|
|
848
848
|
attr_accessor :ServiceEnabled, :RequestId
|
@@ -897,7 +897,7 @@ module TencentCloud
|
|
897
897
|
|
898
898
|
# DisableKey返回参数结构体
|
899
899
|
class DisableKeyResponse < TencentCloud::Common::AbstractModel
|
900
|
-
# @param RequestId: 唯一请求 ID
|
900
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
901
901
|
# @type RequestId: String
|
902
902
|
|
903
903
|
attr_accessor :RequestId
|
@@ -929,7 +929,7 @@ module TencentCloud
|
|
929
929
|
|
930
930
|
# DisableKeyRotation返回参数结构体
|
931
931
|
class DisableKeyRotationResponse < TencentCloud::Common::AbstractModel
|
932
|
-
# @param RequestId: 唯一请求 ID
|
932
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
933
933
|
# @type RequestId: String
|
934
934
|
|
935
935
|
attr_accessor :RequestId
|
@@ -961,7 +961,7 @@ module TencentCloud
|
|
961
961
|
|
962
962
|
# DisableKeys返回参数结构体
|
963
963
|
class DisableKeysResponse < TencentCloud::Common::AbstractModel
|
964
|
-
# @param RequestId: 唯一请求 ID
|
964
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
965
965
|
# @type RequestId: String
|
966
966
|
|
967
967
|
attr_accessor :RequestId
|
@@ -993,7 +993,7 @@ module TencentCloud
|
|
993
993
|
|
994
994
|
# DisableWhiteBoxKey返回参数结构体
|
995
995
|
class DisableWhiteBoxKeyResponse < TencentCloud::Common::AbstractModel
|
996
|
-
# @param RequestId: 唯一请求 ID
|
996
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
997
997
|
# @type RequestId: String
|
998
998
|
|
999
999
|
attr_accessor :RequestId
|
@@ -1025,7 +1025,7 @@ module TencentCloud
|
|
1025
1025
|
|
1026
1026
|
# DisableWhiteBoxKeys返回参数结构体
|
1027
1027
|
class DisableWhiteBoxKeysResponse < TencentCloud::Common::AbstractModel
|
1028
|
-
# @param RequestId: 唯一请求 ID
|
1028
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1029
1029
|
# @type RequestId: String
|
1030
1030
|
|
1031
1031
|
attr_accessor :RequestId
|
@@ -1057,7 +1057,7 @@ module TencentCloud
|
|
1057
1057
|
|
1058
1058
|
# EnableKey返回参数结构体
|
1059
1059
|
class EnableKeyResponse < TencentCloud::Common::AbstractModel
|
1060
|
-
# @param RequestId: 唯一请求 ID
|
1060
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1061
1061
|
# @type RequestId: String
|
1062
1062
|
|
1063
1063
|
attr_accessor :RequestId
|
@@ -1093,7 +1093,7 @@ module TencentCloud
|
|
1093
1093
|
|
1094
1094
|
# EnableKeyRotation返回参数结构体
|
1095
1095
|
class EnableKeyRotationResponse < TencentCloud::Common::AbstractModel
|
1096
|
-
# @param RequestId: 唯一请求 ID
|
1096
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1097
1097
|
# @type RequestId: String
|
1098
1098
|
|
1099
1099
|
attr_accessor :RequestId
|
@@ -1125,7 +1125,7 @@ module TencentCloud
|
|
1125
1125
|
|
1126
1126
|
# EnableKeys返回参数结构体
|
1127
1127
|
class EnableKeysResponse < TencentCloud::Common::AbstractModel
|
1128
|
-
# @param RequestId: 唯一请求 ID
|
1128
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1129
1129
|
# @type RequestId: String
|
1130
1130
|
|
1131
1131
|
attr_accessor :RequestId
|
@@ -1157,7 +1157,7 @@ module TencentCloud
|
|
1157
1157
|
|
1158
1158
|
# EnableWhiteBoxKey返回参数结构体
|
1159
1159
|
class EnableWhiteBoxKeyResponse < TencentCloud::Common::AbstractModel
|
1160
|
-
# @param RequestId: 唯一请求 ID
|
1160
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1161
1161
|
# @type RequestId: String
|
1162
1162
|
|
1163
1163
|
attr_accessor :RequestId
|
@@ -1189,7 +1189,7 @@ module TencentCloud
|
|
1189
1189
|
|
1190
1190
|
# EnableWhiteBoxKeys返回参数结构体
|
1191
1191
|
class EnableWhiteBoxKeysResponse < TencentCloud::Common::AbstractModel
|
1192
|
-
# @param RequestId: 唯一请求 ID
|
1192
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1193
1193
|
# @type RequestId: String
|
1194
1194
|
|
1195
1195
|
attr_accessor :RequestId
|
@@ -1233,7 +1233,7 @@ module TencentCloud
|
|
1233
1233
|
# @type InitializationVector: String
|
1234
1234
|
# @param CipherText: 加密后的密文,base64编码
|
1235
1235
|
# @type CipherText: String
|
1236
|
-
# @param RequestId: 唯一请求 ID
|
1236
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1237
1237
|
# @type RequestId: String
|
1238
1238
|
|
1239
1239
|
attr_accessor :InitializationVector, :CipherText, :RequestId
|
@@ -1281,7 +1281,7 @@ module TencentCloud
|
|
1281
1281
|
# @type CiphertextBlob: String
|
1282
1282
|
# @param KeyId: 加密使用的CMK的全局唯一标识
|
1283
1283
|
# @type KeyId: String
|
1284
|
-
# @param RequestId: 唯一请求 ID
|
1284
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1285
1285
|
# @type RequestId: String
|
1286
1286
|
|
1287
1287
|
attr_accessor :CiphertextBlob, :KeyId, :RequestId
|
@@ -1344,7 +1344,7 @@ module TencentCloud
|
|
1344
1344
|
# @type Plaintext: String
|
1345
1345
|
# @param CiphertextBlob: 数据密钥DataKey加密后的密文,用户需要自行保存该密文,KMS不托管用户的数据密钥。可以通过Decrypt接口从CiphertextBlob中获取数据密钥DataKey明文
|
1346
1346
|
# @type CiphertextBlob: String
|
1347
|
-
# @param RequestId: 唯一请求 ID
|
1347
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1348
1348
|
# @type RequestId: String
|
1349
1349
|
|
1350
1350
|
attr_accessor :KeyId, :Plaintext, :CiphertextBlob, :RequestId
|
@@ -1384,7 +1384,7 @@ module TencentCloud
|
|
1384
1384
|
class GenerateRandomResponse < TencentCloud::Common::AbstractModel
|
1385
1385
|
# @param Plaintext: 生成的随机数的明文,该明文使用base64编码,用户需要使用base64解码得到明文。
|
1386
1386
|
# @type Plaintext: String
|
1387
|
-
# @param RequestId: 唯一请求 ID
|
1387
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1388
1388
|
# @type RequestId: String
|
1389
1389
|
|
1390
1390
|
attr_accessor :Plaintext, :RequestId
|
@@ -1420,7 +1420,7 @@ module TencentCloud
|
|
1420
1420
|
class GetKeyRotationStatusResponse < TencentCloud::Common::AbstractModel
|
1421
1421
|
# @param KeyRotationEnabled: 密钥轮换是否开启
|
1422
1422
|
# @type KeyRotationEnabled: Boolean
|
1423
|
-
# @param RequestId: 唯一请求 ID
|
1423
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1424
1424
|
# @type RequestId: String
|
1425
1425
|
|
1426
1426
|
attr_accessor :KeyRotationEnabled, :RequestId
|
@@ -1470,7 +1470,7 @@ module TencentCloud
|
|
1470
1470
|
# @type PublicKey: String
|
1471
1471
|
# @param ParametersValidTo: 该导出token和公钥的有效期,超过该时间后无法导入,需要重新调用GetParametersForImport获取。
|
1472
1472
|
# @type ParametersValidTo: Integer
|
1473
|
-
# @param RequestId: 唯一请求 ID
|
1473
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1474
1474
|
# @type RequestId: String
|
1475
1475
|
|
1476
1476
|
attr_accessor :KeyId, :ImportToken, :PublicKey, :ParametersValidTo, :RequestId
|
@@ -1516,7 +1516,7 @@ module TencentCloud
|
|
1516
1516
|
# @type PublicKey: String
|
1517
1517
|
# @param PublicKeyPem: PEM格式的公钥内容。
|
1518
1518
|
# @type PublicKeyPem: String
|
1519
|
-
# @param RequestId: 唯一请求 ID
|
1519
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1520
1520
|
# @type RequestId: String
|
1521
1521
|
|
1522
1522
|
attr_accessor :KeyId, :PublicKey, :PublicKeyPem, :RequestId
|
@@ -1552,7 +1552,7 @@ module TencentCloud
|
|
1552
1552
|
# @param Regions: 可用region列表
|
1553
1553
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1554
1554
|
# @type Regions: Array
|
1555
|
-
# @param RequestId: 唯一请求 ID
|
1555
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1556
1556
|
# @type RequestId: String
|
1557
1557
|
|
1558
1558
|
attr_accessor :Regions, :RequestId
|
@@ -1606,7 +1606,7 @@ module TencentCloud
|
|
1606
1606
|
# @param SubscriptionInfo: KMS 订阅信息。
|
1607
1607
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1608
1608
|
# @type SubscriptionInfo: String
|
1609
|
-
# @param RequestId: 唯一请求 ID
|
1609
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1610
1610
|
# @type RequestId: String
|
1611
1611
|
|
1612
1612
|
attr_accessor :ServiceEnabled, :InvalidType, :UserLevel, :ProExpireTime, :ProRenewFlag, :ProResourceId, :ExclusiveVSMEnabled, :ExclusiveHSMEnabled, :SubscriptionInfo, :RequestId
|
@@ -1668,7 +1668,7 @@ module TencentCloud
|
|
1668
1668
|
|
1669
1669
|
# ImportKeyMaterial返回参数结构体
|
1670
1670
|
class ImportKeyMaterialResponse < TencentCloud::Common::AbstractModel
|
1671
|
-
# @param RequestId: 唯一请求 ID
|
1671
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1672
1672
|
# @type RequestId: String
|
1673
1673
|
|
1674
1674
|
attr_accessor :RequestId
|
@@ -1797,7 +1797,7 @@ module TencentCloud
|
|
1797
1797
|
# @type AsymmetricAlgorithms: Array
|
1798
1798
|
# @param AsymmetricSignVerifyAlgorithms: 本地区支持的非对称签名验签算法
|
1799
1799
|
# @type AsymmetricSignVerifyAlgorithms: Array
|
1800
|
-
# @param RequestId: 唯一请求 ID
|
1800
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1801
1801
|
# @type RequestId: String
|
1802
1802
|
|
1803
1803
|
attr_accessor :SymmetricAlgorithms, :AsymmetricAlgorithms, :AsymmetricSignVerifyAlgorithms, :RequestId
|
@@ -1904,7 +1904,7 @@ module TencentCloud
|
|
1904
1904
|
# @param KeyMetadatas: 返回的属性信息列表。
|
1905
1905
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1906
1906
|
# @type KeyMetadatas: Array
|
1907
|
-
# @param RequestId: 唯一请求 ID
|
1907
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1908
1908
|
# @type RequestId: String
|
1909
1909
|
|
1910
1910
|
attr_accessor :TotalCount, :KeyMetadatas, :RequestId
|
@@ -1964,7 +1964,7 @@ module TencentCloud
|
|
1964
1964
|
# @type Keys: Array
|
1965
1965
|
# @param TotalCount: CMK的总数量
|
1966
1966
|
# @type TotalCount: Integer
|
1967
|
-
# @param RequestId: 唯一请求 ID
|
1967
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1968
1968
|
# @type RequestId: String
|
1969
1969
|
|
1970
1970
|
attr_accessor :Keys, :TotalCount, :RequestId
|
@@ -2018,7 +2018,7 @@ module TencentCloud
|
|
2018
2018
|
|
2019
2019
|
# OverwriteWhiteBoxDeviceFingerprints返回参数结构体
|
2020
2020
|
class OverwriteWhiteBoxDeviceFingerprintsResponse < TencentCloud::Common::AbstractModel
|
2021
|
-
# @param RequestId: 唯一请求 ID
|
2021
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2022
2022
|
# @type RequestId: String
|
2023
2023
|
|
2024
2024
|
attr_accessor :RequestId
|
@@ -2063,7 +2063,7 @@ module TencentCloud
|
|
2063
2063
|
# @param PlainText: 若调用时未提供 EncryptionPublicKey,该字段值为 Base64 编码的明文,需进行 Base64 解码以获取明文。
|
2064
2064
|
# 若调用时提供了 EncryptionPublicKey,则该字段值为使用 EncryptionPublicKey 公钥进行非对称加密后的 Base64 编码的密文。需在 Base64 解码后,使用用户上传的公钥对应的私钥进行进一步解密,以获取明文。
|
2065
2065
|
# @type PlainText: String
|
2066
|
-
# @param RequestId: 唯一请求 ID
|
2066
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2067
2067
|
# @type RequestId: String
|
2068
2068
|
|
2069
2069
|
attr_accessor :KeyId, :PlainText, :RequestId
|
@@ -2107,7 +2107,7 @@ module TencentCloud
|
|
2107
2107
|
# @type CiphertextBlob: String
|
2108
2108
|
# @param KeyId: 加密使用的CMK的全局唯一标识
|
2109
2109
|
# @type KeyId: String
|
2110
|
-
# @param RequestId: 唯一请求 ID
|
2110
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2111
2111
|
# @type RequestId: String
|
2112
2112
|
|
2113
2113
|
attr_accessor :CiphertextBlob, :KeyId, :RequestId
|
@@ -2149,7 +2149,7 @@ module TencentCloud
|
|
2149
2149
|
class PostQuantumCryptoSignResponse < TencentCloud::Common::AbstractModel
|
2150
2150
|
# @param Signature: 签名值,Base64编码。可使用 PostQuantumCryptoVerify接口对签名值进行验证。
|
2151
2151
|
# @type Signature: String
|
2152
|
-
# @param RequestId: 唯一请求 ID
|
2152
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2153
2153
|
# @type RequestId: String
|
2154
2154
|
|
2155
2155
|
attr_accessor :Signature, :RequestId
|
@@ -2193,7 +2193,7 @@ module TencentCloud
|
|
2193
2193
|
class PostQuantumCryptoVerifyResponse < TencentCloud::Common::AbstractModel
|
2194
2194
|
# @param SignatureValid: 签名是否有效。true:签名有效,false:签名无效。
|
2195
2195
|
# @type SignatureValid: Boolean
|
2196
|
-
# @param RequestId: 唯一请求 ID
|
2196
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2197
2197
|
# @type RequestId: String
|
2198
2198
|
|
2199
2199
|
attr_accessor :SignatureValid, :RequestId
|
@@ -2247,7 +2247,7 @@ module TencentCloud
|
|
2247
2247
|
# @type SourceKeyId: String
|
2248
2248
|
# @param ReEncrypted: true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文
|
2249
2249
|
# @type ReEncrypted: Boolean
|
2250
|
-
# @param RequestId: 唯一请求 ID
|
2250
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2251
2251
|
# @type RequestId: String
|
2252
2252
|
|
2253
2253
|
attr_accessor :CiphertextBlob, :KeyId, :SourceKeyId, :ReEncrypted, :RequestId
|
@@ -2295,7 +2295,7 @@ module TencentCloud
|
|
2295
2295
|
# @type DeletionDate: Integer
|
2296
2296
|
# @param KeyId: 唯一标志被计划删除的CMK
|
2297
2297
|
# @type KeyId: String
|
2298
|
-
# @param RequestId: 唯一请求 ID
|
2298
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2299
2299
|
# @type RequestId: String
|
2300
2300
|
|
2301
2301
|
attr_accessor :DeletionDate, :KeyId, :RequestId
|
@@ -2345,7 +2345,7 @@ module TencentCloud
|
|
2345
2345
|
class SignByAsymmetricKeyResponse < TencentCloud::Common::AbstractModel
|
2346
2346
|
# @param Signature: 签名,Base64编码
|
2347
2347
|
# @type Signature: String
|
2348
|
-
# @param RequestId: 唯一请求 ID
|
2348
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2349
2349
|
# @type RequestId: String
|
2350
2350
|
|
2351
2351
|
attr_accessor :Signature, :RequestId
|
@@ -2427,7 +2427,7 @@ module TencentCloud
|
|
2427
2427
|
|
2428
2428
|
# UnbindCloudResource返回参数结构体
|
2429
2429
|
class UnbindCloudResourceResponse < TencentCloud::Common::AbstractModel
|
2430
|
-
# @param RequestId: 唯一请求 ID
|
2430
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2431
2431
|
# @type RequestId: String
|
2432
2432
|
|
2433
2433
|
attr_accessor :RequestId
|
@@ -2463,7 +2463,7 @@ module TencentCloud
|
|
2463
2463
|
|
2464
2464
|
# UpdateAlias返回参数结构体
|
2465
2465
|
class UpdateAliasResponse < TencentCloud::Common::AbstractModel
|
2466
|
-
# @param RequestId: 唯一请求 ID
|
2466
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2467
2467
|
# @type RequestId: String
|
2468
2468
|
|
2469
2469
|
attr_accessor :RequestId
|
@@ -2499,7 +2499,7 @@ module TencentCloud
|
|
2499
2499
|
|
2500
2500
|
# UpdateKeyDescription返回参数结构体
|
2501
2501
|
class UpdateKeyDescriptionResponse < TencentCloud::Common::AbstractModel
|
2502
|
-
# @param RequestId: 唯一请求 ID
|
2502
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2503
2503
|
# @type RequestId: String
|
2504
2504
|
|
2505
2505
|
attr_accessor :RequestId
|
@@ -2549,7 +2549,7 @@ module TencentCloud
|
|
2549
2549
|
class VerifyByAsymmetricKeyResponse < TencentCloud::Common::AbstractModel
|
2550
2550
|
# @param SignatureValid: 签名是否有效。true:签名有效,false:签名无效。
|
2551
2551
|
# @type SignatureValid: Boolean
|
2552
|
-
# @param RequestId: 唯一请求 ID
|
2552
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2553
2553
|
# @type RequestId: String
|
2554
2554
|
|
2555
2555
|
attr_accessor :SignatureValid, :RequestId
|
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.780
|
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-03-
|
11
|
+
date: 2024-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20190118/models.rb
|
37
36
|
- lib/v20190118/client.rb
|
37
|
+
- lib/v20190118/models.rb
|
38
38
|
- lib/tencentcloud-sdk-kms.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|