tencentcloud-sdk-kms 3.0.589 → 3.0.591
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 +113 -113
- 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: 5421d88ce2d913a76d4abc0334f95e177b2dc48d
|
4
|
+
data.tar.gz: 36bbf744f505694e55eb64413127b171fc82e743
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e698622a28325227f18f87c9193e05ccfa8e288fa8ae300d57a9e6917486f942d9f8ee129683faa6d297fea0dc78dbbf1b91d602c8bee7b87044484108eb2a0
|
7
|
+
data.tar.gz: eada984ee139c8985d0c32829b57d7986f3dcbfb42edc35a133158fa8e457d72eb346a5c9000df14b9a10f1d5cbfbace40cb8571ae0e563b9bb08aaff79bf913
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20190118/models.rb
CHANGED
@@ -25,7 +25,7 @@ module TencentCloud
|
|
25
25
|
# @type Algorithm: String
|
26
26
|
|
27
27
|
attr_accessor :KeyUsage, :Algorithm
|
28
|
-
|
28
|
+
|
29
29
|
def initialize(keyusage=nil, algorithm=nil)
|
30
30
|
@KeyUsage = keyusage
|
31
31
|
@Algorithm = algorithm
|
@@ -43,7 +43,7 @@ module TencentCloud
|
|
43
43
|
# @type KeyId: String
|
44
44
|
|
45
45
|
attr_accessor :KeyId
|
46
|
-
|
46
|
+
|
47
47
|
def initialize(keyid=nil)
|
48
48
|
@KeyId = keyid
|
49
49
|
end
|
@@ -59,7 +59,7 @@ module TencentCloud
|
|
59
59
|
# @type RequestId: String
|
60
60
|
|
61
61
|
attr_accessor :RequestId
|
62
|
-
|
62
|
+
|
63
63
|
def initialize(requestid=nil)
|
64
64
|
@RequestId = requestid
|
65
65
|
end
|
@@ -79,7 +79,7 @@ module TencentCloud
|
|
79
79
|
# @type Algorithm: String
|
80
80
|
|
81
81
|
attr_accessor :KeyId, :Ciphertext, :Algorithm
|
82
|
-
|
82
|
+
|
83
83
|
def initialize(keyid=nil, ciphertext=nil, algorithm=nil)
|
84
84
|
@KeyId = keyid
|
85
85
|
@Ciphertext = ciphertext
|
@@ -103,7 +103,7 @@ module TencentCloud
|
|
103
103
|
# @type RequestId: String
|
104
104
|
|
105
105
|
attr_accessor :KeyId, :Plaintext, :RequestId
|
106
|
-
|
106
|
+
|
107
107
|
def initialize(keyid=nil, plaintext=nil, requestid=nil)
|
108
108
|
@KeyId = keyid
|
109
109
|
@Plaintext = plaintext
|
@@ -125,7 +125,7 @@ module TencentCloud
|
|
125
125
|
# @type Ciphertext: String
|
126
126
|
|
127
127
|
attr_accessor :KeyId, :Ciphertext
|
128
|
-
|
128
|
+
|
129
129
|
def initialize(keyid=nil, ciphertext=nil)
|
130
130
|
@KeyId = keyid
|
131
131
|
@Ciphertext = ciphertext
|
@@ -147,7 +147,7 @@ module TencentCloud
|
|
147
147
|
# @type RequestId: String
|
148
148
|
|
149
149
|
attr_accessor :KeyId, :Plaintext, :RequestId
|
150
|
-
|
150
|
+
|
151
151
|
def initialize(keyid=nil, plaintext=nil, requestid=nil)
|
152
152
|
@KeyId = keyid
|
153
153
|
@Plaintext = plaintext
|
@@ -171,7 +171,7 @@ module TencentCloud
|
|
171
171
|
# @type ResourceId: String
|
172
172
|
|
173
173
|
attr_accessor :KeyId, :ProductId, :ResourceId
|
174
|
-
|
174
|
+
|
175
175
|
def initialize(keyid=nil, productid=nil, resourceid=nil)
|
176
176
|
@KeyId = keyid
|
177
177
|
@ProductId = productid
|
@@ -191,7 +191,7 @@ module TencentCloud
|
|
191
191
|
# @type RequestId: String
|
192
192
|
|
193
193
|
attr_accessor :RequestId
|
194
|
-
|
194
|
+
|
195
195
|
def initialize(requestid=nil)
|
196
196
|
@RequestId = requestid
|
197
197
|
end
|
@@ -207,7 +207,7 @@ module TencentCloud
|
|
207
207
|
# @type KeyId: String
|
208
208
|
|
209
209
|
attr_accessor :KeyId
|
210
|
-
|
210
|
+
|
211
211
|
def initialize(keyid=nil)
|
212
212
|
@KeyId = keyid
|
213
213
|
end
|
@@ -223,7 +223,7 @@ module TencentCloud
|
|
223
223
|
# @type RequestId: String
|
224
224
|
|
225
225
|
attr_accessor :RequestId
|
226
|
-
|
226
|
+
|
227
227
|
def initialize(requestid=nil)
|
228
228
|
@RequestId = requestid
|
229
229
|
end
|
@@ -239,7 +239,7 @@ module TencentCloud
|
|
239
239
|
# @type KeyId: String
|
240
240
|
|
241
241
|
attr_accessor :KeyId
|
242
|
-
|
242
|
+
|
243
243
|
def initialize(keyid=nil)
|
244
244
|
@KeyId = keyid
|
245
245
|
end
|
@@ -257,7 +257,7 @@ module TencentCloud
|
|
257
257
|
# @type RequestId: String
|
258
258
|
|
259
259
|
attr_accessor :KeyId, :RequestId
|
260
|
-
|
260
|
+
|
261
261
|
def initialize(keyid=nil, requestid=nil)
|
262
262
|
@KeyId = keyid
|
263
263
|
@RequestId = requestid
|
@@ -285,7 +285,7 @@ module TencentCloud
|
|
285
285
|
# @type HsmClusterId: String
|
286
286
|
|
287
287
|
attr_accessor :Alias, :Description, :KeyUsage, :Type, :Tags, :HsmClusterId
|
288
|
-
|
288
|
+
|
289
289
|
def initialize(_alias=nil, description=nil, keyusage=nil, type=nil, tags=nil, hsmclusterid=nil)
|
290
290
|
@Alias = _alias
|
291
291
|
@Description = description
|
@@ -340,7 +340,7 @@ module TencentCloud
|
|
340
340
|
# @type RequestId: String
|
341
341
|
|
342
342
|
attr_accessor :KeyId, :Alias, :CreateTime, :Description, :KeyState, :KeyUsage, :TagCode, :TagMsg, :HsmClusterId, :RequestId
|
343
|
-
|
343
|
+
|
344
344
|
def initialize(keyid=nil, _alias=nil, createtime=nil, description=nil, keystate=nil, keyusage=nil, tagcode=nil, tagmsg=nil, hsmclusterid=nil, requestid=nil)
|
345
345
|
@KeyId = keyid
|
346
346
|
@Alias = _alias
|
@@ -380,7 +380,7 @@ module TencentCloud
|
|
380
380
|
# @type Tags: Array
|
381
381
|
|
382
382
|
attr_accessor :Alias, :Algorithm, :Description, :Tags
|
383
|
-
|
383
|
+
|
384
384
|
def initialize(_alias=nil, algorithm=nil, description=nil, tags=nil)
|
385
385
|
@Alias = _alias
|
386
386
|
@Algorithm = algorithm
|
@@ -421,7 +421,7 @@ module TencentCloud
|
|
421
421
|
# @type RequestId: String
|
422
422
|
|
423
423
|
attr_accessor :EncryptKey, :DecryptKey, :KeyId, :TagCode, :TagMsg, :RequestId
|
424
|
-
|
424
|
+
|
425
425
|
def initialize(encryptkey=nil, decryptkey=nil, keyid=nil, tagcode=nil, tagmsg=nil, requestid=nil)
|
426
426
|
@EncryptKey = encryptkey
|
427
427
|
@DecryptKey = decryptkey
|
@@ -453,7 +453,7 @@ module TencentCloud
|
|
453
453
|
# @type EncryptionAlgorithm: String
|
454
454
|
|
455
455
|
attr_accessor :CiphertextBlob, :EncryptionContext, :EncryptionPublicKey, :EncryptionAlgorithm
|
456
|
-
|
456
|
+
|
457
457
|
def initialize(ciphertextblob=nil, encryptioncontext=nil, encryptionpublickey=nil, encryptionalgorithm=nil)
|
458
458
|
@CiphertextBlob = ciphertextblob
|
459
459
|
@EncryptionContext = encryptioncontext
|
@@ -480,7 +480,7 @@ module TencentCloud
|
|
480
480
|
# @type RequestId: String
|
481
481
|
|
482
482
|
attr_accessor :KeyId, :Plaintext, :RequestId
|
483
|
-
|
483
|
+
|
484
484
|
def initialize(keyid=nil, plaintext=nil, requestid=nil)
|
485
485
|
@KeyId = keyid
|
486
486
|
@Plaintext = plaintext
|
@@ -500,7 +500,7 @@ module TencentCloud
|
|
500
500
|
# @type KeyId: String
|
501
501
|
|
502
502
|
attr_accessor :KeyId
|
503
|
-
|
503
|
+
|
504
504
|
def initialize(keyid=nil)
|
505
505
|
@KeyId = keyid
|
506
506
|
end
|
@@ -516,7 +516,7 @@ module TencentCloud
|
|
516
516
|
# @type RequestId: String
|
517
517
|
|
518
518
|
attr_accessor :RequestId
|
519
|
-
|
519
|
+
|
520
520
|
def initialize(requestid=nil)
|
521
521
|
@RequestId = requestid
|
522
522
|
end
|
@@ -532,7 +532,7 @@ module TencentCloud
|
|
532
532
|
# @type KeyId: String
|
533
533
|
|
534
534
|
attr_accessor :KeyId
|
535
|
-
|
535
|
+
|
536
536
|
def initialize(keyid=nil)
|
537
537
|
@KeyId = keyid
|
538
538
|
end
|
@@ -548,7 +548,7 @@ module TencentCloud
|
|
548
548
|
# @type RequestId: String
|
549
549
|
|
550
550
|
attr_accessor :RequestId
|
551
|
-
|
551
|
+
|
552
552
|
def initialize(requestid=nil)
|
553
553
|
@RequestId = requestid
|
554
554
|
end
|
@@ -564,7 +564,7 @@ module TencentCloud
|
|
564
564
|
# @type KeyId: String
|
565
565
|
|
566
566
|
attr_accessor :KeyId
|
567
|
-
|
567
|
+
|
568
568
|
def initialize(keyid=nil)
|
569
569
|
@KeyId = keyid
|
570
570
|
end
|
@@ -583,7 +583,7 @@ module TencentCloud
|
|
583
583
|
# @type RequestId: String
|
584
584
|
|
585
585
|
attr_accessor :KeyMetadata, :RequestId
|
586
|
-
|
586
|
+
|
587
587
|
def initialize(keymetadata=nil, requestid=nil)
|
588
588
|
@KeyMetadata = keymetadata
|
589
589
|
@RequestId = requestid
|
@@ -604,7 +604,7 @@ module TencentCloud
|
|
604
604
|
# @type KeyIds: Array
|
605
605
|
|
606
606
|
attr_accessor :KeyIds
|
607
|
-
|
607
|
+
|
608
608
|
def initialize(keyids=nil)
|
609
609
|
@KeyIds = keyids
|
610
610
|
end
|
@@ -623,7 +623,7 @@ module TencentCloud
|
|
623
623
|
# @type RequestId: String
|
624
624
|
|
625
625
|
attr_accessor :KeyMetadatas, :RequestId
|
626
|
-
|
626
|
+
|
627
627
|
def initialize(keymetadatas=nil, requestid=nil)
|
628
628
|
@KeyMetadatas = keymetadatas
|
629
629
|
@RequestId = requestid
|
@@ -648,7 +648,7 @@ module TencentCloud
|
|
648
648
|
# @type KeyId: String
|
649
649
|
|
650
650
|
attr_accessor :KeyId
|
651
|
-
|
651
|
+
|
652
652
|
def initialize(keyid=nil)
|
653
653
|
@KeyId = keyid
|
654
654
|
end
|
@@ -666,7 +666,7 @@ module TencentCloud
|
|
666
666
|
# @type RequestId: String
|
667
667
|
|
668
668
|
attr_accessor :DecryptKey, :RequestId
|
669
|
-
|
669
|
+
|
670
670
|
def initialize(decryptkey=nil, requestid=nil)
|
671
671
|
@DecryptKey = decryptkey
|
672
672
|
@RequestId = requestid
|
@@ -684,7 +684,7 @@ module TencentCloud
|
|
684
684
|
# @type KeyId: String
|
685
685
|
|
686
686
|
attr_accessor :KeyId
|
687
|
-
|
687
|
+
|
688
688
|
def initialize(keyid=nil)
|
689
689
|
@KeyId = keyid
|
690
690
|
end
|
@@ -702,7 +702,7 @@ module TencentCloud
|
|
702
702
|
# @type RequestId: String
|
703
703
|
|
704
704
|
attr_accessor :DeviceFingerprints, :RequestId
|
705
|
-
|
705
|
+
|
706
706
|
def initialize(devicefingerprints=nil, requestid=nil)
|
707
707
|
@DeviceFingerprints = devicefingerprints
|
708
708
|
@RequestId = requestid
|
@@ -733,7 +733,7 @@ module TencentCloud
|
|
733
733
|
# @type TagFilters: Array
|
734
734
|
|
735
735
|
attr_accessor :KeyStatus, :Offset, :Limit, :TagFilters
|
736
|
-
|
736
|
+
|
737
737
|
def initialize(keystatus=nil, offset=nil, limit=nil, tagfilters=nil)
|
738
738
|
@KeyStatus = keystatus
|
739
739
|
@Offset = offset
|
@@ -767,7 +767,7 @@ module TencentCloud
|
|
767
767
|
# @type RequestId: String
|
768
768
|
|
769
769
|
attr_accessor :KeyInfos, :TotalCount, :RequestId
|
770
|
-
|
770
|
+
|
771
771
|
def initialize(keyinfos=nil, totalcount=nil, requestid=nil)
|
772
772
|
@KeyInfos = keyinfos
|
773
773
|
@TotalCount = totalcount
|
@@ -794,7 +794,7 @@ module TencentCloud
|
|
794
794
|
# @type KeyId: String
|
795
795
|
|
796
796
|
attr_accessor :KeyId
|
797
|
-
|
797
|
+
|
798
798
|
def initialize(keyid=nil)
|
799
799
|
@KeyId = keyid
|
800
800
|
end
|
@@ -812,7 +812,7 @@ module TencentCloud
|
|
812
812
|
# @type RequestId: String
|
813
813
|
|
814
814
|
attr_accessor :KeyInfo, :RequestId
|
815
|
-
|
815
|
+
|
816
816
|
def initialize(keyinfo=nil, requestid=nil)
|
817
817
|
@KeyInfo = keyinfo
|
818
818
|
@RequestId = requestid
|
@@ -830,7 +830,7 @@ module TencentCloud
|
|
830
830
|
# DescribeWhiteBoxServiceStatus请求参数结构体
|
831
831
|
class DescribeWhiteBoxServiceStatusRequest < TencentCloud::Common::AbstractModel
|
832
832
|
|
833
|
-
|
833
|
+
|
834
834
|
def initialize()
|
835
835
|
end
|
836
836
|
|
@@ -846,7 +846,7 @@ module TencentCloud
|
|
846
846
|
# @type RequestId: String
|
847
847
|
|
848
848
|
attr_accessor :ServiceEnabled, :RequestId
|
849
|
-
|
849
|
+
|
850
850
|
def initialize(serviceenabled=nil, requestid=nil)
|
851
851
|
@ServiceEnabled = serviceenabled
|
852
852
|
@RequestId = requestid
|
@@ -867,7 +867,7 @@ module TencentCloud
|
|
867
867
|
# @type Description: String
|
868
868
|
|
869
869
|
attr_accessor :Identity, :Description
|
870
|
-
|
870
|
+
|
871
871
|
def initialize(identity=nil, description=nil)
|
872
872
|
@Identity = identity
|
873
873
|
@Description = description
|
@@ -885,7 +885,7 @@ module TencentCloud
|
|
885
885
|
# @type KeyId: String
|
886
886
|
|
887
887
|
attr_accessor :KeyId
|
888
|
-
|
888
|
+
|
889
889
|
def initialize(keyid=nil)
|
890
890
|
@KeyId = keyid
|
891
891
|
end
|
@@ -901,7 +901,7 @@ module TencentCloud
|
|
901
901
|
# @type RequestId: String
|
902
902
|
|
903
903
|
attr_accessor :RequestId
|
904
|
-
|
904
|
+
|
905
905
|
def initialize(requestid=nil)
|
906
906
|
@RequestId = requestid
|
907
907
|
end
|
@@ -917,7 +917,7 @@ module TencentCloud
|
|
917
917
|
# @type KeyId: String
|
918
918
|
|
919
919
|
attr_accessor :KeyId
|
920
|
-
|
920
|
+
|
921
921
|
def initialize(keyid=nil)
|
922
922
|
@KeyId = keyid
|
923
923
|
end
|
@@ -933,7 +933,7 @@ module TencentCloud
|
|
933
933
|
# @type RequestId: String
|
934
934
|
|
935
935
|
attr_accessor :RequestId
|
936
|
-
|
936
|
+
|
937
937
|
def initialize(requestid=nil)
|
938
938
|
@RequestId = requestid
|
939
939
|
end
|
@@ -949,7 +949,7 @@ module TencentCloud
|
|
949
949
|
# @type KeyIds: Array
|
950
950
|
|
951
951
|
attr_accessor :KeyIds
|
952
|
-
|
952
|
+
|
953
953
|
def initialize(keyids=nil)
|
954
954
|
@KeyIds = keyids
|
955
955
|
end
|
@@ -965,7 +965,7 @@ module TencentCloud
|
|
965
965
|
# @type RequestId: String
|
966
966
|
|
967
967
|
attr_accessor :RequestId
|
968
|
-
|
968
|
+
|
969
969
|
def initialize(requestid=nil)
|
970
970
|
@RequestId = requestid
|
971
971
|
end
|
@@ -981,7 +981,7 @@ module TencentCloud
|
|
981
981
|
# @type KeyId: String
|
982
982
|
|
983
983
|
attr_accessor :KeyId
|
984
|
-
|
984
|
+
|
985
985
|
def initialize(keyid=nil)
|
986
986
|
@KeyId = keyid
|
987
987
|
end
|
@@ -997,7 +997,7 @@ module TencentCloud
|
|
997
997
|
# @type RequestId: String
|
998
998
|
|
999
999
|
attr_accessor :RequestId
|
1000
|
-
|
1000
|
+
|
1001
1001
|
def initialize(requestid=nil)
|
1002
1002
|
@RequestId = requestid
|
1003
1003
|
end
|
@@ -1013,7 +1013,7 @@ module TencentCloud
|
|
1013
1013
|
# @type KeyIds: Array
|
1014
1014
|
|
1015
1015
|
attr_accessor :KeyIds
|
1016
|
-
|
1016
|
+
|
1017
1017
|
def initialize(keyids=nil)
|
1018
1018
|
@KeyIds = keyids
|
1019
1019
|
end
|
@@ -1029,7 +1029,7 @@ module TencentCloud
|
|
1029
1029
|
# @type RequestId: String
|
1030
1030
|
|
1031
1031
|
attr_accessor :RequestId
|
1032
|
-
|
1032
|
+
|
1033
1033
|
def initialize(requestid=nil)
|
1034
1034
|
@RequestId = requestid
|
1035
1035
|
end
|
@@ -1045,7 +1045,7 @@ module TencentCloud
|
|
1045
1045
|
# @type KeyId: String
|
1046
1046
|
|
1047
1047
|
attr_accessor :KeyId
|
1048
|
-
|
1048
|
+
|
1049
1049
|
def initialize(keyid=nil)
|
1050
1050
|
@KeyId = keyid
|
1051
1051
|
end
|
@@ -1061,7 +1061,7 @@ module TencentCloud
|
|
1061
1061
|
# @type RequestId: String
|
1062
1062
|
|
1063
1063
|
attr_accessor :RequestId
|
1064
|
-
|
1064
|
+
|
1065
1065
|
def initialize(requestid=nil)
|
1066
1066
|
@RequestId = requestid
|
1067
1067
|
end
|
@@ -1079,7 +1079,7 @@ module TencentCloud
|
|
1079
1079
|
# @type RotateDays: Integer
|
1080
1080
|
|
1081
1081
|
attr_accessor :KeyId, :RotateDays
|
1082
|
-
|
1082
|
+
|
1083
1083
|
def initialize(keyid=nil, rotatedays=nil)
|
1084
1084
|
@KeyId = keyid
|
1085
1085
|
@RotateDays = rotatedays
|
@@ -1097,7 +1097,7 @@ module TencentCloud
|
|
1097
1097
|
# @type RequestId: String
|
1098
1098
|
|
1099
1099
|
attr_accessor :RequestId
|
1100
|
-
|
1100
|
+
|
1101
1101
|
def initialize(requestid=nil)
|
1102
1102
|
@RequestId = requestid
|
1103
1103
|
end
|
@@ -1113,7 +1113,7 @@ module TencentCloud
|
|
1113
1113
|
# @type KeyIds: Array
|
1114
1114
|
|
1115
1115
|
attr_accessor :KeyIds
|
1116
|
-
|
1116
|
+
|
1117
1117
|
def initialize(keyids=nil)
|
1118
1118
|
@KeyIds = keyids
|
1119
1119
|
end
|
@@ -1129,7 +1129,7 @@ module TencentCloud
|
|
1129
1129
|
# @type RequestId: String
|
1130
1130
|
|
1131
1131
|
attr_accessor :RequestId
|
1132
|
-
|
1132
|
+
|
1133
1133
|
def initialize(requestid=nil)
|
1134
1134
|
@RequestId = requestid
|
1135
1135
|
end
|
@@ -1145,7 +1145,7 @@ module TencentCloud
|
|
1145
1145
|
# @type KeyId: String
|
1146
1146
|
|
1147
1147
|
attr_accessor :KeyId
|
1148
|
-
|
1148
|
+
|
1149
1149
|
def initialize(keyid=nil)
|
1150
1150
|
@KeyId = keyid
|
1151
1151
|
end
|
@@ -1161,7 +1161,7 @@ module TencentCloud
|
|
1161
1161
|
# @type RequestId: String
|
1162
1162
|
|
1163
1163
|
attr_accessor :RequestId
|
1164
|
-
|
1164
|
+
|
1165
1165
|
def initialize(requestid=nil)
|
1166
1166
|
@RequestId = requestid
|
1167
1167
|
end
|
@@ -1177,7 +1177,7 @@ module TencentCloud
|
|
1177
1177
|
# @type KeyIds: Array
|
1178
1178
|
|
1179
1179
|
attr_accessor :KeyIds
|
1180
|
-
|
1180
|
+
|
1181
1181
|
def initialize(keyids=nil)
|
1182
1182
|
@KeyIds = keyids
|
1183
1183
|
end
|
@@ -1193,7 +1193,7 @@ module TencentCloud
|
|
1193
1193
|
# @type RequestId: String
|
1194
1194
|
|
1195
1195
|
attr_accessor :RequestId
|
1196
|
-
|
1196
|
+
|
1197
1197
|
def initialize(requestid=nil)
|
1198
1198
|
@RequestId = requestid
|
1199
1199
|
end
|
@@ -1213,7 +1213,7 @@ module TencentCloud
|
|
1213
1213
|
# @type InitializationVector: String
|
1214
1214
|
|
1215
1215
|
attr_accessor :KeyId, :PlainText, :InitializationVector
|
1216
|
-
|
1216
|
+
|
1217
1217
|
def initialize(keyid=nil, plaintext=nil, initializationvector=nil)
|
1218
1218
|
@KeyId = keyid
|
1219
1219
|
@PlainText = plaintext
|
@@ -1237,7 +1237,7 @@ module TencentCloud
|
|
1237
1237
|
# @type RequestId: String
|
1238
1238
|
|
1239
1239
|
attr_accessor :InitializationVector, :CipherText, :RequestId
|
1240
|
-
|
1240
|
+
|
1241
1241
|
def initialize(initializationvector=nil, ciphertext=nil, requestid=nil)
|
1242
1242
|
@InitializationVector = initializationvector
|
1243
1243
|
@CipherText = ciphertext
|
@@ -1261,7 +1261,7 @@ module TencentCloud
|
|
1261
1261
|
# @type EncryptionContext: String
|
1262
1262
|
|
1263
1263
|
attr_accessor :KeyId, :Plaintext, :EncryptionContext
|
1264
|
-
|
1264
|
+
|
1265
1265
|
def initialize(keyid=nil, plaintext=nil, encryptioncontext=nil)
|
1266
1266
|
@KeyId = keyid
|
1267
1267
|
@Plaintext = plaintext
|
@@ -1285,7 +1285,7 @@ module TencentCloud
|
|
1285
1285
|
# @type RequestId: String
|
1286
1286
|
|
1287
1287
|
attr_accessor :CiphertextBlob, :KeyId, :RequestId
|
1288
|
-
|
1288
|
+
|
1289
1289
|
def initialize(ciphertextblob=nil, keyid=nil, requestid=nil)
|
1290
1290
|
@CiphertextBlob = ciphertextblob
|
1291
1291
|
@KeyId = keyid
|
@@ -1315,7 +1315,7 @@ module TencentCloud
|
|
1315
1315
|
# @type EncryptionAlgorithm: String
|
1316
1316
|
|
1317
1317
|
attr_accessor :KeyId, :KeySpec, :NumberOfBytes, :EncryptionContext, :EncryptionPublicKey, :EncryptionAlgorithm
|
1318
|
-
|
1318
|
+
|
1319
1319
|
def initialize(keyid=nil, keyspec=nil, numberofbytes=nil, encryptioncontext=nil, encryptionpublickey=nil, encryptionalgorithm=nil)
|
1320
1320
|
@KeyId = keyid
|
1321
1321
|
@KeySpec = keyspec
|
@@ -1348,7 +1348,7 @@ module TencentCloud
|
|
1348
1348
|
# @type RequestId: String
|
1349
1349
|
|
1350
1350
|
attr_accessor :KeyId, :Plaintext, :CiphertextBlob, :RequestId
|
1351
|
-
|
1351
|
+
|
1352
1352
|
def initialize(keyid=nil, plaintext=nil, ciphertextblob=nil, requestid=nil)
|
1353
1353
|
@KeyId = keyid
|
1354
1354
|
@Plaintext = plaintext
|
@@ -1370,7 +1370,7 @@ module TencentCloud
|
|
1370
1370
|
# @type NumberOfBytes: Integer
|
1371
1371
|
|
1372
1372
|
attr_accessor :NumberOfBytes
|
1373
|
-
|
1373
|
+
|
1374
1374
|
def initialize(numberofbytes=nil)
|
1375
1375
|
@NumberOfBytes = numberofbytes
|
1376
1376
|
end
|
@@ -1388,7 +1388,7 @@ module TencentCloud
|
|
1388
1388
|
# @type RequestId: String
|
1389
1389
|
|
1390
1390
|
attr_accessor :Plaintext, :RequestId
|
1391
|
-
|
1391
|
+
|
1392
1392
|
def initialize(plaintext=nil, requestid=nil)
|
1393
1393
|
@Plaintext = plaintext
|
1394
1394
|
@RequestId = requestid
|
@@ -1406,7 +1406,7 @@ module TencentCloud
|
|
1406
1406
|
# @type KeyId: String
|
1407
1407
|
|
1408
1408
|
attr_accessor :KeyId
|
1409
|
-
|
1409
|
+
|
1410
1410
|
def initialize(keyid=nil)
|
1411
1411
|
@KeyId = keyid
|
1412
1412
|
end
|
@@ -1424,7 +1424,7 @@ module TencentCloud
|
|
1424
1424
|
# @type RequestId: String
|
1425
1425
|
|
1426
1426
|
attr_accessor :KeyRotationEnabled, :RequestId
|
1427
|
-
|
1427
|
+
|
1428
1428
|
def initialize(keyrotationenabled=nil, requestid=nil)
|
1429
1429
|
@KeyRotationEnabled = keyrotationenabled
|
1430
1430
|
@RequestId = requestid
|
@@ -1446,7 +1446,7 @@ module TencentCloud
|
|
1446
1446
|
# @type WrappingKeySpec: String
|
1447
1447
|
|
1448
1448
|
attr_accessor :KeyId, :WrappingAlgorithm, :WrappingKeySpec
|
1449
|
-
|
1449
|
+
|
1450
1450
|
def initialize(keyid=nil, wrappingalgorithm=nil, wrappingkeyspec=nil)
|
1451
1451
|
@KeyId = keyid
|
1452
1452
|
@WrappingAlgorithm = wrappingalgorithm
|
@@ -1474,7 +1474,7 @@ module TencentCloud
|
|
1474
1474
|
# @type RequestId: String
|
1475
1475
|
|
1476
1476
|
attr_accessor :KeyId, :ImportToken, :PublicKey, :ParametersValidTo, :RequestId
|
1477
|
-
|
1477
|
+
|
1478
1478
|
def initialize(keyid=nil, importtoken=nil, publickey=nil, parametersvalidto=nil, requestid=nil)
|
1479
1479
|
@KeyId = keyid
|
1480
1480
|
@ImportToken = importtoken
|
@@ -1498,7 +1498,7 @@ module TencentCloud
|
|
1498
1498
|
# @type KeyId: String
|
1499
1499
|
|
1500
1500
|
attr_accessor :KeyId
|
1501
|
-
|
1501
|
+
|
1502
1502
|
def initialize(keyid=nil)
|
1503
1503
|
@KeyId = keyid
|
1504
1504
|
end
|
@@ -1520,7 +1520,7 @@ module TencentCloud
|
|
1520
1520
|
# @type RequestId: String
|
1521
1521
|
|
1522
1522
|
attr_accessor :KeyId, :PublicKey, :PublicKeyPem, :RequestId
|
1523
|
-
|
1523
|
+
|
1524
1524
|
def initialize(keyid=nil, publickey=nil, publickeypem=nil, requestid=nil)
|
1525
1525
|
@KeyId = keyid
|
1526
1526
|
@PublicKey = publickey
|
@@ -1539,7 +1539,7 @@ module TencentCloud
|
|
1539
1539
|
# GetRegions请求参数结构体
|
1540
1540
|
class GetRegionsRequest < TencentCloud::Common::AbstractModel
|
1541
1541
|
|
1542
|
-
|
1542
|
+
|
1543
1543
|
def initialize()
|
1544
1544
|
end
|
1545
1545
|
|
@@ -1556,7 +1556,7 @@ module TencentCloud
|
|
1556
1556
|
# @type RequestId: String
|
1557
1557
|
|
1558
1558
|
attr_accessor :Regions, :RequestId
|
1559
|
-
|
1559
|
+
|
1560
1560
|
def initialize(regions=nil, requestid=nil)
|
1561
1561
|
@Regions = regions
|
1562
1562
|
@RequestId = requestid
|
@@ -1571,7 +1571,7 @@ module TencentCloud
|
|
1571
1571
|
# GetServiceStatus请求参数结构体
|
1572
1572
|
class GetServiceStatusRequest < TencentCloud::Common::AbstractModel
|
1573
1573
|
|
1574
|
-
|
1574
|
+
|
1575
1575
|
def initialize()
|
1576
1576
|
end
|
1577
1577
|
|
@@ -1610,7 +1610,7 @@ module TencentCloud
|
|
1610
1610
|
# @type RequestId: String
|
1611
1611
|
|
1612
1612
|
attr_accessor :ServiceEnabled, :InvalidType, :UserLevel, :ProExpireTime, :ProRenewFlag, :ProResourceId, :ExclusiveVSMEnabled, :ExclusiveHSMEnabled, :SubscriptionInfo, :RequestId
|
1613
|
-
|
1613
|
+
|
1614
1614
|
def initialize(serviceenabled=nil, invalidtype=nil, userlevel=nil, proexpiretime=nil, prorenewflag=nil, proresourceid=nil, exclusivevsmenabled=nil, exclusivehsmenabled=nil, subscriptioninfo=nil, requestid=nil)
|
1615
1615
|
@ServiceEnabled = serviceenabled
|
1616
1616
|
@InvalidType = invalidtype
|
@@ -1650,7 +1650,7 @@ module TencentCloud
|
|
1650
1650
|
# @type ValidTo: Integer
|
1651
1651
|
|
1652
1652
|
attr_accessor :EncryptedKeyMaterial, :ImportToken, :KeyId, :ValidTo
|
1653
|
-
|
1653
|
+
|
1654
1654
|
def initialize(encryptedkeymaterial=nil, importtoken=nil, keyid=nil, validto=nil)
|
1655
1655
|
@EncryptedKeyMaterial = encryptedkeymaterial
|
1656
1656
|
@ImportToken = importtoken
|
@@ -1672,7 +1672,7 @@ module TencentCloud
|
|
1672
1672
|
# @type RequestId: String
|
1673
1673
|
|
1674
1674
|
attr_accessor :RequestId
|
1675
|
-
|
1675
|
+
|
1676
1676
|
def initialize(requestid=nil)
|
1677
1677
|
@RequestId = requestid
|
1678
1678
|
end
|
@@ -1688,7 +1688,7 @@ module TencentCloud
|
|
1688
1688
|
# @type KeyId: String
|
1689
1689
|
|
1690
1690
|
attr_accessor :KeyId
|
1691
|
-
|
1691
|
+
|
1692
1692
|
def initialize(keyid=nil)
|
1693
1693
|
@KeyId = keyid
|
1694
1694
|
end
|
@@ -1738,7 +1738,7 @@ module TencentCloud
|
|
1738
1738
|
# @type HsmClusterId: String
|
1739
1739
|
|
1740
1740
|
attr_accessor :KeyId, :Alias, :CreateTime, :Description, :KeyState, :KeyUsage, :Type, :CreatorUin, :KeyRotationEnabled, :Owner, :NextRotateTime, :DeletionDate, :Origin, :ValidTo, :ResourceId, :HsmClusterId
|
1741
|
-
|
1741
|
+
|
1742
1742
|
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)
|
1743
1743
|
@KeyId = keyid
|
1744
1744
|
@Alias = _alias
|
@@ -1781,7 +1781,7 @@ module TencentCloud
|
|
1781
1781
|
# ListAlgorithms请求参数结构体
|
1782
1782
|
class ListAlgorithmsRequest < TencentCloud::Common::AbstractModel
|
1783
1783
|
|
1784
|
-
|
1784
|
+
|
1785
1785
|
def initialize()
|
1786
1786
|
end
|
1787
1787
|
|
@@ -1801,7 +1801,7 @@ module TencentCloud
|
|
1801
1801
|
# @type RequestId: String
|
1802
1802
|
|
1803
1803
|
attr_accessor :SymmetricAlgorithms, :AsymmetricAlgorithms, :AsymmetricSignVerifyAlgorithms, :RequestId
|
1804
|
-
|
1804
|
+
|
1805
1805
|
def initialize(symmetricalgorithms=nil, asymmetricalgorithms=nil, asymmetricsignverifyalgorithms=nil, requestid=nil)
|
1806
1806
|
@SymmetricAlgorithms = symmetricalgorithms
|
1807
1807
|
@AsymmetricAlgorithms = asymmetricalgorithms
|
@@ -1862,7 +1862,7 @@ module TencentCloud
|
|
1862
1862
|
# @type HsmClusterId: String
|
1863
1863
|
|
1864
1864
|
attr_accessor :Offset, :Limit, :Role, :OrderType, :KeyState, :SearchKeyAlias, :Origin, :KeyUsage, :TagFilters, :HsmClusterId
|
1865
|
-
|
1865
|
+
|
1866
1866
|
def initialize(offset=nil, limit=nil, role=nil, ordertype=nil, keystate=nil, searchkeyalias=nil, origin=nil, keyusage=nil, tagfilters=nil, hsmclusterid=nil)
|
1867
1867
|
@Offset = offset
|
1868
1868
|
@Limit = limit
|
@@ -1908,7 +1908,7 @@ module TencentCloud
|
|
1908
1908
|
# @type RequestId: String
|
1909
1909
|
|
1910
1910
|
attr_accessor :TotalCount, :KeyMetadatas, :RequestId
|
1911
|
-
|
1911
|
+
|
1912
1912
|
def initialize(totalcount=nil, keymetadatas=nil, requestid=nil)
|
1913
1913
|
@TotalCount = totalcount
|
1914
1914
|
@KeyMetadatas = keymetadatas
|
@@ -1941,7 +1941,7 @@ module TencentCloud
|
|
1941
1941
|
# @type HsmClusterId: String
|
1942
1942
|
|
1943
1943
|
attr_accessor :Offset, :Limit, :Role, :HsmClusterId
|
1944
|
-
|
1944
|
+
|
1945
1945
|
def initialize(offset=nil, limit=nil, role=nil, hsmclusterid=nil)
|
1946
1946
|
@Offset = offset
|
1947
1947
|
@Limit = limit
|
@@ -1968,7 +1968,7 @@ module TencentCloud
|
|
1968
1968
|
# @type RequestId: String
|
1969
1969
|
|
1970
1970
|
attr_accessor :Keys, :TotalCount, :RequestId
|
1971
|
-
|
1971
|
+
|
1972
1972
|
def initialize(keys=nil, totalcount=nil, requestid=nil)
|
1973
1973
|
@Keys = keys
|
1974
1974
|
@TotalCount = totalcount
|
@@ -1997,7 +1997,7 @@ module TencentCloud
|
|
1997
1997
|
# @type DeviceFingerprints: Array
|
1998
1998
|
|
1999
1999
|
attr_accessor :KeyId, :DeviceFingerprints
|
2000
|
-
|
2000
|
+
|
2001
2001
|
def initialize(keyid=nil, devicefingerprints=nil)
|
2002
2002
|
@KeyId = keyid
|
2003
2003
|
@DeviceFingerprints = devicefingerprints
|
@@ -2022,7 +2022,7 @@ module TencentCloud
|
|
2022
2022
|
# @type RequestId: String
|
2023
2023
|
|
2024
2024
|
attr_accessor :RequestId
|
2025
|
-
|
2025
|
+
|
2026
2026
|
def initialize(requestid=nil)
|
2027
2027
|
@RequestId = requestid
|
2028
2028
|
end
|
@@ -2042,7 +2042,7 @@ module TencentCloud
|
|
2042
2042
|
# @type EncryptionAlgorithm: String
|
2043
2043
|
|
2044
2044
|
attr_accessor :CiphertextBlob, :EncryptionPublicKey, :EncryptionAlgorithm
|
2045
|
-
|
2045
|
+
|
2046
2046
|
def initialize(ciphertextblob=nil, encryptionpublickey=nil, encryptionalgorithm=nil)
|
2047
2047
|
@CiphertextBlob = ciphertextblob
|
2048
2048
|
@EncryptionPublicKey = encryptionpublickey
|
@@ -2067,7 +2067,7 @@ module TencentCloud
|
|
2067
2067
|
# @type RequestId: String
|
2068
2068
|
|
2069
2069
|
attr_accessor :KeyId, :PlainText, :RequestId
|
2070
|
-
|
2070
|
+
|
2071
2071
|
def initialize(keyid=nil, plaintext=nil, requestid=nil)
|
2072
2072
|
@KeyId = keyid
|
2073
2073
|
@PlainText = plaintext
|
@@ -2089,7 +2089,7 @@ module TencentCloud
|
|
2089
2089
|
# @type PlainText: String
|
2090
2090
|
|
2091
2091
|
attr_accessor :KeyId, :PlainText
|
2092
|
-
|
2092
|
+
|
2093
2093
|
def initialize(keyid=nil, plaintext=nil)
|
2094
2094
|
@KeyId = keyid
|
2095
2095
|
@PlainText = plaintext
|
@@ -2111,7 +2111,7 @@ module TencentCloud
|
|
2111
2111
|
# @type RequestId: String
|
2112
2112
|
|
2113
2113
|
attr_accessor :CiphertextBlob, :KeyId, :RequestId
|
2114
|
-
|
2114
|
+
|
2115
2115
|
def initialize(ciphertextblob=nil, keyid=nil, requestid=nil)
|
2116
2116
|
@CiphertextBlob = ciphertextblob
|
2117
2117
|
@KeyId = keyid
|
@@ -2133,7 +2133,7 @@ module TencentCloud
|
|
2133
2133
|
# @type KeyId: String
|
2134
2134
|
|
2135
2135
|
attr_accessor :Message, :KeyId
|
2136
|
-
|
2136
|
+
|
2137
2137
|
def initialize(message=nil, keyid=nil)
|
2138
2138
|
@Message = message
|
2139
2139
|
@KeyId = keyid
|
@@ -2153,7 +2153,7 @@ module TencentCloud
|
|
2153
2153
|
# @type RequestId: String
|
2154
2154
|
|
2155
2155
|
attr_accessor :Signature, :RequestId
|
2156
|
-
|
2156
|
+
|
2157
2157
|
def initialize(signature=nil, requestid=nil)
|
2158
2158
|
@Signature = signature
|
2159
2159
|
@RequestId = requestid
|
@@ -2175,7 +2175,7 @@ module TencentCloud
|
|
2175
2175
|
# @type Message: String
|
2176
2176
|
|
2177
2177
|
attr_accessor :KeyId, :SignatureValue, :Message
|
2178
|
-
|
2178
|
+
|
2179
2179
|
def initialize(keyid=nil, signaturevalue=nil, message=nil)
|
2180
2180
|
@KeyId = keyid
|
2181
2181
|
@SignatureValue = signaturevalue
|
@@ -2197,7 +2197,7 @@ module TencentCloud
|
|
2197
2197
|
# @type RequestId: String
|
2198
2198
|
|
2199
2199
|
attr_accessor :SignatureValid, :RequestId
|
2200
|
-
|
2200
|
+
|
2201
2201
|
def initialize(signaturevalid=nil, requestid=nil)
|
2202
2202
|
@SignatureValid = signaturevalid
|
2203
2203
|
@RequestId = requestid
|
@@ -2221,7 +2221,7 @@ module TencentCloud
|
|
2221
2221
|
# @type DestinationEncryptionContext: String
|
2222
2222
|
|
2223
2223
|
attr_accessor :CiphertextBlob, :DestinationKeyId, :SourceEncryptionContext, :DestinationEncryptionContext
|
2224
|
-
|
2224
|
+
|
2225
2225
|
def initialize(ciphertextblob=nil, destinationkeyid=nil, sourceencryptioncontext=nil, destinationencryptioncontext=nil)
|
2226
2226
|
@CiphertextBlob = ciphertextblob
|
2227
2227
|
@DestinationKeyId = destinationkeyid
|
@@ -2251,7 +2251,7 @@ module TencentCloud
|
|
2251
2251
|
# @type RequestId: String
|
2252
2252
|
|
2253
2253
|
attr_accessor :CiphertextBlob, :KeyId, :SourceKeyId, :ReEncrypted, :RequestId
|
2254
|
-
|
2254
|
+
|
2255
2255
|
def initialize(ciphertextblob=nil, keyid=nil, sourcekeyid=nil, reencrypted=nil, requestid=nil)
|
2256
2256
|
@CiphertextBlob = ciphertextblob
|
2257
2257
|
@KeyId = keyid
|
@@ -2277,7 +2277,7 @@ module TencentCloud
|
|
2277
2277
|
# @type PendingWindowInDays: Integer
|
2278
2278
|
|
2279
2279
|
attr_accessor :KeyId, :PendingWindowInDays
|
2280
|
-
|
2280
|
+
|
2281
2281
|
def initialize(keyid=nil, pendingwindowindays=nil)
|
2282
2282
|
@KeyId = keyid
|
2283
2283
|
@PendingWindowInDays = pendingwindowindays
|
@@ -2299,7 +2299,7 @@ module TencentCloud
|
|
2299
2299
|
# @type RequestId: String
|
2300
2300
|
|
2301
2301
|
attr_accessor :DeletionDate, :KeyId, :RequestId
|
2302
|
-
|
2302
|
+
|
2303
2303
|
def initialize(deletiondate=nil, keyid=nil, requestid=nil)
|
2304
2304
|
@DeletionDate = deletiondate
|
2305
2305
|
@KeyId = keyid
|
@@ -2325,7 +2325,7 @@ module TencentCloud
|
|
2325
2325
|
# @type MessageType: String
|
2326
2326
|
|
2327
2327
|
attr_accessor :Algorithm, :Message, :KeyId, :MessageType
|
2328
|
-
|
2328
|
+
|
2329
2329
|
def initialize(algorithm=nil, message=nil, keyid=nil, messagetype=nil)
|
2330
2330
|
@Algorithm = algorithm
|
2331
2331
|
@Message = message
|
@@ -2349,7 +2349,7 @@ module TencentCloud
|
|
2349
2349
|
# @type RequestId: String
|
2350
2350
|
|
2351
2351
|
attr_accessor :Signature, :RequestId
|
2352
|
-
|
2352
|
+
|
2353
2353
|
def initialize(signature=nil, requestid=nil)
|
2354
2354
|
@Signature = signature
|
2355
2355
|
@RequestId = requestid
|
@@ -2369,7 +2369,7 @@ module TencentCloud
|
|
2369
2369
|
# @type TagValue: String
|
2370
2370
|
|
2371
2371
|
attr_accessor :TagKey, :TagValue
|
2372
|
-
|
2372
|
+
|
2373
2373
|
def initialize(tagkey=nil, tagvalue=nil)
|
2374
2374
|
@TagKey = tagkey
|
2375
2375
|
@TagValue = tagvalue
|
@@ -2389,7 +2389,7 @@ module TencentCloud
|
|
2389
2389
|
# @type TagValue: Array
|
2390
2390
|
|
2391
2391
|
attr_accessor :TagKey, :TagValue
|
2392
|
-
|
2392
|
+
|
2393
2393
|
def initialize(tagkey=nil, tagvalue=nil)
|
2394
2394
|
@TagKey = tagkey
|
2395
2395
|
@TagValue = tagvalue
|
@@ -2411,7 +2411,7 @@ module TencentCloud
|
|
2411
2411
|
# @type ResourceId: String
|
2412
2412
|
|
2413
2413
|
attr_accessor :KeyId, :ProductId, :ResourceId
|
2414
|
-
|
2414
|
+
|
2415
2415
|
def initialize(keyid=nil, productid=nil, resourceid=nil)
|
2416
2416
|
@KeyId = keyid
|
2417
2417
|
@ProductId = productid
|
@@ -2431,7 +2431,7 @@ module TencentCloud
|
|
2431
2431
|
# @type RequestId: String
|
2432
2432
|
|
2433
2433
|
attr_accessor :RequestId
|
2434
|
-
|
2434
|
+
|
2435
2435
|
def initialize(requestid=nil)
|
2436
2436
|
@RequestId = requestid
|
2437
2437
|
end
|
@@ -2449,7 +2449,7 @@ module TencentCloud
|
|
2449
2449
|
# @type KeyId: String
|
2450
2450
|
|
2451
2451
|
attr_accessor :Alias, :KeyId
|
2452
|
-
|
2452
|
+
|
2453
2453
|
def initialize(_alias=nil, keyid=nil)
|
2454
2454
|
@Alias = _alias
|
2455
2455
|
@KeyId = keyid
|
@@ -2467,7 +2467,7 @@ module TencentCloud
|
|
2467
2467
|
# @type RequestId: String
|
2468
2468
|
|
2469
2469
|
attr_accessor :RequestId
|
2470
|
-
|
2470
|
+
|
2471
2471
|
def initialize(requestid=nil)
|
2472
2472
|
@RequestId = requestid
|
2473
2473
|
end
|
@@ -2485,7 +2485,7 @@ module TencentCloud
|
|
2485
2485
|
# @type KeyId: String
|
2486
2486
|
|
2487
2487
|
attr_accessor :Description, :KeyId
|
2488
|
-
|
2488
|
+
|
2489
2489
|
def initialize(description=nil, keyid=nil)
|
2490
2490
|
@Description = description
|
2491
2491
|
@KeyId = keyid
|
@@ -2503,7 +2503,7 @@ module TencentCloud
|
|
2503
2503
|
# @type RequestId: String
|
2504
2504
|
|
2505
2505
|
attr_accessor :RequestId
|
2506
|
-
|
2506
|
+
|
2507
2507
|
def initialize(requestid=nil)
|
2508
2508
|
@RequestId = requestid
|
2509
2509
|
end
|
@@ -2527,7 +2527,7 @@ module TencentCloud
|
|
2527
2527
|
# @type MessageType: String
|
2528
2528
|
|
2529
2529
|
attr_accessor :KeyId, :SignatureValue, :Message, :Algorithm, :MessageType
|
2530
|
-
|
2530
|
+
|
2531
2531
|
def initialize(keyid=nil, signaturevalue=nil, message=nil, algorithm=nil, messagetype=nil)
|
2532
2532
|
@KeyId = keyid
|
2533
2533
|
@SignatureValue = signaturevalue
|
@@ -2553,7 +2553,7 @@ module TencentCloud
|
|
2553
2553
|
# @type RequestId: String
|
2554
2554
|
|
2555
2555
|
attr_accessor :SignatureValid, :RequestId
|
2556
|
-
|
2556
|
+
|
2557
2557
|
def initialize(signaturevalid=nil, requestid=nil)
|
2558
2558
|
@SignatureValid = signaturevalid
|
2559
2559
|
@RequestId = requestid
|
@@ -2594,7 +2594,7 @@ module TencentCloud
|
|
2594
2594
|
# @type DeviceFingerprintBind: Boolean
|
2595
2595
|
|
2596
2596
|
attr_accessor :KeyId, :Alias, :CreatorUin, :Description, :CreateTime, :Status, :OwnerUin, :Algorithm, :EncryptKey, :DecryptKey, :ResourceId, :DeviceFingerprintBind
|
2597
|
-
|
2597
|
+
|
2598
2598
|
def initialize(keyid=nil, _alias=nil, creatoruin=nil, description=nil, createtime=nil, status=nil, owneruin=nil, algorithm=nil, encryptkey=nil, decryptkey=nil, resourceid=nil, devicefingerprintbind=nil)
|
2599
2599
|
@KeyId = keyid
|
2600
2600
|
@Alias = _alias
|
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.591
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|