tccli 3.0.1216.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -0
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +98 -4
- tccli/services/asr/v20190614/api.json +18 -17
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +48 -0
- tccli/services/billing/v20180709/api.json +26 -24
- tccli/services/bsca/v20210811/api.json +1 -1
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +390 -323
- tccli/services/ccc/v20200210/examples.json +15 -15
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +295 -270
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +42 -2
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1849 -1999
- tccli/services/cfw/v20190904/examples.json +157 -159
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/v20190319/api.json +58 -44
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +536 -47
- tccli/services/cls/v20201016/examples.json +34 -2
- tccli/services/csip/v20221121/api.json +2562 -2382
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +149 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6338 -6146
- tccli/services/cwp/v20180228/examples.json +342 -370
- tccli/services/cynosdb/v20190107/api.json +93 -81
- tccli/services/cynosdb/v20190107/examples.json +70 -70
- tccli/services/dasb/v20191018/api.json +796 -651
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/v20180416/api.json +29 -0
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +49 -31
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +54 -49
- tccli/services/essbasic/v20210526/examples.json +36 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +33 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +244 -0
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2265 -760
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/v20210331/api.json +13 -4
- tccli/services/organization/v20210331/examples.json +2 -2
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/v20180416/api.json +15 -15
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +97 -4
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +97 -97
- tccli/services/tat/v20201028/examples.json +20 -26
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1973 -1426
- tccli/services/tcss/v20201101/examples.json +346 -364
- tccli/services/tdmq/v20200217/api.json +539 -401
- tccli/services/tdmq/v20200217/examples.json +104 -104
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +287 -271
- tccli/services/tem/v20210701/examples.json +59 -59
- tccli/services/teo/v20220901/api.json +37 -9
- tccli/services/teo/v20220901/examples.json +13 -7
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +217 -58
- tccli/services/tke/v20180525/api.json +36 -27
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +72 -30
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1090 -862
- tccli/services/vpc/v20170312/examples.json +74 -66
- tccli/services/vpc/vpc_client.py +61 -8
- tccli/services/waf/v20180125/api.json +2540 -2177
- tccli/services/waf/v20180125/examples.json +216 -284
- tccli/services/waf/waf_client.py +172 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +909 -25
- tccli/services/wedata/v20210820/examples.json +28 -4
- tccli/services/wedata/wedata_client.py +159 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -385,20 +385,20 @@
|
|
385
385
|
{
|
386
386
|
"disabled": false,
|
387
387
|
"document": "算法的标识",
|
388
|
-
"example": "",
|
388
|
+
"example": "ASYMMETRIC_DECRYPT_SM2",
|
389
389
|
"member": "string",
|
390
390
|
"name": "KeyUsage",
|
391
|
-
"
|
391
|
+
"output_required": true,
|
392
392
|
"type": "string",
|
393
393
|
"value_allowed_null": false
|
394
394
|
},
|
395
395
|
{
|
396
396
|
"disabled": false,
|
397
397
|
"document": "算法的名称",
|
398
|
-
"example": "",
|
398
|
+
"example": "SM2",
|
399
399
|
"member": "string",
|
400
400
|
"name": "Algorithm",
|
401
|
-
"
|
401
|
+
"output_required": true,
|
402
402
|
"type": "string",
|
403
403
|
"value_allowed_null": false
|
404
404
|
}
|
@@ -447,7 +447,7 @@
|
|
447
447
|
{
|
448
448
|
"disabled": false,
|
449
449
|
"document": "使用PublicKey加密的密文,Base64编码",
|
450
|
-
"example": "
|
450
|
+
"example": "vlnJ/RrQE0mXiHGoya/xpKQJHkd5ImvdXug306BreYL60Kb8ucqQ0eurf5mX/mKZDSTGr8FDVK8b4HOopj7xuDQIzegObtvK2VGbXSaihI/fNDkmoWcgBF/V91scYJtrkwoISnvqsxcl9NeAp+H2A6E3vTiDpQK5oVb3OTG39FoYEvfbRNfef+iukiRiqOL7VGSPmx1nThi6Cd4XGBFzB0tvtmP2SnZhZuzryj+jnHVAz2bIuYP8M4OJYkk5muuACWxLGLQj5sh2FqIpbzT4nti4fOD4ieHnf/qCw/9yyiWUED67oelFKaBJEWGq3PT7bGtH4Sxx8SKx2BCBsR95sA==",
|
451
451
|
"member": "string",
|
452
452
|
"name": "Ciphertext",
|
453
453
|
"required": true,
|
@@ -456,7 +456,7 @@
|
|
456
456
|
{
|
457
457
|
"disabled": false,
|
458
458
|
"document": "在使用公钥加密时对应的算法:当前支持RSAES_PKCS1_V1_5、RSAES_OAEP_SHA_1、RSAES_OAEP_SHA_256",
|
459
|
-
"example": "
|
459
|
+
"example": "RSAES_OAEP_SHA_256",
|
460
460
|
"member": "string",
|
461
461
|
"name": "Algorithm",
|
462
462
|
"required": true,
|
@@ -471,10 +471,10 @@
|
|
471
471
|
{
|
472
472
|
"disabled": false,
|
473
473
|
"document": "CMK的唯一标识",
|
474
|
-
"example": "
|
474
|
+
"example": "edf72a11-69d0-11ef-9841-52540089bc41",
|
475
475
|
"member": "string",
|
476
476
|
"name": "KeyId",
|
477
|
-
"
|
477
|
+
"output_required": true,
|
478
478
|
"type": "string",
|
479
479
|
"value_allowed_null": false
|
480
480
|
},
|
@@ -484,7 +484,7 @@
|
|
484
484
|
"example": "dGVzdA==",
|
485
485
|
"member": "string",
|
486
486
|
"name": "Plaintext",
|
487
|
-
"
|
487
|
+
"output_required": true,
|
488
488
|
"type": "string",
|
489
489
|
"value_allowed_null": false
|
490
490
|
},
|
@@ -503,7 +503,7 @@
|
|
503
503
|
{
|
504
504
|
"disabled": false,
|
505
505
|
"document": "CMK的唯一标识",
|
506
|
-
"example": "
|
506
|
+
"example": "fce1015e-9735-11ef-be86-6abd61583d2d",
|
507
507
|
"member": "string",
|
508
508
|
"name": "KeyId",
|
509
509
|
"required": true,
|
@@ -512,7 +512,7 @@
|
|
512
512
|
{
|
513
513
|
"disabled": false,
|
514
514
|
"document": "使用PublicKey加密的密文,Base64编码,原始密文格式需要为C1C3C2_ASN1。原始密文长度不能超过256字节。",
|
515
|
-
"example": "
|
515
|
+
"example": "MG0CICuRefoqE7g5bpsZNYq+9d909cZl7nFuYFHiDhOqz8GAAiEA4lqmt3nGqpbu0qhbWsStkexXA2cA12nVWjgruFP5WKkEIG6JwYejm9gEr7CPOOhbirsGhga3W7J6C7kwdmf6VebRBATH1o2G",
|
516
516
|
"member": "string",
|
517
517
|
"name": "Ciphertext",
|
518
518
|
"required": true,
|
@@ -527,7 +527,7 @@
|
|
527
527
|
{
|
528
528
|
"disabled": false,
|
529
529
|
"document": "CMK的唯一标识",
|
530
|
-
"example": "
|
530
|
+
"example": "fce1015e-9735-11ef-be86-6abd61583d2d",
|
531
531
|
"member": "string",
|
532
532
|
"name": "KeyId",
|
533
533
|
"output_required": true,
|
@@ -631,7 +631,7 @@
|
|
631
631
|
{
|
632
632
|
"disabled": false,
|
633
633
|
"document": "需要被取消删除的CMK的唯一标志",
|
634
|
-
"example": "
|
634
|
+
"example": "7fa07bcf-9753-11ef-947b-525400d834e5",
|
635
635
|
"member": "string",
|
636
636
|
"name": "KeyId",
|
637
637
|
"required": true,
|
@@ -646,10 +646,10 @@
|
|
646
646
|
{
|
647
647
|
"disabled": false,
|
648
648
|
"document": "唯一标志被取消删除的CMK。",
|
649
|
-
"example": "
|
649
|
+
"example": "7fa07bcf-9753-11ef-947b-525400d834e5",
|
650
650
|
"member": "string",
|
651
651
|
"name": "KeyId",
|
652
|
-
"
|
652
|
+
"output_required": true,
|
653
653
|
"type": "string",
|
654
654
|
"value_allowed_null": false
|
655
655
|
},
|
@@ -668,7 +668,7 @@
|
|
668
668
|
{
|
669
669
|
"disabled": false,
|
670
670
|
"document": "作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字。以 kms- 作为前缀的用于云产品使用,Alias 不可重复。",
|
671
|
-
"example": "
|
671
|
+
"example": "test6-lzc",
|
672
672
|
"member": "string",
|
673
673
|
"name": "Alias",
|
674
674
|
"required": true,
|
@@ -677,7 +677,7 @@
|
|
677
677
|
{
|
678
678
|
"disabled": false,
|
679
679
|
"document": "CMK 的描述,最大1024字节",
|
680
|
-
"example": "
|
680
|
+
"example": "描述信息",
|
681
681
|
"member": "string",
|
682
682
|
"name": "Description",
|
683
683
|
"required": false,
|
@@ -686,7 +686,7 @@
|
|
686
686
|
{
|
687
687
|
"disabled": false,
|
688
688
|
"document": "指定key的用途,默认为 \"ENCRYPT_DECRYPT\" 表示创建对称加解密密钥,其它支持用途 “ASYMMETRIC_DECRYPT_RSA_2048” 表示创建用于加解密的RSA2048非对称密钥,“ASYMMETRIC_DECRYPT_SM2” 表示创建用于加解密的SM2非对称密钥,“ASYMMETRIC_SIGN_VERIFY_SM2” 表示创建用于签名验签的SM2非对称密钥,“ASYMMETRIC_SIGN_VERIFY_ECC” 表示创建用于签名验签的ECC非对称密钥,“ASYMMETRIC_SIGN_VERIFY_RSA_2048” 表示创建用于签名验签的RSA_2048非对称密钥,“ASYMMETRIC_SIGN_VERIFY_ECDSA384”表示创建用于签名验签的 ECDSA384 非对称秘钥。完整的秘钥用途与算法支持列表可通过 ListAlgorithms 接口获取。",
|
689
|
-
"example": "
|
689
|
+
"example": "ENCRYPT_DECRYPT",
|
690
690
|
"member": "string",
|
691
691
|
"name": "KeyUsage",
|
692
692
|
"required": false,
|
@@ -704,7 +704,7 @@
|
|
704
704
|
{
|
705
705
|
"disabled": false,
|
706
706
|
"document": "标签列表",
|
707
|
-
"example": "
|
707
|
+
"example": "[{\"TagKey\":\"env\",\"TagValue\":\"dev\"}]",
|
708
708
|
"member": "Tag",
|
709
709
|
"name": "Tags",
|
710
710
|
"required": false,
|
@@ -728,20 +728,20 @@
|
|
728
728
|
{
|
729
729
|
"disabled": false,
|
730
730
|
"document": "CMK的全局唯一标识符",
|
731
|
-
"example": "
|
731
|
+
"example": "36ae6a81-973c-11ef-947b-525400d834e5",
|
732
732
|
"member": "string",
|
733
733
|
"name": "KeyId",
|
734
|
-
"
|
734
|
+
"output_required": true,
|
735
735
|
"type": "string",
|
736
736
|
"value_allowed_null": false
|
737
737
|
},
|
738
738
|
{
|
739
739
|
"disabled": false,
|
740
740
|
"document": "作为密钥更容易辨识,更容易被人看懂的别名",
|
741
|
-
"example": "
|
741
|
+
"example": "test7-lzc",
|
742
742
|
"member": "string",
|
743
743
|
"name": "Alias",
|
744
|
-
"
|
744
|
+
"output_required": true,
|
745
745
|
"type": "string",
|
746
746
|
"value_allowed_null": false
|
747
747
|
},
|
@@ -751,19 +751,19 @@
|
|
751
751
|
"example": "1552897190",
|
752
752
|
"member": "uint64",
|
753
753
|
"name": "CreateTime",
|
754
|
-
"
|
754
|
+
"output_required": true,
|
755
755
|
"type": "int",
|
756
756
|
"value_allowed_null": false
|
757
757
|
},
|
758
758
|
{
|
759
759
|
"disabled": false,
|
760
|
-
"document": "CMK
|
761
|
-
"example": "test",
|
760
|
+
"document": "CMK的描述",
|
761
|
+
"example": "这是一个test描述",
|
762
762
|
"member": "string",
|
763
763
|
"name": "Description",
|
764
|
-
"
|
764
|
+
"output_required": false,
|
765
765
|
"type": "string",
|
766
|
-
"value_allowed_null":
|
766
|
+
"value_allowed_null": false
|
767
767
|
},
|
768
768
|
{
|
769
769
|
"disabled": false,
|
@@ -771,7 +771,7 @@
|
|
771
771
|
"example": "Enabled",
|
772
772
|
"member": "string",
|
773
773
|
"name": "KeyState",
|
774
|
-
"
|
774
|
+
"output_required": true,
|
775
775
|
"type": "string",
|
776
776
|
"value_allowed_null": false
|
777
777
|
},
|
@@ -781,39 +781,39 @@
|
|
781
781
|
"example": "ENCRYPT_DECRYPT",
|
782
782
|
"member": "string",
|
783
783
|
"name": "KeyUsage",
|
784
|
-
"
|
784
|
+
"output_required": true,
|
785
785
|
"type": "string",
|
786
786
|
"value_allowed_null": false
|
787
787
|
},
|
788
788
|
{
|
789
789
|
"disabled": false,
|
790
|
-
"document": "标签操作的返回码. 0: 成功;1: 内部错误;2:
|
791
|
-
"example": "
|
790
|
+
"document": "标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误",
|
791
|
+
"example": "0",
|
792
792
|
"member": "uint64",
|
793
793
|
"name": "TagCode",
|
794
|
-
"
|
794
|
+
"output_required": false,
|
795
795
|
"type": "int",
|
796
|
-
"value_allowed_null":
|
796
|
+
"value_allowed_null": false
|
797
797
|
},
|
798
798
|
{
|
799
799
|
"disabled": false,
|
800
|
-
"document": "
|
801
|
-
"example": "
|
800
|
+
"document": "标签操作的返回信息",
|
801
|
+
"example": "ok",
|
802
802
|
"member": "string",
|
803
803
|
"name": "TagMsg",
|
804
|
-
"
|
804
|
+
"output_required": false,
|
805
805
|
"type": "string",
|
806
|
-
"value_allowed_null":
|
806
|
+
"value_allowed_null": false
|
807
807
|
},
|
808
808
|
{
|
809
809
|
"disabled": false,
|
810
|
-
"document": "HSM 集群 ID(仅对 KMS
|
810
|
+
"document": "HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)",
|
811
811
|
"example": "cls-hsm-1234abcd",
|
812
812
|
"member": "string",
|
813
813
|
"name": "HsmClusterId",
|
814
|
-
"
|
814
|
+
"output_required": false,
|
815
815
|
"type": "string",
|
816
|
-
"value_allowed_null":
|
816
|
+
"value_allowed_null": false
|
817
817
|
},
|
818
818
|
{
|
819
819
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -830,7 +830,7 @@
|
|
830
830
|
{
|
831
831
|
"disabled": false,
|
832
832
|
"document": "作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字。Alias不可重复。",
|
833
|
-
"example": "
|
833
|
+
"example": "test-lzcw",
|
834
834
|
"member": "string",
|
835
835
|
"name": "Alias",
|
836
836
|
"required": true,
|
@@ -848,7 +848,7 @@
|
|
848
848
|
{
|
849
849
|
"disabled": false,
|
850
850
|
"document": "密钥的描述,最大1024字节",
|
851
|
-
"example": "
|
851
|
+
"example": "白盒测试",
|
852
852
|
"member": "string",
|
853
853
|
"name": "Description",
|
854
854
|
"required": false,
|
@@ -857,7 +857,7 @@
|
|
857
857
|
{
|
858
858
|
"disabled": false,
|
859
859
|
"document": "标签列表",
|
860
|
-
"example": "
|
860
|
+
"example": "[{\"TagKey\":\"env\",\"TagValue\":\"dev\"}]",
|
861
861
|
"member": "Tag",
|
862
862
|
"name": "Tags",
|
863
863
|
"required": false,
|
@@ -872,52 +872,52 @@
|
|
872
872
|
{
|
873
873
|
"disabled": false,
|
874
874
|
"document": "用于加密的密钥,base64编码",
|
875
|
-
"example": "
|
875
|
+
"example": "AACAAAAAMjCKSiiyLyF9LdkbAh+E1D/+W8C3rXOT8OSNAApxUk71RZ719MOQyKSdVm/grpbPSSNf2ywtJQaycFmHjaDMSoMMfC0TILCtFi6fQBEax3U8",
|
876
876
|
"member": "string",
|
877
877
|
"name": "EncryptKey",
|
878
|
-
"
|
878
|
+
"output_required": true,
|
879
879
|
"type": "string",
|
880
880
|
"value_allowed_null": false
|
881
881
|
},
|
882
882
|
{
|
883
883
|
"disabled": false,
|
884
884
|
"document": "用于解密的密钥,base64编码",
|
885
|
-
"example": "
|
885
|
+
"example": "AACAAAAAMjCKSiiyLyF9LdkbAh+E1D/+W8C3rXOT8OSNAApxUk71RZ719MOQyKSdVm/grpbPSSNf2ywtJQaycFmHjaDMSoMMfC0TILCtF",
|
886
886
|
"member": "string",
|
887
887
|
"name": "DecryptKey",
|
888
|
-
"
|
888
|
+
"output_required": true,
|
889
889
|
"type": "string",
|
890
890
|
"value_allowed_null": false
|
891
891
|
},
|
892
892
|
{
|
893
893
|
"disabled": false,
|
894
894
|
"document": "白盒密钥的全局唯一标识符",
|
895
|
-
"example": "
|
895
|
+
"example": "6df3665b-9807-11ef-8d67-5254008ae90d",
|
896
896
|
"member": "string",
|
897
897
|
"name": "KeyId",
|
898
|
-
"
|
898
|
+
"output_required": true,
|
899
899
|
"type": "string",
|
900
900
|
"value_allowed_null": false
|
901
901
|
},
|
902
902
|
{
|
903
903
|
"disabled": false,
|
904
|
-
"document": "标签操作的返回码. 0: 成功;1: 内部错误;2:
|
905
|
-
"example": "
|
904
|
+
"document": "标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误",
|
905
|
+
"example": "0",
|
906
906
|
"member": "uint64",
|
907
907
|
"name": "TagCode",
|
908
|
-
"
|
908
|
+
"output_required": false,
|
909
909
|
"type": "int",
|
910
|
-
"value_allowed_null":
|
910
|
+
"value_allowed_null": false
|
911
911
|
},
|
912
912
|
{
|
913
913
|
"disabled": false,
|
914
|
-
"document": "
|
915
|
-
"example": "
|
914
|
+
"document": "标签操作的返回信息",
|
915
|
+
"example": "ok",
|
916
916
|
"member": "string",
|
917
917
|
"name": "TagMsg",
|
918
|
-
"
|
918
|
+
"output_required": false,
|
919
919
|
"type": "string",
|
920
|
-
"value_allowed_null":
|
920
|
+
"value_allowed_null": false
|
921
921
|
},
|
922
922
|
{
|
923
923
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -934,7 +934,7 @@
|
|
934
934
|
{
|
935
935
|
"disabled": false,
|
936
936
|
"document": "待解密的密文数据",
|
937
|
-
"example": "
|
937
|
+
"example": "GPJUsGlmPcSjHKIktXGyzn33yestz+7NteW36M6FuL8hPfJ1xVfdO6Akr8sF69x3yBXMwto4njumJMIsi9WKow==-k-XqqalxTyNKIC1rITRePFGQ==-k-GqsANzNxvjjXhKwJAOY85vxYYm/2RtsCXRq7Q1iWbCAoeAtZ",
|
938
938
|
"member": "string",
|
939
939
|
"name": "CiphertextBlob",
|
940
940
|
"required": true,
|
@@ -943,7 +943,7 @@
|
|
943
943
|
{
|
944
944
|
"disabled": false,
|
945
945
|
"document": "key/value对的json字符串,如果Encrypt指定了该参数,则在调用Decrypt API时需要提供同样的参数,最大支持1024字符",
|
946
|
-
"example": "
|
946
|
+
"example": "{\"key1\":\"value1\"}",
|
947
947
|
"member": "string",
|
948
948
|
"name": "EncryptionContext",
|
949
949
|
"required": false,
|
@@ -952,7 +952,7 @@
|
|
952
952
|
{
|
953
953
|
"disabled": false,
|
954
954
|
"document": "PEM 格式公钥字符串,支持 RSA2048 和 SM2 公钥,用于对返回数据中的 Plaintext 值进行加密。若为空,则不对 Plaintext 值加密。",
|
955
|
-
"example": "
|
955
|
+
"example": "-----BEGIN PUBLIC KEY----- MFkwEwYHKoZIzj0CAQYIKoEcz1UBgi0DQgAEtXY****ydfJiHQuh2Jr9lMAU+Hztyhd6Aw== -----END PUBLIC KEY-----",
|
956
956
|
"member": "string",
|
957
957
|
"name": "EncryptionPublicKey",
|
958
958
|
"required": false,
|
@@ -976,20 +976,20 @@
|
|
976
976
|
{
|
977
977
|
"disabled": false,
|
978
978
|
"document": "CMK的全局唯一标识",
|
979
|
-
"example": "
|
979
|
+
"example": "93866e69-9755-11ef-8e65-52540089bc41",
|
980
980
|
"member": "string",
|
981
981
|
"name": "KeyId",
|
982
|
-
"
|
982
|
+
"output_required": true,
|
983
983
|
"type": "string",
|
984
984
|
"value_allowed_null": false
|
985
985
|
},
|
986
986
|
{
|
987
987
|
"disabled": false,
|
988
988
|
"document": "若调用时未提供 EncryptionPublicKey,该字段值为 Base64 编码的明文,需进行 Base64 解码以获取明文。\n若调用时提供了 EncryptionPublicKey,则该字段值为使用 EncryptionPublicKey 公钥进行非对称加密后的 Base64 编码的密文。需在 Base64 解码后,使用用户上传的公钥对应的私钥进行进一步解密,以获取明文。",
|
989
|
-
"example": "
|
989
|
+
"example": "dGVzdAo=",
|
990
990
|
"member": "string",
|
991
991
|
"name": "Plaintext",
|
992
|
-
"
|
992
|
+
"output_required": true,
|
993
993
|
"type": "string",
|
994
994
|
"value_allowed_null": false
|
995
995
|
},
|
@@ -1062,7 +1062,7 @@
|
|
1062
1062
|
{
|
1063
1063
|
"disabled": false,
|
1064
1064
|
"document": "CMK全局唯一标识符",
|
1065
|
-
"example": "
|
1065
|
+
"example": "93866e69-9755-11ef-8e65-52540089bc41",
|
1066
1066
|
"member": "string",
|
1067
1067
|
"name": "KeyId",
|
1068
1068
|
"required": true,
|
@@ -1076,13 +1076,13 @@
|
|
1076
1076
|
"members": [
|
1077
1077
|
{
|
1078
1078
|
"disabled": false,
|
1079
|
-
"document": "
|
1080
|
-
"example": "
|
1079
|
+
"document": "密钥属性信息",
|
1080
|
+
"example": "{ \"Alias\": \"test11-lzc\", \"CreateTime\": 1730357927, \"CreatorUin\": 700001224419, \"DeletionDate\": 0, \"Description\": \"倒入外部密钥\", \"HsmClusterId\": \"\", \"KeyId\": \"93866e69-9755-11ef-8e65-52540089bc41\", \"KeyRotationEnabled\": false, \"KeyState\": \"Enabled\", \"KeyUsage\": \"ENCRYPT_DECRYPT\", \"LastRotateTime\": 1730357927, \"NextRotateTime\": 1761893927, \"Origin\": \"EXTERNAL\", \"Owner\": \"user\", \"ResourceId\": \"creatorUin/700001224419/93866e69-9755-11ef-8e65-52540089bc41\", \"RotateDays\": 365, \"Type\": 4, \"ValidTo\": 0 }",
|
1081
1081
|
"member": "KeyMetadata",
|
1082
1082
|
"name": "KeyMetadata",
|
1083
|
-
"
|
1083
|
+
"output_required": true,
|
1084
1084
|
"type": "object",
|
1085
|
-
"value_allowed_null":
|
1085
|
+
"value_allowed_null": false
|
1086
1086
|
},
|
1087
1087
|
{
|
1088
1088
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1099,7 +1099,7 @@
|
|
1099
1099
|
{
|
1100
1100
|
"disabled": false,
|
1101
1101
|
"document": "查询CMK的ID列表,批量查询一次最多支持100个KeyId",
|
1102
|
-
"example": "[\"
|
1102
|
+
"example": "[\"87ff856e-973c-11ef-947b-525400d834e5\"]",
|
1103
1103
|
"member": "string",
|
1104
1104
|
"name": "KeyIds",
|
1105
1105
|
"required": true,
|
@@ -1113,13 +1113,13 @@
|
|
1113
1113
|
"members": [
|
1114
1114
|
{
|
1115
1115
|
"disabled": false,
|
1116
|
-
"document": "
|
1117
|
-
"example": "
|
1116
|
+
"document": "返回的属性信息列表",
|
1117
|
+
"example": "[ { \"Alias\": \"test8-lzc\", \"CreateTime\": 1730347170, \"CreatorUin\": 700001224419, \"DeletionDate\": 0, \"Description\": \"test描述\", \"HsmClusterId\": \"\", \"KeyId\": \"87ff856e-973c-11ef-947b-525400d834e5\", \"KeyRotationEnabled\": false, \"KeyState\": \"Enabled\", \"KeyUsage\": \"ENCRYPT_DECRYPT\", \"LastRotateTime\": 1730347170, \"NextRotateTime\": 1761883170, \"Origin\": \"TENCENT_KMS\", \"Owner\": \"user\", \"ResourceId\": \"creatorUin/700001224419/87ff856e-973c-11ef-947b-525400d834e5\", \"RotateDays\": 365, \"Type\": 4, \"ValidTo\": 0 } ]",
|
1118
1118
|
"member": "KeyMetadata",
|
1119
1119
|
"name": "KeyMetadatas",
|
1120
|
-
"
|
1120
|
+
"output_required": true,
|
1121
1121
|
"type": "list",
|
1122
|
-
"value_allowed_null":
|
1122
|
+
"value_allowed_null": false
|
1123
1123
|
},
|
1124
1124
|
{
|
1125
1125
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1151,10 +1151,10 @@
|
|
1151
1151
|
{
|
1152
1152
|
"disabled": false,
|
1153
1153
|
"document": "白盒解密密钥,base64编码",
|
1154
|
-
"example": "
|
1154
|
+
"example": "AACAAAAAMAghh7zJ7815EX7i1BZrD1rYIK11ZnCRV6oz688pNhSyTB9iX84cLvEDsUd9C7VOY0uJpOhGQlVsz+ygJ2D8YS5KE7vJZ+DOcIUJXaToUtFWKwv4pWPPSkH96gyzyzt4SxGLGzgdDyQ71NjGrSCgH/6mCfRGEYvASjg5CACwizFiPtZkULFX4O9J05Mgw+Dp72ZVCzxE6U5UFe/uD6j2UeeN9Xd+DBculSqB9S6hnt3HMyjEt9FSzCYC+nXqsYaSfrsJ0s/d0HWgYDjBgGp4tbPYSYaqaY81rSfv+iPukLl7CJMIASnPqrg7xcFxAFG989beWGx5amdaBbi6t1tOIE0m3zoXmtvlfyxRHKR62FtcyGnaXWroJaXNxln2siOf*****u70",
|
1155
1155
|
"member": "string",
|
1156
1156
|
"name": "DecryptKey",
|
1157
|
-
"
|
1157
|
+
"output_required": true,
|
1158
1158
|
"type": "string",
|
1159
1159
|
"value_allowed_null": false
|
1160
1160
|
},
|
@@ -1188,10 +1188,10 @@
|
|
1188
1188
|
{
|
1189
1189
|
"disabled": false,
|
1190
1190
|
"document": "设备指纹列表",
|
1191
|
-
"example": "
|
1191
|
+
"example": "[ { \"Description\": \"test1\", \"Identity\": \"0177ebba-5ad6930a5*****b945f-0c275b7f7d2c8c68\" } ]",
|
1192
1192
|
"member": "DeviceFingerprint",
|
1193
1193
|
"name": "DeviceFingerprints",
|
1194
|
-
"
|
1194
|
+
"output_required": true,
|
1195
1195
|
"type": "list",
|
1196
1196
|
"value_allowed_null": false
|
1197
1197
|
},
|
@@ -1210,7 +1210,7 @@
|
|
1210
1210
|
{
|
1211
1211
|
"disabled": false,
|
1212
1212
|
"document": "过滤条件:密钥的状态,0:disabled,1:enabled",
|
1213
|
-
"example": "
|
1213
|
+
"example": "1",
|
1214
1214
|
"member": "int64",
|
1215
1215
|
"name": "KeyStatus",
|
1216
1216
|
"required": false,
|
@@ -1219,7 +1219,7 @@
|
|
1219
1219
|
{
|
1220
1220
|
"disabled": false,
|
1221
1221
|
"document": "含义跟 SQL 查询的 Offset 一致,表示本次获取从按一定顺序排列数组的第 Offset 个元素开始,缺省为0",
|
1222
|
-
"example": "
|
1222
|
+
"example": "0",
|
1223
1223
|
"member": "uint64",
|
1224
1224
|
"name": "Offset",
|
1225
1225
|
"required": false,
|
@@ -1228,7 +1228,7 @@
|
|
1228
1228
|
{
|
1229
1229
|
"disabled": false,
|
1230
1230
|
"document": "含义跟 SQL 查询的 Limit 一致,表示本次最多获取 Limit 个元素。缺省值为0, 表示不分页",
|
1231
|
-
"example": "
|
1231
|
+
"example": "10",
|
1232
1232
|
"member": "uint64",
|
1233
1233
|
"name": "Limit",
|
1234
1234
|
"required": false,
|
@@ -1237,7 +1237,7 @@
|
|
1237
1237
|
{
|
1238
1238
|
"disabled": false,
|
1239
1239
|
"document": "标签过滤条件",
|
1240
|
-
"example": "
|
1240
|
+
"example": "[{\"TagKey\":\"env\",\"TagValue\":[\"dev\"]}]",
|
1241
1241
|
"member": "TagFilter",
|
1242
1242
|
"name": "TagFilters",
|
1243
1243
|
"required": false,
|
@@ -1252,22 +1252,22 @@
|
|
1252
1252
|
{
|
1253
1253
|
"disabled": false,
|
1254
1254
|
"document": "白盒密钥信息列表。",
|
1255
|
-
"example": "
|
1255
|
+
"example": "[ { \"Algorithm\": \"SM4\", \"Alias\": \"test\", \"CreateTime\": 1730441467, \"CreatorUin\": 700001224419, \"DecryptKey\": \"AACAAAAA3iht+5vrtKBn***JIvNucskvES4RaZ/MS+wxhkUYnFjL6GMg4MLepB87QaA7zivBKc\", \"Description\": \"描述\", \"DeviceFingerprintBind\": false, \"EncryptKey\": \"AACAAAAA3iht+5vrtKBnOagzrj***IdOM411JIvNucskvES4RaZ/MS+wxhkUYnFjL6GMg4MLepB87QaA7zivBKc\", \"KeyId\": \"14a9885b-9818-11ef-8d67-5254008ae90d\", \"OwnerUin\": 100000007998, \"ResourceId\": \"creatorUin/700001224419/14a9885b-9818-11ef-8d67-5254008ae90d\", \"Status\": \"Enabled\" } ]",
|
1256
1256
|
"member": "WhiteboxKeyInfo",
|
1257
1257
|
"name": "KeyInfos",
|
1258
|
-
"
|
1258
|
+
"output_required": true,
|
1259
1259
|
"type": "list",
|
1260
1260
|
"value_allowed_null": false
|
1261
1261
|
},
|
1262
1262
|
{
|
1263
1263
|
"disabled": false,
|
1264
|
-
"document": "
|
1265
|
-
"example": "
|
1264
|
+
"document": "白盒密钥总数。",
|
1265
|
+
"example": "4",
|
1266
1266
|
"member": "uint64",
|
1267
1267
|
"name": "TotalCount",
|
1268
|
-
"
|
1268
|
+
"output_required": true,
|
1269
1269
|
"type": "int",
|
1270
|
-
"value_allowed_null":
|
1270
|
+
"value_allowed_null": false
|
1271
1271
|
},
|
1272
1272
|
{
|
1273
1273
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1299,10 +1299,10 @@
|
|
1299
1299
|
{
|
1300
1300
|
"disabled": false,
|
1301
1301
|
"document": "白盒密钥信息",
|
1302
|
-
"example": "
|
1302
|
+
"example": "{ \"Algorithm\": \"SM4\", \"Alias\": \"lzc2\", \"CreateTime\": 1725072007, \"CreatorUin\": 700001224419, \"DecryptKey\": \"AACAAAAACMD5WLvPb4qY************+rt0t6Qgamj/FwS6qYFZWwp/M0wM00KwxUSp8P\", \"Description\": \"2\", \"DeviceFingerprintBind\": false, \"EncryptKey\": \"AACAAAAACMD5WLvPb4qYHL2QLISZdb8s3i*****t0t6Qgamj/FwS6qYFZWwp/M0wM00KwxUSp8P\", \"KeyId\": \"5551ef2e-6742-11ef-8133-525400b2f623\", \"OwnerUin\": 100000007998, \"ResourceId\": \"creatorUin/700001224419/5551ef2e-6742-11ef-8133-525400b2f623\", \"Status\": \"Enabled\" }",
|
1303
1303
|
"member": "WhiteboxKeyInfo",
|
1304
1304
|
"name": "KeyInfo",
|
1305
|
-
"
|
1305
|
+
"output_required": true,
|
1306
1306
|
"type": "object",
|
1307
1307
|
"value_allowed_null": false
|
1308
1308
|
},
|
@@ -1326,10 +1326,10 @@
|
|
1326
1326
|
{
|
1327
1327
|
"disabled": false,
|
1328
1328
|
"document": "用户的白盒密钥服务是否可用",
|
1329
|
-
"example": "
|
1329
|
+
"example": "true",
|
1330
1330
|
"member": "bool",
|
1331
1331
|
"name": "ServiceEnabled",
|
1332
|
-
"
|
1332
|
+
"output_required": true,
|
1333
1333
|
"type": "bool",
|
1334
1334
|
"value_allowed_null": false
|
1335
1335
|
},
|
@@ -1348,22 +1348,24 @@
|
|
1348
1348
|
{
|
1349
1349
|
"disabled": false,
|
1350
1350
|
"document": "指纹信息,由设备指纹采集工具采集获得,格式满足正则表达式:^[0-9a-f]{8}[\\-][0-9a-f]{14}[\\-][0-9a-f]{14}[\\-][0-9a-f]{14}[\\-][0-9a-f]{16}$",
|
1351
|
-
"example": "",
|
1351
|
+
"example": "0177ebba-5ad6930a52d808-ce5e6fbba2b******75b7f7d2c8c68",
|
1352
1352
|
"member": "string",
|
1353
1353
|
"name": "Identity",
|
1354
|
+
"output_required": true,
|
1354
1355
|
"required": true,
|
1355
1356
|
"type": "string",
|
1356
1357
|
"value_allowed_null": false
|
1357
1358
|
},
|
1358
1359
|
{
|
1359
1360
|
"disabled": false,
|
1360
|
-
"document": "描述信息,如:IP,设备名称等,最大1024
|
1361
|
-
"example": "",
|
1361
|
+
"document": "描述信息,如:IP,设备名称等,最大1024字节",
|
1362
|
+
"example": "lzctest",
|
1362
1363
|
"member": "string",
|
1363
1364
|
"name": "Description",
|
1365
|
+
"output_required": false,
|
1364
1366
|
"required": false,
|
1365
1367
|
"type": "string",
|
1366
|
-
"value_allowed_null":
|
1368
|
+
"value_allowed_null": false
|
1367
1369
|
}
|
1368
1370
|
],
|
1369
1371
|
"usage": "both"
|
@@ -1653,7 +1655,7 @@
|
|
1653
1655
|
{
|
1654
1656
|
"disabled": false,
|
1655
1657
|
"document": "白盒密钥的全局唯一标识符",
|
1656
|
-
"example": "
|
1658
|
+
"example": "738c7598-6a69-11ef-9d7c-525400dc620c",
|
1657
1659
|
"member": "string",
|
1658
1660
|
"name": "KeyId",
|
1659
1661
|
"required": true,
|
@@ -1662,7 +1664,7 @@
|
|
1662
1664
|
{
|
1663
1665
|
"disabled": false,
|
1664
1666
|
"document": "待加密的文本, base64编码,文本的原始长度最大不超过4KB",
|
1665
|
-
"example": "
|
1667
|
+
"example": "dGVzdAo=",
|
1666
1668
|
"member": "string",
|
1667
1669
|
"name": "PlainText",
|
1668
1670
|
"required": true,
|
@@ -1671,7 +1673,7 @@
|
|
1671
1673
|
{
|
1672
1674
|
"disabled": false,
|
1673
1675
|
"document": "初始化向量,大小为 16 Bytes,加密算法会使用到, base64编码;如果不传,则由后端服务随机生成。用户需要自行保存该值,作为解密的参数。",
|
1674
|
-
"example": "
|
1676
|
+
"example": "3t+gDx/YmtnJuokqAg+cOw==",
|
1675
1677
|
"member": "string",
|
1676
1678
|
"name": "InitializationVector",
|
1677
1679
|
"required": false,
|
@@ -1686,20 +1688,20 @@
|
|
1686
1688
|
{
|
1687
1689
|
"disabled": false,
|
1688
1690
|
"document": "初始化向量,加密算法会使用到, base64编码。如果由调用方在入参中传入,则原样返回。如果调用方没有传入,则后端服务随机生成,并返回",
|
1689
|
-
"example": "
|
1691
|
+
"example": "StE4p5N11zwKybR3REtaag==",
|
1690
1692
|
"member": "string",
|
1691
1693
|
"name": "InitializationVector",
|
1692
|
-
"
|
1694
|
+
"output_required": true,
|
1693
1695
|
"type": "string",
|
1694
1696
|
"value_allowed_null": false
|
1695
1697
|
},
|
1696
1698
|
{
|
1697
1699
|
"disabled": false,
|
1698
1700
|
"document": "加密后的密文,base64编码",
|
1699
|
-
"example": "
|
1701
|
+
"example": "3t+gDx/YmtnJuokqAg+cOw==",
|
1700
1702
|
"member": "string",
|
1701
1703
|
"name": "CipherText",
|
1702
|
-
"
|
1704
|
+
"output_required": true,
|
1703
1705
|
"type": "string",
|
1704
1706
|
"value_allowed_null": false
|
1705
1707
|
},
|
@@ -1727,7 +1729,7 @@
|
|
1727
1729
|
{
|
1728
1730
|
"disabled": false,
|
1729
1731
|
"document": "被加密的明文数据,该字段必须使用base64编码,原文最大长度支持4K",
|
1730
|
-
"example": "
|
1732
|
+
"example": "dGVzdAo=",
|
1731
1733
|
"member": "string",
|
1732
1734
|
"name": "Plaintext",
|
1733
1735
|
"required": true,
|
@@ -1736,7 +1738,7 @@
|
|
1736
1738
|
{
|
1737
1739
|
"disabled": false,
|
1738
1740
|
"document": "key/value对的json字符串,如果指定了该参数,则在调用Decrypt API时需要提供同样的参数,最大支持1024个字符",
|
1739
|
-
"example": "
|
1741
|
+
"example": "{\"key1\":\"value1\"}",
|
1740
1742
|
"member": "string",
|
1741
1743
|
"name": "EncryptionContext",
|
1742
1744
|
"required": false,
|
@@ -1751,20 +1753,20 @@
|
|
1751
1753
|
{
|
1752
1754
|
"disabled": false,
|
1753
1755
|
"document": "加密后的密文,base64编码。注意:本字段中打包了密文和密钥的相关信息,不是对明文的直接加密结果,只有将该字段作为Decrypt接口的输入参数,才可以解密出原文。",
|
1754
|
-
"example": "
|
1756
|
+
"example": "GPJUsGlmPcSjHKIktXGyzn33yestz+7NteW36M6FuL8hPfJ1xVfdO6Akr8sF69x3yBXMwto4njumJMIsi9WKow==-k-XqqalxTyNKIC1rITRePFGQ==-k-GqsANzNxvjjXhKwJAOY85vxYYm/2RtsCXRq7Q1iWbCAoeAtZ",
|
1755
1757
|
"member": "string",
|
1756
1758
|
"name": "CiphertextBlob",
|
1757
|
-
"
|
1759
|
+
"output_required": true,
|
1758
1760
|
"type": "string",
|
1759
1761
|
"value_allowed_null": false
|
1760
1762
|
},
|
1761
1763
|
{
|
1762
1764
|
"disabled": false,
|
1763
1765
|
"document": "加密使用的CMK的全局唯一标识",
|
1764
|
-
"example": "
|
1766
|
+
"example": "93866e69-9755-11ef-8e65-52540089bc41",
|
1765
1767
|
"member": "string",
|
1766
1768
|
"name": "KeyId",
|
1767
|
-
"
|
1769
|
+
"output_required": true,
|
1768
1770
|
"type": "string",
|
1769
1771
|
"value_allowed_null": false
|
1770
1772
|
},
|
@@ -1783,7 +1785,7 @@
|
|
1783
1785
|
{
|
1784
1786
|
"disabled": false,
|
1785
1787
|
"document": "CMK全局唯一标识符",
|
1786
|
-
"example": "
|
1788
|
+
"example": "93866e69-9755-11ef-8e65-52540089bc41",
|
1787
1789
|
"member": "string",
|
1788
1790
|
"name": "KeyId",
|
1789
1791
|
"required": true,
|
@@ -1801,7 +1803,7 @@
|
|
1801
1803
|
{
|
1802
1804
|
"disabled": false,
|
1803
1805
|
"document": "生成的DataKey的长度,同时指定NumberOfBytes和KeySpec时,以NumberOfBytes为准。最小值为1, 最大值为1024。KeySpec 和 NumberOfBytes 必须指定一个",
|
1804
|
-
"example": "
|
1806
|
+
"example": "32",
|
1805
1807
|
"member": "uint64",
|
1806
1808
|
"name": "NumberOfBytes",
|
1807
1809
|
"required": false,
|
@@ -1810,7 +1812,7 @@
|
|
1810
1812
|
{
|
1811
1813
|
"disabled": false,
|
1812
1814
|
"document": "key/value对的json字符串,如果使用该字段,则返回的DataKey在解密时需要填入相同的字符串",
|
1813
|
-
"example": "
|
1815
|
+
"example": "{\"key1\":\"value1\"}",
|
1814
1816
|
"member": "string",
|
1815
1817
|
"name": "EncryptionContext",
|
1816
1818
|
"required": false,
|
@@ -1819,7 +1821,7 @@
|
|
1819
1821
|
{
|
1820
1822
|
"disabled": false,
|
1821
1823
|
"document": "PEM 格式公钥字符串,支持 RSA2048 和 SM2 公钥,用于对返回数据中的 Plaintext 值进行加密。若为空,则不对 Plaintext 值加密。",
|
1822
|
-
"example": "
|
1824
|
+
"example": "-----BEGIN PUBLIC KEY----- MFkwEwY*****fJiHQuh2Jr9lMspgK58UVMJTvQCAU+Hztyhd6Aw== -----END PUBLIC KEY-----",
|
1823
1825
|
"member": "string",
|
1824
1826
|
"name": "EncryptionPublicKey",
|
1825
1827
|
"required": false,
|
@@ -1843,30 +1845,30 @@
|
|
1843
1845
|
{
|
1844
1846
|
"disabled": false,
|
1845
1847
|
"document": "CMK的全局唯一标识",
|
1846
|
-
"example": "
|
1848
|
+
"example": "93866e69-9755-11ef-8e65-52540089bc41",
|
1847
1849
|
"member": "string",
|
1848
1850
|
"name": "KeyId",
|
1849
|
-
"
|
1851
|
+
"output_required": true,
|
1850
1852
|
"type": "string",
|
1851
1853
|
"value_allowed_null": false
|
1852
1854
|
},
|
1853
1855
|
{
|
1854
1856
|
"disabled": false,
|
1855
1857
|
"document": "若调用时未提供 EncryptionPublicKey,该字段值为生成的数据密钥 DataKey 的 Base64 编码的明文,需进行 Base64 解码以获取 DataKey 明文。\n若调用时提供了 EncryptionPublicKey,则该字段值为使用 EncryptionPublicKey 公钥进行非对称加密后的 Base64 编码的密文。需在 Base64 解码后,使用用户上传的公钥对应的私钥进行进一步解密,以获取 DataKey 明文。",
|
1856
|
-
"example": "
|
1858
|
+
"example": "q+EouJ/tGeiZIo9/tIl2baxQOBFxcN0PNn7F6EIEvpDR6kvQmHohD5PTbUCKPkct6K8jOiYpbuaWZthxco0phMRSE4+HpB17rX4jmlW8pw3eHWOZo8yRyq/c7RVVo0+DtZofszwhMirQyjcBTJWhLt7xywtE5zqhDjngeEktAEw=",
|
1857
1859
|
"member": "string",
|
1858
1860
|
"name": "Plaintext",
|
1859
|
-
"
|
1861
|
+
"output_required": true,
|
1860
1862
|
"type": "string",
|
1861
1863
|
"value_allowed_null": false
|
1862
1864
|
},
|
1863
1865
|
{
|
1864
1866
|
"disabled": false,
|
1865
1867
|
"document": "数据密钥DataKey加密后的密文,用户需要自行保存该密文,KMS不托管用户的数据密钥。可以通过Decrypt接口从CiphertextBlob中获取数据密钥DataKey明文",
|
1866
|
-
"example": "
|
1868
|
+
"example": "GPJUsGlmPcSjHKIktXGyzn33yestz+7NteW36M6FuL8hPfJ1xVfdO6Akr8sF69x3yBXMwto4njumJMIsi9WKow==-k-XqqalxTyNKIC1rITRePFGQ==-k-xAL9z9eXIHV/p+WT1RsHP3dm6f43bkomXjwmvWdMXH+JQoFORTThfXgcRh1f9lPNLENK4+fCOiQVG1VvLdA0RvcuRvU=",
|
1867
1869
|
"member": "string",
|
1868
1870
|
"name": "CiphertextBlob",
|
1869
|
-
"
|
1871
|
+
"output_required": true,
|
1870
1872
|
"type": "string",
|
1871
1873
|
"value_allowed_null": false
|
1872
1874
|
},
|
@@ -1937,10 +1939,10 @@
|
|
1937
1939
|
{
|
1938
1940
|
"disabled": false,
|
1939
1941
|
"document": "密钥轮换是否开启",
|
1940
|
-
"example": "
|
1942
|
+
"example": "false",
|
1941
1943
|
"member": "bool",
|
1942
1944
|
"name": "KeyRotationEnabled",
|
1943
|
-
"
|
1945
|
+
"output_required": true,
|
1944
1946
|
"type": "bool",
|
1945
1947
|
"value_allowed_null": false
|
1946
1948
|
},
|
@@ -2105,13 +2107,13 @@
|
|
2105
2107
|
"members": [
|
2106
2108
|
{
|
2107
2109
|
"disabled": false,
|
2108
|
-
"document": "可用region
|
2109
|
-
"example": "ap-hongkong",
|
2110
|
+
"document": "可用region列表",
|
2111
|
+
"example": "[ \"ap-guangzhou\", \"ap-hongkong\", \"ap-taipei\", \"ap-shanghai\", \"ap-jakarta\" ]",
|
2110
2112
|
"member": "string",
|
2111
2113
|
"name": "Regions",
|
2112
|
-
"
|
2114
|
+
"output_required": true,
|
2113
2115
|
"type": "list",
|
2114
|
-
"value_allowed_null":
|
2116
|
+
"value_allowed_null": false
|
2115
2117
|
},
|
2116
2118
|
{
|
2117
2119
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -2136,17 +2138,19 @@
|
|
2136
2138
|
"example": "1",
|
2137
2139
|
"member": "bool",
|
2138
2140
|
"name": "ServiceEnabled",
|
2141
|
+
"output_required": true,
|
2139
2142
|
"type": "bool",
|
2140
2143
|
"value_allowed_null": false
|
2141
2144
|
},
|
2142
2145
|
{
|
2143
2146
|
"disabled": false,
|
2144
|
-
"document": "服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3
|
2147
|
+
"document": "服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放",
|
2145
2148
|
"example": "1",
|
2146
2149
|
"member": "int64",
|
2147
2150
|
"name": "InvalidType",
|
2151
|
+
"output_required": true,
|
2148
2152
|
"type": "int",
|
2149
|
-
"value_allowed_null":
|
2153
|
+
"value_allowed_null": false
|
2150
2154
|
},
|
2151
2155
|
{
|
2152
2156
|
"disabled": false,
|
@@ -2154,62 +2158,69 @@
|
|
2154
2158
|
"example": "0",
|
2155
2159
|
"member": "uint64",
|
2156
2160
|
"name": "UserLevel",
|
2161
|
+
"output_required": true,
|
2157
2162
|
"type": "int",
|
2158
2163
|
"value_allowed_null": false
|
2159
2164
|
},
|
2160
2165
|
{
|
2161
2166
|
"disabled": false,
|
2162
|
-
"document": "旗舰版到期时间(Epoch Unix Timestamp
|
2167
|
+
"document": "旗舰版到期时间(Epoch Unix Timestamp)。",
|
2163
2168
|
"example": "1603701385",
|
2164
2169
|
"member": "uint64",
|
2165
2170
|
"name": "ProExpireTime",
|
2171
|
+
"output_required": true,
|
2166
2172
|
"type": "int",
|
2167
|
-
"value_allowed_null":
|
2173
|
+
"value_allowed_null": false
|
2168
2174
|
},
|
2169
2175
|
{
|
2170
2176
|
"disabled": false,
|
2171
|
-
"document": "旗舰版是否自动续费:0-不自动续费,1
|
2177
|
+
"document": "旗舰版是否自动续费:0-不自动续费,1-自动续费",
|
2172
2178
|
"example": "1",
|
2173
2179
|
"member": "uint64",
|
2174
2180
|
"name": "ProRenewFlag",
|
2181
|
+
"output_required": true,
|
2175
2182
|
"type": "int",
|
2176
|
-
"value_allowed_null":
|
2183
|
+
"value_allowed_null": false
|
2177
2184
|
},
|
2178
2185
|
{
|
2179
2186
|
"disabled": false,
|
2180
|
-
"document": "
|
2187
|
+
"document": "旗舰版购买记录的唯一性标识。如果为开通旗舰版,则返回值为空",
|
2181
2188
|
"example": "kms_pro_12345",
|
2182
2189
|
"member": "string",
|
2183
2190
|
"name": "ProResourceId",
|
2191
|
+
"output_required": true,
|
2184
2192
|
"type": "string",
|
2185
|
-
"value_allowed_null":
|
2193
|
+
"value_allowed_null": false
|
2186
2194
|
},
|
2187
2195
|
{
|
2188
2196
|
"disabled": false,
|
2189
|
-
"document": "是否开通 KMS
|
2197
|
+
"document": "是否开通 KMS 托管版",
|
2190
2198
|
"example": "false",
|
2191
2199
|
"member": "bool",
|
2192
2200
|
"name": "ExclusiveVSMEnabled",
|
2201
|
+
"output_required": true,
|
2193
2202
|
"type": "bool",
|
2194
|
-
"value_allowed_null":
|
2203
|
+
"value_allowed_null": false
|
2195
2204
|
},
|
2196
2205
|
{
|
2197
2206
|
"disabled": false,
|
2198
|
-
"document": "是否开通 KMS
|
2207
|
+
"document": "是否开通 KMS 独享版",
|
2199
2208
|
"example": "false",
|
2200
2209
|
"member": "bool",
|
2201
2210
|
"name": "ExclusiveHSMEnabled",
|
2211
|
+
"output_required": true,
|
2202
2212
|
"type": "bool",
|
2203
|
-
"value_allowed_null":
|
2213
|
+
"value_allowed_null": false
|
2204
2214
|
},
|
2205
2215
|
{
|
2206
2216
|
"disabled": false,
|
2207
|
-
"document": "KMS
|
2217
|
+
"document": "KMS 订阅信息。",
|
2208
2218
|
"example": "Prepaid_KMS",
|
2209
2219
|
"member": "string",
|
2210
2220
|
"name": "SubscriptionInfo",
|
2221
|
+
"output_required": true,
|
2211
2222
|
"type": "string",
|
2212
|
-
"value_allowed_null":
|
2223
|
+
"value_allowed_null": false
|
2213
2224
|
},
|
2214
2225
|
{
|
2215
2226
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -2226,7 +2237,7 @@
|
|
2226
2237
|
{
|
2227
2238
|
"disabled": false,
|
2228
2239
|
"document": "使用GetParametersForImport 返回的PublicKey加密后的密钥材料base64编码。对于国密版本region的KMS,导入的密钥材料长度要求为 128 bit,FIPS版本region的KMS, 导入的密钥材料长度要求为 256 bit。",
|
2229
|
-
"example": "
|
2240
|
+
"example": "YLbjnjPPIYjPb1XhyBYNmcr7yv1YMnfDmuHX8D0qCmUAP3Qi+2URkLJvZ/zCWuJK0Y23/QHX8a8lrKz4WVgUVuoleOriQMNx+AcRkjCegkcqkdJ8BNlaXsNJ67zjSZWDu9qI+bHXEqSIcXcz/l5jdBEum6tYViIDrNKIY6FaLC0Ex7y3eoN5A3YFhQoL7F7upNXZHhogP+YXqLqD7fKzsM8qgMW25qSddlhW4H1s1zOfwfobLAQDXofu9OAZ58Xf8KjnqEoA1Bn60kuJBoqqUV4BqOG3egTqCQaCdcn98oZFPTQpB/SVCE4hENncEV3tNihv2IwjFxSCjZHcJzhYuQ==",
|
2230
2241
|
"member": "string",
|
2231
2242
|
"name": "EncryptedKeyMaterial",
|
2232
2243
|
"required": true,
|
@@ -2235,7 +2246,7 @@
|
|
2235
2246
|
{
|
2236
2247
|
"disabled": false,
|
2237
2248
|
"document": "通过调用GetParametersForImport获得的导入令牌。",
|
2238
|
-
"example": "
|
2249
|
+
"example": "+b1d61DykcbWNoKUIjj+OQA5M+Iu5BiXfxldNy/wDbZL31mB2+SAA29TZgXBKYXbCts9ULktWZxU6X81O4jRrvmKwKET2gEg4A6koZrJW+KMAzqTazyWtP464EV4/6Gp",
|
2239
2250
|
"member": "string",
|
2240
2251
|
"name": "ImportToken",
|
2241
2252
|
"required": true,
|
@@ -2244,7 +2255,7 @@
|
|
2244
2255
|
{
|
2245
2256
|
"disabled": false,
|
2246
2257
|
"document": "指定导入密钥材料的CMK,需要和GetParametersForImport 指定的CMK相同。",
|
2247
|
-
"example": "
|
2258
|
+
"example": "93866e69-9755-11ef-8e65-52540089bc41",
|
2248
2259
|
"member": "string",
|
2249
2260
|
"name": "KeyId",
|
2250
2261
|
"required": true,
|
@@ -2280,10 +2291,10 @@
|
|
2280
2291
|
{
|
2281
2292
|
"disabled": false,
|
2282
2293
|
"document": "CMK的全局唯一标识。",
|
2283
|
-
"example": "",
|
2294
|
+
"example": "5551ef2e-6742-11ef-8133-525400b2f623",
|
2284
2295
|
"member": "string",
|
2285
2296
|
"name": "KeyId",
|
2286
|
-
"
|
2297
|
+
"output_required": true,
|
2287
2298
|
"type": "string",
|
2288
2299
|
"value_allowed_null": false
|
2289
2300
|
}
|
@@ -2299,27 +2310,27 @@
|
|
2299
2310
|
"example": "6cdf26d1-44ff-11eb-841c-5254006d0810",
|
2300
2311
|
"member": "string",
|
2301
2312
|
"name": "KeyId",
|
2302
|
-
"
|
2313
|
+
"output_required": true,
|
2303
2314
|
"type": "string",
|
2304
2315
|
"value_allowed_null": false
|
2305
2316
|
},
|
2306
2317
|
{
|
2307
2318
|
"disabled": false,
|
2308
2319
|
"document": "作为密钥更容易辨识,更容易被人看懂的别名",
|
2309
|
-
"example": "
|
2320
|
+
"example": "lzctest",
|
2310
2321
|
"member": "string",
|
2311
2322
|
"name": "Alias",
|
2312
|
-
"
|
2323
|
+
"output_required": true,
|
2313
2324
|
"type": "string",
|
2314
2325
|
"value_allowed_null": false
|
2315
2326
|
},
|
2316
2327
|
{
|
2317
2328
|
"disabled": false,
|
2318
2329
|
"document": "密钥创建时间",
|
2319
|
-
"example": "
|
2330
|
+
"example": "1730357927",
|
2320
2331
|
"member": "uint64",
|
2321
2332
|
"name": "CreateTime",
|
2322
|
-
"
|
2333
|
+
"output_required": true,
|
2323
2334
|
"type": "int",
|
2324
2335
|
"value_allowed_null": false
|
2325
2336
|
},
|
@@ -2329,7 +2340,7 @@
|
|
2329
2340
|
"example": "desc",
|
2330
2341
|
"member": "string",
|
2331
2342
|
"name": "Description",
|
2332
|
-
"
|
2343
|
+
"output_required": true,
|
2333
2344
|
"type": "string",
|
2334
2345
|
"value_allowed_null": false
|
2335
2346
|
},
|
@@ -2339,7 +2350,7 @@
|
|
2339
2350
|
"example": "PendingDelete",
|
2340
2351
|
"member": "string",
|
2341
2352
|
"name": "KeyState",
|
2342
|
-
"
|
2353
|
+
"output_required": true,
|
2343
2354
|
"type": "string",
|
2344
2355
|
"value_allowed_null": false
|
2345
2356
|
},
|
@@ -2349,7 +2360,7 @@
|
|
2349
2360
|
"example": "ASYMMETRIC_DECRYPT_RSA_2048",
|
2350
2361
|
"member": "string",
|
2351
2362
|
"name": "KeyUsage",
|
2352
|
-
"
|
2363
|
+
"output_required": true,
|
2353
2364
|
"type": "string",
|
2354
2365
|
"value_allowed_null": false
|
2355
2366
|
},
|
@@ -2359,17 +2370,17 @@
|
|
2359
2370
|
"example": "3",
|
2360
2371
|
"member": "int64",
|
2361
2372
|
"name": "Type",
|
2362
|
-
"
|
2373
|
+
"output_required": true,
|
2363
2374
|
"type": "int",
|
2364
2375
|
"value_allowed_null": false
|
2365
2376
|
},
|
2366
2377
|
{
|
2367
2378
|
"disabled": false,
|
2368
2379
|
"document": "创建者",
|
2369
|
-
"example": "
|
2380
|
+
"example": "700001224410",
|
2370
2381
|
"member": "uint64",
|
2371
2382
|
"name": "CreatorUin",
|
2372
|
-
"
|
2383
|
+
"output_required": true,
|
2373
2384
|
"type": "int",
|
2374
2385
|
"value_allowed_null": false
|
2375
2386
|
},
|
@@ -2379,7 +2390,7 @@
|
|
2379
2390
|
"example": "true",
|
2380
2391
|
"member": "bool",
|
2381
2392
|
"name": "KeyRotationEnabled",
|
2382
|
-
"
|
2393
|
+
"output_required": true,
|
2383
2394
|
"type": "bool",
|
2384
2395
|
"value_allowed_null": false
|
2385
2396
|
},
|
@@ -2389,49 +2400,49 @@
|
|
2389
2400
|
"example": "user",
|
2390
2401
|
"member": "string",
|
2391
2402
|
"name": "Owner",
|
2392
|
-
"
|
2403
|
+
"output_required": true,
|
2393
2404
|
"type": "string",
|
2394
2405
|
"value_allowed_null": false
|
2395
2406
|
},
|
2396
2407
|
{
|
2397
2408
|
"disabled": false,
|
2398
2409
|
"document": "在密钥轮换开启状态下,下次轮换的时间",
|
2399
|
-
"example": "
|
2410
|
+
"example": "1761893927",
|
2400
2411
|
"member": "uint64",
|
2401
2412
|
"name": "NextRotateTime",
|
2402
|
-
"
|
2413
|
+
"output_required": true,
|
2403
2414
|
"type": "int",
|
2404
2415
|
"value_allowed_null": false
|
2405
2416
|
},
|
2406
2417
|
{
|
2407
2418
|
"disabled": false,
|
2408
|
-
"document": "
|
2409
|
-
"example": "
|
2419
|
+
"document": "计划删除的时间",
|
2420
|
+
"example": "0",
|
2410
2421
|
"member": "uint64",
|
2411
2422
|
"name": "DeletionDate",
|
2412
|
-
"
|
2423
|
+
"output_required": false,
|
2413
2424
|
"type": "int",
|
2414
|
-
"value_allowed_null":
|
2425
|
+
"value_allowed_null": false
|
2415
2426
|
},
|
2416
2427
|
{
|
2417
2428
|
"disabled": false,
|
2418
|
-
"document": "CMK 密钥材料类型,由KMS创建的为: TENCENT_KMS, 由用户导入的类型为:EXTERNAL
|
2429
|
+
"document": "CMK 密钥材料类型,由KMS创建的为: TENCENT_KMS, 由用户导入的类型为:EXTERNAL",
|
2419
2430
|
"example": "EXTERNAL",
|
2420
2431
|
"member": "string",
|
2421
2432
|
"name": "Origin",
|
2422
|
-
"
|
2433
|
+
"output_required": false,
|
2423
2434
|
"type": "string",
|
2424
|
-
"value_allowed_null":
|
2435
|
+
"value_allowed_null": false
|
2425
2436
|
},
|
2426
2437
|
{
|
2427
2438
|
"disabled": false,
|
2428
|
-
"document": "在Origin为 EXTERNAL 时有效,表示密钥材料的有效日期, 0
|
2429
|
-
"example": "
|
2439
|
+
"document": "在Origin为 EXTERNAL 时有效,表示密钥材料的有效日期, 0 表示不过期",
|
2440
|
+
"example": "0",
|
2430
2441
|
"member": "uint64",
|
2431
2442
|
"name": "ValidTo",
|
2432
|
-
"
|
2443
|
+
"output_required": false,
|
2433
2444
|
"type": "int",
|
2434
|
-
"value_allowed_null":
|
2445
|
+
"value_allowed_null": false
|
2435
2446
|
},
|
2436
2447
|
{
|
2437
2448
|
"disabled": false,
|
@@ -2439,19 +2450,39 @@
|
|
2439
2450
|
"example": "creatorUin/12345/6cdf26d1-44ff-11eb-841c-5254006d0810",
|
2440
2451
|
"member": "string",
|
2441
2452
|
"name": "ResourceId",
|
2442
|
-
"
|
2453
|
+
"output_required": true,
|
2443
2454
|
"type": "string",
|
2444
2455
|
"value_allowed_null": false
|
2445
2456
|
},
|
2446
2457
|
{
|
2447
2458
|
"disabled": false,
|
2448
|
-
"document": "HSM 集群 ID(仅对 KMS
|
2459
|
+
"document": "HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)",
|
2449
2460
|
"example": "cls-hsm-1a2b3c4d",
|
2450
2461
|
"member": "string",
|
2451
2462
|
"name": "HsmClusterId",
|
2452
|
-
"
|
2463
|
+
"output_required": false,
|
2453
2464
|
"type": "string",
|
2454
|
-
"value_allowed_null":
|
2465
|
+
"value_allowed_null": false
|
2466
|
+
},
|
2467
|
+
{
|
2468
|
+
"disabled": false,
|
2469
|
+
"document": "密钥轮转周期(天)",
|
2470
|
+
"example": "365",
|
2471
|
+
"member": "uint64",
|
2472
|
+
"name": "RotateDays",
|
2473
|
+
"output_required": false,
|
2474
|
+
"type": "int",
|
2475
|
+
"value_allowed_null": false
|
2476
|
+
},
|
2477
|
+
{
|
2478
|
+
"disabled": false,
|
2479
|
+
"document": "上次乱转时间(Unix timestamp)",
|
2480
|
+
"example": "1730716649",
|
2481
|
+
"member": "uint64",
|
2482
|
+
"name": "LastRotateTime",
|
2483
|
+
"output_required": false,
|
2484
|
+
"type": "int",
|
2485
|
+
"value_allowed_null": false
|
2455
2486
|
}
|
2456
2487
|
],
|
2457
2488
|
"usage": "out"
|
@@ -2467,30 +2498,30 @@
|
|
2467
2498
|
{
|
2468
2499
|
"disabled": false,
|
2469
2500
|
"document": "本地区支持的对称加密算法",
|
2470
|
-
"example": "
|
2501
|
+
"example": "[ { \"Algorithm\": \"SM4\", \"KeyUsage\": \"ENCRYPT_DECRYPT\" } ]",
|
2471
2502
|
"member": "AlgorithmInfo",
|
2472
2503
|
"name": "SymmetricAlgorithms",
|
2473
|
-
"
|
2504
|
+
"output_required": true,
|
2474
2505
|
"type": "list",
|
2475
2506
|
"value_allowed_null": false
|
2476
2507
|
},
|
2477
2508
|
{
|
2478
2509
|
"disabled": false,
|
2479
2510
|
"document": "本地区支持的非对称加密算法",
|
2480
|
-
"example": "
|
2511
|
+
"example": " [ { \"Algorithm\": \"SM2\", \"KeyUsage\": \"ASYMMETRIC_DECRYPT_SM2\" }, { \"Algorithm\": \"RSA_2048\", \"KeyUsage\": \"ASYMMETRIC_DECRYPT_RSA_2048\" }, { \"Algorithm\": \"Kyber_AES\", \"KeyUsage\": \"ASYMMETRIC_Encrypt_Decrypt_Kyber_AES\" } ]",
|
2481
2512
|
"member": "AlgorithmInfo",
|
2482
2513
|
"name": "AsymmetricAlgorithms",
|
2483
|
-
"
|
2514
|
+
"output_required": true,
|
2484
2515
|
"type": "list",
|
2485
2516
|
"value_allowed_null": false
|
2486
2517
|
},
|
2487
2518
|
{
|
2488
2519
|
"disabled": false,
|
2489
2520
|
"document": "本地区支持的非对称签名验签算法",
|
2490
|
-
"example": "
|
2521
|
+
"example": "[ { \"Algorithm\": \"SM2\", \"KeyUsage\": \"ASYMMETRIC_SIGN_VERIFY_SM2\" }, { \"Algorithm\": \"RSA_2048\", \"KeyUsage\": \"ASYMMETRIC_SIGN_VERIFY_RSA_2048\" }, { \"Algorithm\": \"ECC\", \"KeyUsage\": \"ASYMMETRIC_SIGN_VERIFY_ECC\" }, { \"Algorithm\": \"ECDSA384_SHA384\", \"KeyUsage\": \"ASYMMETRIC_SIGN_VERIFY_ECDSA384\" }, { \"Algorithm\": \"RSA_3072\", \"KeyUsage\": \"ASYMMETRIC_SIGN_VERIFY_RSA_3072\" }, { \"Algorithm\": \"Dilithium\", \"KeyUsage\": \"ASYMMETRIC_SIGN_VERIFY_DILITHIUM\" } ]",
|
2491
2522
|
"member": "AlgorithmInfo",
|
2492
2523
|
"name": "AsymmetricSignVerifyAlgorithms",
|
2493
|
-
"
|
2524
|
+
"output_required": true,
|
2494
2525
|
"type": "list",
|
2495
2526
|
"value_allowed_null": false
|
2496
2527
|
},
|
@@ -2554,7 +2585,7 @@
|
|
2554
2585
|
{
|
2555
2586
|
"disabled": false,
|
2556
2587
|
"document": "根据KeyId或者Alias进行模糊匹配查询",
|
2557
|
-
"example": "
|
2588
|
+
"example": "lzctest",
|
2558
2589
|
"member": "string",
|
2559
2590
|
"name": "SearchKeyAlias",
|
2560
2591
|
"required": false,
|
@@ -2581,7 +2612,7 @@
|
|
2581
2612
|
{
|
2582
2613
|
"disabled": false,
|
2583
2614
|
"document": "标签过滤条件",
|
2584
|
-
"example": "
|
2615
|
+
"example": "[{\"TagKey\":\"env\",\"TagValue\":[\"dev\"]}]",
|
2585
2616
|
"member": "TagFilter",
|
2586
2617
|
"name": "TagFilters",
|
2587
2618
|
"required": false,
|
@@ -2590,7 +2621,7 @@
|
|
2590
2621
|
{
|
2591
2622
|
"disabled": false,
|
2592
2623
|
"document": "KMS 高级版对应的 HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)。",
|
2593
|
-
"example": "
|
2624
|
+
"example": "cls-hsm-3dflmo9g",
|
2594
2625
|
"member": "string",
|
2595
2626
|
"name": "HsmClusterId",
|
2596
2627
|
"required": false,
|
@@ -2608,19 +2639,19 @@
|
|
2608
2639
|
"example": "10",
|
2609
2640
|
"member": "uint64",
|
2610
2641
|
"name": "TotalCount",
|
2611
|
-
"
|
2642
|
+
"output_required": true,
|
2612
2643
|
"type": "int",
|
2613
2644
|
"value_allowed_null": false
|
2614
2645
|
},
|
2615
2646
|
{
|
2616
2647
|
"disabled": false,
|
2617
|
-
"document": "
|
2618
|
-
"example": "
|
2648
|
+
"document": "返回的属性信息列表。",
|
2649
|
+
"example": "[ { \"Alias\": \"Weijiali_test_000000005\", \"CreateTime\": 1725354067, \"CreatorUin\": 700001028674, \"DeletionDate\": 0, \"Description\": \"weijiali_test_00000000000005\", \"HsmClusterId\": \"cls-hsm-3dflmo9g\", \"KeyId\": \"0ed49d3e-69d3-11ef-9841-52540089bc41\", \"KeyRotationEnabled\": false, \"KeyState\": \"Enabled\", \"KeyUsage\": \"ASYMMETRIC_SIGN_VERIFY_SM2\", \"LastRotateTime\": 1725354067, \"NextRotateTime\": 1756890067, \"Origin\": \"TENCENT_KMS\", \"Owner\": \"user\", \"ResourceId\": \"creatorUin/700001028674/0ed49d3e-69d3-11ef-9841-52540089bc41\", \"RotateDays\": 365, \"Type\": 4, \"ValidTo\": 0 }, { \"Alias\": \"Weijiali_test_00000000000004\", \"CreateTime\": 1725354055, \"CreatorUin\": 700001028674, \"DeletionDate\": 0, \"Description\": \"Weijiali_test_00000000000004\", \"HsmClusterId\": \"cls-hsm-3dflmo9g\", \"KeyId\": \"07ad2031-69d3-11ef-9841-52540089bc41\", \"KeyRotationEnabled\": false, \"KeyState\": \"Enabled\", \"KeyUsage\": \"ASYMMETRIC_DECRYPT_SM2\", \"LastRotateTime\": 1725354055, \"NextRotateTime\": 1756890055, \"Origin\": \"TENCENT_KMS\", \"Owner\": \"user\", \"ResourceId\": \"creatorUin/700001028674/07ad2031-69d3-11ef-9841-52540089bc41\", \"RotateDays\": 365, \"Type\": 4, \"ValidTo\": 0 }, { \"Alias\": \"weijiali_test_00000000000003\", \"CreateTime\": 1725354040, \"CreatorUin\": 700001028674, \"DeletionDate\": 0, \"Description\": \"weijiali_test_00000000000003\", \"HsmClusterId\": \"cls-hsm-3dflmo9g\", \"KeyId\": \"fea98175-69d2-11ef-910d-525400d834e5\", \"KeyRotationEnabled\": false, \"KeyState\": \"Enabled\", \"KeyUsage\": \"ENCRYPT_DECRYPT\", \"LastRotateTime\": 1725354040, \"NextRotateTime\": 1756890040, \"Origin\": \"TENCENT_KMS\", \"Owner\": \"user\", \"ResourceId\": \"creatorUin/700001028674/fea98175-69d2-11ef-910d-525400d834e5\", \"RotateDays\": 365, \"Type\": 4, \"ValidTo\": 0 } ]",
|
2619
2650
|
"member": "KeyMetadata",
|
2620
2651
|
"name": "KeyMetadatas",
|
2621
|
-
"
|
2652
|
+
"output_required": false,
|
2622
2653
|
"type": "list",
|
2623
|
-
"value_allowed_null":
|
2654
|
+
"value_allowed_null": false
|
2624
2655
|
},
|
2625
2656
|
{
|
2626
2657
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -2655,7 +2686,7 @@
|
|
2655
2686
|
{
|
2656
2687
|
"disabled": false,
|
2657
2688
|
"document": "根据创建者角色筛选,默认 0 表示用户自己创建的cmk, 1 表示授权其它云产品自动创建的cmk",
|
2658
|
-
"example": "
|
2689
|
+
"example": "0",
|
2659
2690
|
"member": "uint64",
|
2660
2691
|
"name": "Role",
|
2661
2692
|
"required": false,
|
@@ -2664,7 +2695,7 @@
|
|
2664
2695
|
{
|
2665
2696
|
"disabled": false,
|
2666
2697
|
"document": "KMS 高级版对应的 HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)。",
|
2667
|
-
"example": "
|
2698
|
+
"example": "cls-hsm-3dflmo9g",
|
2668
2699
|
"member": "string",
|
2669
2700
|
"name": "HsmClusterId",
|
2670
2701
|
"required": false,
|
@@ -2678,13 +2709,13 @@
|
|
2678
2709
|
"members": [
|
2679
2710
|
{
|
2680
2711
|
"disabled": false,
|
2681
|
-
"document": "CMK
|
2682
|
-
"example": "
|
2712
|
+
"document": "CMK列表数组",
|
2713
|
+
"example": "[ { \"KeyId\": \"515d337d-70b4-11ef-bc87-02ac442a5a1f\" }, { \"KeyId\": \"0ed49d3e-69d3-11ef-9841-52540089bc41\" } ]",
|
2683
2714
|
"member": "Key",
|
2684
2715
|
"name": "Keys",
|
2685
|
-
"
|
2716
|
+
"output_required": false,
|
2686
2717
|
"type": "list",
|
2687
|
-
"value_allowed_null":
|
2718
|
+
"value_allowed_null": false
|
2688
2719
|
},
|
2689
2720
|
{
|
2690
2721
|
"disabled": false,
|
@@ -2692,7 +2723,7 @@
|
|
2692
2723
|
"example": "100",
|
2693
2724
|
"member": "uint64",
|
2694
2725
|
"name": "TotalCount",
|
2695
|
-
"
|
2726
|
+
"output_required": true,
|
2696
2727
|
"type": "int",
|
2697
2728
|
"value_allowed_null": false
|
2698
2729
|
},
|
@@ -2711,7 +2742,7 @@
|
|
2711
2742
|
{
|
2712
2743
|
"disabled": false,
|
2713
2744
|
"document": "白盒密钥ID",
|
2714
|
-
"example": "
|
2745
|
+
"example": "5551ef2e-6742-11ef-8133-525400b2f623",
|
2715
2746
|
"member": "string",
|
2716
2747
|
"name": "KeyId",
|
2717
2748
|
"required": true,
|
@@ -2720,7 +2751,7 @@
|
|
2720
2751
|
{
|
2721
2752
|
"disabled": false,
|
2722
2753
|
"document": "设备指纹列表,如果列表为空,则表示删除该密钥对应的所有指纹信息。列表最大长度不超过200。",
|
2723
|
-
"example": "
|
2754
|
+
"example": "[{\"Identity\":\"0177ebba-5ad6930a*******bba2b703-ddfd218bab945f-0c275b7f7d2c8c68\",\"Description\":\"test2\"}]",
|
2724
2755
|
"member": "DeviceFingerprint",
|
2725
2756
|
"name": "DeviceFingerprints",
|
2726
2757
|
"required": false,
|
@@ -2756,7 +2787,7 @@
|
|
2756
2787
|
{
|
2757
2788
|
"disabled": false,
|
2758
2789
|
"document": "PEM 格式公钥字符串,支持 RSA2048 和 SM2 公钥,用于对返回数据中的 Plaintext 值进行加密。若为空,则不对 Plaintext 值加密。",
|
2759
|
-
"example": "
|
2790
|
+
"example": "-----BEGIN PUBLIC KEY----- MFkwEwYHKoZIzj0CAQYI******VWhjH2dhziiH/NWCkk3FjIhjIwqjmnWhmUTg== -----END PUBLIC KEY-----",
|
2760
2791
|
"member": "string",
|
2761
2792
|
"name": "EncryptionPublicKey",
|
2762
2793
|
"required": false,
|
@@ -2783,6 +2814,7 @@
|
|
2783
2814
|
"example": "23e80852-1e38-11e9-b129-5cb9019b4b01",
|
2784
2815
|
"member": "string",
|
2785
2816
|
"name": "KeyId",
|
2817
|
+
"output_required": true,
|
2786
2818
|
"type": "string",
|
2787
2819
|
"value_allowed_null": false
|
2788
2820
|
},
|
@@ -2792,6 +2824,7 @@
|
|
2792
2824
|
"example": "dGVzdCUyMHBsYWluJTIwdGV4dA==",
|
2793
2825
|
"member": "string",
|
2794
2826
|
"name": "PlainText",
|
2827
|
+
"output_required": true,
|
2795
2828
|
"type": "string",
|
2796
2829
|
"value_allowed_null": false
|
2797
2830
|
},
|
@@ -2819,7 +2852,7 @@
|
|
2819
2852
|
{
|
2820
2853
|
"disabled": false,
|
2821
2854
|
"document": "被加密的明文数据,该字段必须使用base64编码,原文最大长度支持4K",
|
2822
|
-
"example": "
|
2855
|
+
"example": "dGVzdAo=",
|
2823
2856
|
"member": "string",
|
2824
2857
|
"name": "PlainText",
|
2825
2858
|
"required": true,
|
@@ -2834,9 +2867,10 @@
|
|
2834
2867
|
{
|
2835
2868
|
"disabled": false,
|
2836
2869
|
"document": "加密后的密文,base64编码。注意:本字段中打包了密文和密钥的相关信息,不是对明文的直接加密结果,只有将该字段作为PostQuantumCryptoDecrypt接口的输入参数,才可以解密出原文。",
|
2837
|
-
"example": "
|
2870
|
+
"example": "ZHNhZHNpbzEyMW5uaz1qb2lqMm4xbW5tc2FkYXMxO*****TIxbWExcwo=",
|
2838
2871
|
"member": "string",
|
2839
2872
|
"name": "CiphertextBlob",
|
2873
|
+
"output_required": true,
|
2840
2874
|
"type": "string",
|
2841
2875
|
"value_allowed_null": false
|
2842
2876
|
},
|
@@ -2846,6 +2880,7 @@
|
|
2846
2880
|
"example": "9999aed0-4956-11e9-bc70-5254005e86b4",
|
2847
2881
|
"member": "string",
|
2848
2882
|
"name": "KeyId",
|
2883
|
+
"output_required": true,
|
2849
2884
|
"type": "string",
|
2850
2885
|
"value_allowed_null": false
|
2851
2886
|
},
|
@@ -2864,7 +2899,7 @@
|
|
2864
2899
|
{
|
2865
2900
|
"disabled": false,
|
2866
2901
|
"document": "Base64 编码的消息原文。消息原文的长度(Base64编码前的长度)不超过4096字节。",
|
2867
|
-
"example": "
|
2902
|
+
"example": "dGVzdAo=",
|
2868
2903
|
"member": "string",
|
2869
2904
|
"name": "Message",
|
2870
2905
|
"required": true,
|
@@ -2873,7 +2908,7 @@
|
|
2873
2908
|
{
|
2874
2909
|
"disabled": false,
|
2875
2910
|
"document": "密钥的唯一标识",
|
2876
|
-
"example": "
|
2911
|
+
"example": "b2b90f78-df57-11ed-979b-525400cf6ac4",
|
2877
2912
|
"member": "string",
|
2878
2913
|
"name": "KeyId",
|
2879
2914
|
"required": true,
|
@@ -2891,6 +2926,7 @@
|
|
2891
2926
|
"example": "MEUCICr/JCV52BqGvI0iYxdZ1eL8zzJjx39mWNv2ZWdLOMvRAiEApO6os3Wj0Tg3",
|
2892
2927
|
"member": "string",
|
2893
2928
|
"name": "Signature",
|
2929
|
+
"output_required": true,
|
2894
2930
|
"type": "string",
|
2895
2931
|
"value_allowed_null": false
|
2896
2932
|
},
|
@@ -2909,7 +2945,7 @@
|
|
2909
2945
|
{
|
2910
2946
|
"disabled": false,
|
2911
2947
|
"document": "密钥的唯一标识",
|
2912
|
-
"example": "
|
2948
|
+
"example": "b2b90f78-df57-11ed-979b-525400cf6ac4",
|
2913
2949
|
"member": "string",
|
2914
2950
|
"name": "KeyId",
|
2915
2951
|
"required": true,
|
@@ -2918,7 +2954,7 @@
|
|
2918
2954
|
{
|
2919
2955
|
"disabled": false,
|
2920
2956
|
"document": "签名值,通过调用KMS PostQuantumCryptoSign签名接口生成",
|
2921
|
-
"example": "
|
2957
|
+
"example": "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",
|
2922
2958
|
"member": "string",
|
2923
2959
|
"name": "SignatureValue",
|
2924
2960
|
"required": true,
|
@@ -2927,7 +2963,7 @@
|
|
2927
2963
|
{
|
2928
2964
|
"disabled": false,
|
2929
2965
|
"document": "Base64 编码的消息原文,消息原文的长度(Base64编码前的长度)不超过4096字节。",
|
2930
|
-
"example": "
|
2966
|
+
"example": "dGVzdAo=",
|
2931
2967
|
"member": "string",
|
2932
2968
|
"name": "Message",
|
2933
2969
|
"required": true,
|
@@ -2945,6 +2981,7 @@
|
|
2945
2981
|
"example": "true",
|
2946
2982
|
"member": "bool",
|
2947
2983
|
"name": "SignatureValid",
|
2984
|
+
"output_required": true,
|
2948
2985
|
"type": "bool",
|
2949
2986
|
"value_allowed_null": false
|
2950
2987
|
},
|
@@ -2963,7 +3000,7 @@
|
|
2963
3000
|
{
|
2964
3001
|
"disabled": false,
|
2965
3002
|
"document": "需要重新加密的密文",
|
2966
|
-
"example": "
|
3003
|
+
"example": "M1UPpYhWviWGrfn78MLVBG1n5G2H6+pGK5u7xOmoWoCcWpxVKC1OAQujzQSLHWBE54p3Kd8Qji+7FOPN3nkQeA==-k-fKVP3WIlGpg8m9LMW4jEkQ==-k-8VyKJSv97jE/+mKGeevmUUvCXLYzWs6Zxn3PZoeBW4aPCjYX",
|
2967
3004
|
"member": "string",
|
2968
3005
|
"name": "CiphertextBlob",
|
2969
3006
|
"required": true,
|
@@ -2972,7 +3009,7 @@
|
|
2972
3009
|
{
|
2973
3010
|
"disabled": false,
|
2974
3011
|
"document": "重新加密使用的CMK,如果为空,则使用密文原有的CMK重新加密(若密钥没有轮换则密文不会刷新)",
|
2975
|
-
"example": "
|
3012
|
+
"example": "87ff856e-973c-11ef-947b-525400d834e5",
|
2976
3013
|
"member": "string",
|
2977
3014
|
"name": "DestinationKeyId",
|
2978
3015
|
"required": false,
|
@@ -2981,7 +3018,7 @@
|
|
2981
3018
|
{
|
2982
3019
|
"disabled": false,
|
2983
3020
|
"document": "CiphertextBlob 密文加密时使用的key/value对的json字符串。如果加密时未使用,则为空",
|
2984
|
-
"example": "
|
3021
|
+
"example": "{\\\"key\\\":\\\"value\\\"}",
|
2985
3022
|
"member": "string",
|
2986
3023
|
"name": "SourceEncryptionContext",
|
2987
3024
|
"required": false,
|
@@ -2990,7 +3027,7 @@
|
|
2990
3027
|
{
|
2991
3028
|
"disabled": false,
|
2992
3029
|
"document": "重新加密使用的key/value对的json字符串,如果使用该字段,则返回的新密文在解密时需要填入相同的字符串",
|
2993
|
-
"example": "
|
3030
|
+
"example": "{\\\"key1\\\":\\\"value1\\\"}",
|
2994
3031
|
"member": "string",
|
2995
3032
|
"name": "DestinationEncryptionContext",
|
2996
3033
|
"required": false,
|
@@ -3005,40 +3042,40 @@
|
|
3005
3042
|
{
|
3006
3043
|
"disabled": false,
|
3007
3044
|
"document": "重新加密后的密文",
|
3008
|
-
"example": "
|
3045
|
+
"example": "M1UPpYhWviWGrfn78MLVBG1n5G2H6+pGK5u7xOmoWoCcWpxVKC1OAQujzQSLHWBE54p3Kd8Qji+7FOPN3nkQeA==-k-XqqalxTyNKIC1rITRePFGQ==-k-8VyKJSv97jE/+mKGeevmUUvCXLYzWs6Zxn3PZoeBW4aPCjYX",
|
3009
3046
|
"member": "string",
|
3010
3047
|
"name": "CiphertextBlob",
|
3011
|
-
"
|
3048
|
+
"output_required": true,
|
3012
3049
|
"type": "string",
|
3013
3050
|
"value_allowed_null": false
|
3014
3051
|
},
|
3015
3052
|
{
|
3016
3053
|
"disabled": false,
|
3017
3054
|
"document": "重新加密使用的CMK",
|
3018
|
-
"example": "
|
3055
|
+
"example": "87ff856e-973c-11ef-947b-525400d834e5",
|
3019
3056
|
"member": "string",
|
3020
3057
|
"name": "KeyId",
|
3021
|
-
"
|
3058
|
+
"output_required": true,
|
3022
3059
|
"type": "string",
|
3023
3060
|
"value_allowed_null": false
|
3024
3061
|
},
|
3025
3062
|
{
|
3026
3063
|
"disabled": false,
|
3027
3064
|
"document": "重新加密前密文使用的CMK",
|
3028
|
-
"example": "
|
3065
|
+
"example": "87ff856e-973c-11ef-947b-525400d834e5",
|
3029
3066
|
"member": "string",
|
3030
3067
|
"name": "SourceKeyId",
|
3031
|
-
"
|
3068
|
+
"output_required": true,
|
3032
3069
|
"type": "string",
|
3033
3070
|
"value_allowed_null": false
|
3034
3071
|
},
|
3035
3072
|
{
|
3036
3073
|
"disabled": false,
|
3037
3074
|
"document": "true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文",
|
3038
|
-
"example": "
|
3075
|
+
"example": "true",
|
3039
3076
|
"member": "bool",
|
3040
3077
|
"name": "ReEncrypted",
|
3041
|
-
"
|
3078
|
+
"output_required": true,
|
3042
3079
|
"type": "bool",
|
3043
3080
|
"value_allowed_null": false
|
3044
3081
|
},
|
@@ -3057,7 +3094,7 @@
|
|
3057
3094
|
{
|
3058
3095
|
"disabled": false,
|
3059
3096
|
"document": "CMK的唯一标志",
|
3060
|
-
"example": "
|
3097
|
+
"example": "93866e69-9755-11ef-8e65-52540089bc41",
|
3061
3098
|
"member": "string",
|
3062
3099
|
"name": "KeyId",
|
3063
3100
|
"required": true,
|
@@ -3066,7 +3103,7 @@
|
|
3066
3103
|
{
|
3067
3104
|
"disabled": false,
|
3068
3105
|
"document": "计划删除时间区间[7,30]",
|
3069
|
-
"example": "
|
3106
|
+
"example": "7",
|
3070
3107
|
"member": "uint64",
|
3071
3108
|
"name": "PendingWindowInDays",
|
3072
3109
|
"required": true,
|
@@ -3084,7 +3121,7 @@
|
|
3084
3121
|
"example": "1559318399",
|
3085
3122
|
"member": "uint64",
|
3086
3123
|
"name": "DeletionDate",
|
3087
|
-
"
|
3124
|
+
"output_required": true,
|
3088
3125
|
"type": "int",
|
3089
3126
|
"value_allowed_null": false
|
3090
3127
|
},
|
@@ -3094,7 +3131,7 @@
|
|
3094
3131
|
"example": "23e80852-1e38-11e9-b129-5cb9019b4b01",
|
3095
3132
|
"member": "string",
|
3096
3133
|
"name": "KeyId",
|
3097
|
-
"
|
3134
|
+
"output_required": true,
|
3098
3135
|
"type": "string",
|
3099
3136
|
"value_allowed_null": false
|
3100
3137
|
},
|
@@ -3122,7 +3159,7 @@
|
|
3122
3159
|
{
|
3123
3160
|
"disabled": false,
|
3124
3161
|
"document": "消息原文或消息摘要。如果提供的是消息原文,则消息原文的长度(Base64编码前的长度)不超过4096字节。如果提供的是消息摘要,消息摘要长度(Base64编码前的长度)必须等于32字节",
|
3125
|
-
"example": "
|
3162
|
+
"example": "dGVzdAo=",
|
3126
3163
|
"member": "string",
|
3127
3164
|
"name": "Message",
|
3128
3165
|
"required": true,
|
@@ -3131,7 +3168,7 @@
|
|
3131
3168
|
{
|
3132
3169
|
"disabled": false,
|
3133
3170
|
"document": "密钥的唯一标识",
|
3134
|
-
"example": "
|
3171
|
+
"example": "d79e97e5-69d1-11ef-bc87-02ac442a5a1f",
|
3135
3172
|
"member": "string",
|
3136
3173
|
"name": "KeyId",
|
3137
3174
|
"required": true,
|
@@ -3155,10 +3192,10 @@
|
|
3155
3192
|
{
|
3156
3193
|
"disabled": false,
|
3157
3194
|
"document": "签名,Base64编码",
|
3158
|
-
"example": "
|
3195
|
+
"example": "MEYCIQDFunV6ujrE9k4IMOEeH4J0uwENYSf1JH2DI01qlFWKkwIhAMiv6S2s3VsLtMF/+4rDEiF3IyE3zfRGq5B+k7hHfGoQ",
|
3159
3196
|
"member": "string",
|
3160
3197
|
"name": "Signature",
|
3161
|
-
"
|
3198
|
+
"output_required": true,
|
3162
3199
|
"type": "string",
|
3163
3200
|
"value_allowed_null": false
|
3164
3201
|
},
|
@@ -3177,22 +3214,20 @@
|
|
3177
3214
|
{
|
3178
3215
|
"disabled": false,
|
3179
3216
|
"document": "标签键",
|
3180
|
-
"example": "",
|
3217
|
+
"example": "env",
|
3181
3218
|
"member": "string",
|
3182
3219
|
"name": "TagKey",
|
3183
3220
|
"required": true,
|
3184
|
-
"type": "string"
|
3185
|
-
"value_allowed_null": false
|
3221
|
+
"type": "string"
|
3186
3222
|
},
|
3187
3223
|
{
|
3188
3224
|
"disabled": false,
|
3189
3225
|
"document": "标签值",
|
3190
|
-
"example": "",
|
3226
|
+
"example": "dev",
|
3191
3227
|
"member": "string",
|
3192
3228
|
"name": "TagValue",
|
3193
3229
|
"required": true,
|
3194
|
-
"type": "string"
|
3195
|
-
"value_allowed_null": false
|
3230
|
+
"type": "string"
|
3196
3231
|
}
|
3197
3232
|
],
|
3198
3233
|
"usage": "in"
|
@@ -3203,22 +3238,20 @@
|
|
3203
3238
|
{
|
3204
3239
|
"disabled": false,
|
3205
3240
|
"document": "标签键",
|
3206
|
-
"example": "",
|
3241
|
+
"example": "env",
|
3207
3242
|
"member": "string",
|
3208
3243
|
"name": "TagKey",
|
3209
3244
|
"required": true,
|
3210
|
-
"type": "string"
|
3211
|
-
"value_allowed_null": false
|
3245
|
+
"type": "string"
|
3212
3246
|
},
|
3213
3247
|
{
|
3214
3248
|
"disabled": false,
|
3215
3249
|
"document": "标签值",
|
3216
|
-
"example": "",
|
3250
|
+
"example": "dev",
|
3217
3251
|
"member": "string",
|
3218
3252
|
"name": "TagValue",
|
3219
3253
|
"required": false,
|
3220
|
-
"type": "list"
|
3221
|
-
"value_allowed_null": false
|
3254
|
+
"type": "list"
|
3222
3255
|
}
|
3223
3256
|
],
|
3224
3257
|
"usage": "in"
|
@@ -3346,7 +3379,7 @@
|
|
3346
3379
|
{
|
3347
3380
|
"disabled": false,
|
3348
3381
|
"document": "密钥的唯一标识",
|
3349
|
-
"example": "
|
3382
|
+
"example": "d79e97e5-69d1-11ef-bc87-02ac442a5a1f",
|
3350
3383
|
"member": "string",
|
3351
3384
|
"name": "KeyId",
|
3352
3385
|
"required": true,
|
@@ -3355,7 +3388,7 @@
|
|
3355
3388
|
{
|
3356
3389
|
"disabled": false,
|
3357
3390
|
"document": "签名值,通过调用KMS签名接口生成",
|
3358
|
-
"example": "
|
3391
|
+
"example": "MEUCIQDunw5PZuSVI6IPX2xxdce6ohrm9Rt8KBqpMr6yogDbdgIgVyqCOiOs9OVb/frwglpg+43QXMMRnFKmBd5VNpS4A/o=",
|
3359
3392
|
"member": "string",
|
3360
3393
|
"name": "SignatureValue",
|
3361
3394
|
"required": true,
|
@@ -3364,7 +3397,7 @@
|
|
3364
3397
|
{
|
3365
3398
|
"disabled": false,
|
3366
3399
|
"document": "消息原文或消息摘要。如果提供的是消息原文,则消息原文的长度(Base64编码前的长度)不超过4096字节。如果提供的是消息摘要,则消息摘要长度(Base64编码前的长度)必须等于32字节",
|
3367
|
-
"example": "
|
3400
|
+
"example": "dGVzdAo=",
|
3368
3401
|
"member": "string",
|
3369
3402
|
"name": "Message",
|
3370
3403
|
"required": true,
|
@@ -3400,7 +3433,7 @@
|
|
3400
3433
|
"example": "true",
|
3401
3434
|
"member": "bool",
|
3402
3435
|
"name": "SignatureValid",
|
3403
|
-
"
|
3436
|
+
"output_required": true,
|
3404
3437
|
"type": "bool",
|
3405
3438
|
"value_allowed_null": false
|
3406
3439
|
},
|
@@ -3419,122 +3452,122 @@
|
|
3419
3452
|
{
|
3420
3453
|
"disabled": false,
|
3421
3454
|
"document": "白盒密钥的全局唯一标识符",
|
3422
|
-
"example": "",
|
3455
|
+
"example": "9971f40f-69d2-11ef-9d7c-525400dc620c",
|
3423
3456
|
"member": "string",
|
3424
3457
|
"name": "KeyId",
|
3425
|
-
"
|
3458
|
+
"output_required": true,
|
3426
3459
|
"type": "string",
|
3427
3460
|
"value_allowed_null": false
|
3428
3461
|
},
|
3429
3462
|
{
|
3430
3463
|
"disabled": false,
|
3431
3464
|
"document": "作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字. 不可重复",
|
3432
|
-
"example": "",
|
3465
|
+
"example": "weijiali_testabc_0000000000000",
|
3433
3466
|
"member": "string",
|
3434
3467
|
"name": "Alias",
|
3435
|
-
"
|
3468
|
+
"output_required": true,
|
3436
3469
|
"type": "string",
|
3437
3470
|
"value_allowed_null": false
|
3438
3471
|
},
|
3439
3472
|
{
|
3440
3473
|
"disabled": false,
|
3441
3474
|
"document": "创建者",
|
3442
|
-
"example": "",
|
3475
|
+
"example": "700001028674",
|
3443
3476
|
"member": "uint64",
|
3444
3477
|
"name": "CreatorUin",
|
3445
|
-
"
|
3478
|
+
"output_required": true,
|
3446
3479
|
"type": "int",
|
3447
3480
|
"value_allowed_null": false
|
3448
3481
|
},
|
3449
3482
|
{
|
3450
3483
|
"disabled": false,
|
3451
3484
|
"document": "密钥的描述信息",
|
3452
|
-
"example": "",
|
3485
|
+
"example": "weijiali_test_00000000000001",
|
3453
3486
|
"member": "string",
|
3454
3487
|
"name": "Description",
|
3455
|
-
"
|
3488
|
+
"output_required": true,
|
3456
3489
|
"type": "string",
|
3457
3490
|
"value_allowed_null": false
|
3458
3491
|
},
|
3459
3492
|
{
|
3460
3493
|
"disabled": false,
|
3461
3494
|
"document": "密钥创建时间,Unix时间戳",
|
3462
|
-
"example": "",
|
3495
|
+
"example": "1725353871",
|
3463
3496
|
"member": "uint64",
|
3464
3497
|
"name": "CreateTime",
|
3465
|
-
"
|
3498
|
+
"output_required": true,
|
3466
3499
|
"type": "int",
|
3467
3500
|
"value_allowed_null": false
|
3468
3501
|
},
|
3469
3502
|
{
|
3470
3503
|
"disabled": false,
|
3471
3504
|
"document": "白盒密钥的状态, 取值为:Enabled | Disabled",
|
3472
|
-
"example": "",
|
3505
|
+
"example": "Enabled",
|
3473
3506
|
"member": "string",
|
3474
3507
|
"name": "Status",
|
3475
|
-
"
|
3508
|
+
"output_required": true,
|
3476
3509
|
"type": "string",
|
3477
3510
|
"value_allowed_null": false
|
3478
3511
|
},
|
3479
3512
|
{
|
3480
3513
|
"disabled": false,
|
3481
3514
|
"document": "创建者",
|
3482
|
-
"example": "",
|
3515
|
+
"example": "100000007998",
|
3483
3516
|
"member": "uint64",
|
3484
3517
|
"name": "OwnerUin",
|
3485
|
-
"
|
3518
|
+
"output_required": true,
|
3486
3519
|
"type": "int",
|
3487
3520
|
"value_allowed_null": false
|
3488
3521
|
},
|
3489
3522
|
{
|
3490
3523
|
"disabled": false,
|
3491
3524
|
"document": "密钥所用的算法类型",
|
3492
|
-
"example": "",
|
3525
|
+
"example": "SM4",
|
3493
3526
|
"member": "string",
|
3494
3527
|
"name": "Algorithm",
|
3495
|
-
"
|
3528
|
+
"output_required": true,
|
3496
3529
|
"type": "string",
|
3497
3530
|
"value_allowed_null": false
|
3498
3531
|
},
|
3499
3532
|
{
|
3500
3533
|
"disabled": false,
|
3501
3534
|
"document": "白盒加密密钥,base64编码",
|
3502
|
-
"example": "",
|
3535
|
+
"example": "AACAAAAAyBDDg3NeCzKNLdNR/gVvEOgDIxrhXykeO******77c7A0xfr1vIzVPYzyn2CeYYLyagRV/jn2PtQgMdl4uj/sXsPs4jQvtHhBaKA48+28gLk",
|
3503
3536
|
"member": "string",
|
3504
3537
|
"name": "EncryptKey",
|
3505
|
-
"
|
3538
|
+
"output_required": true,
|
3506
3539
|
"type": "string",
|
3507
3540
|
"value_allowed_null": false
|
3508
3541
|
},
|
3509
3542
|
{
|
3510
3543
|
"disabled": false,
|
3511
3544
|
"document": "白盒解密密钥,base64编码",
|
3512
|
-
"example": "",
|
3545
|
+
"example": "AACAAAAAyBDDg3NeCzKNLdNR/gVvEOg****vtHhBaKA48+28gLk",
|
3513
3546
|
"member": "string",
|
3514
3547
|
"name": "DecryptKey",
|
3515
|
-
"
|
3548
|
+
"output_required": true,
|
3516
3549
|
"type": "string",
|
3517
3550
|
"value_allowed_null": false
|
3518
3551
|
},
|
3519
3552
|
{
|
3520
3553
|
"disabled": false,
|
3521
3554
|
"document": "资源ID,格式:creatorUin/$creatorUin/$keyId",
|
3522
|
-
"example": "",
|
3555
|
+
"example": "creatorUin/700001028674/9971f40f-69d2-11ef-9d7c-525400dc620c",
|
3523
3556
|
"member": "string",
|
3524
3557
|
"name": "ResourceId",
|
3525
|
-
"
|
3558
|
+
"output_required": true,
|
3526
3559
|
"type": "string",
|
3527
3560
|
"value_allowed_null": false
|
3528
3561
|
},
|
3529
3562
|
{
|
3530
3563
|
"disabled": false,
|
3531
|
-
"document": "
|
3532
|
-
"example": "",
|
3564
|
+
"document": "是否有设备指纹与当前密钥绑定",
|
3565
|
+
"example": "false",
|
3533
3566
|
"member": "bool",
|
3534
3567
|
"name": "DeviceFingerprintBind",
|
3535
|
-
"
|
3568
|
+
"output_required": false,
|
3536
3569
|
"type": "bool",
|
3537
|
-
"value_allowed_null":
|
3570
|
+
"value_allowed_null": false
|
3538
3571
|
}
|
3539
3572
|
],
|
3540
3573
|
"usage": "out"
|