EnableKey
更新时间:2023-03-07
将一个CMK的状态置为enabled状态
1POST /?action=EnableKey
参数 | 类型 | 是否必需 | 描述 | 示例值 |
---|---|---|---|---|
keyId | String | 是 | CMK的密钥Id | 5be45b47-38ba-f055-e892-25ff66c91adc |
无
1POST /?action=EnableKey
2<公共请求头>
3
4{
5 "keyId" : "5be45b47-38ba-f055-e892-25ff66c91adc"
6}
无