Key Encryption Keys (v1)
Create a kek
post/dek-registry/v1/keks
Query parameters
testSharingboolean
Whether to test kek sharing
Request body
Example request
{
"kmsProps": {
"key": "kmsProps"
},
"shared": true,
"name": "name",
"doc": "doc",
"kmsKeyId": "kmsKeyId",
"kmsType": "kmsType"
}Response
The create response
Changes
No recorded changes to this endpoint across all 1 revision of this API.