启用密钥
<p><strong><span style="font-size:18px">启用密钥:EnableKey</span></strong></p>
<p><strong>描述</strong></p>
<p>将一个指定的主用户密钥(CMK)标记为启用状态,可以使用它进行加解密操作,并且可以用来产生数据密钥</p>
<p><strong>请求参数</strong></p>
<table border="1">
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>是否必需</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>keyId</p>
</td>
<td>
<p>String</p>
</td>
<td>
<p>是</p>
</td>
<td>
<p>密钥的全局唯一标识符</p>
</td>
</tr>
</tbody>
</table>
<p><strong>返回参数</strong></p>
<table border="1">
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>code</p>
</td>
<td>
<p>String</p>
</td>
<td>
<p>返回码,成功返回"SUCCESS"</p>
</td>
</tr>
<tr>
<td>
<p>requestId</p>
</td>
<td>
<p>String</p>
</td>
<td>
<p>当前请求Id</p>
</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre>
<code>https:// kms-cn-shanghai.yun.pingan.com/?action=EnableKey
&keyId=<cmkid>
&<公共请求参数></code></pre>
<p><strong>返回示例</strong></p>
<pre>
<code>{
"code": "SUCCESS",
"requestId": "77a0a9b1-403d-443f-9869-566a24ca30d9"
}</code></pre>
<p> </p>
提交成功!非常感谢您的反馈,我们会继续努力做到更好!