Key Encryption Keys (v1)

Create a kek

post/dek-registry/v1/keks

Query parameters

testSharingboolean

Whether to test kek sharing

Request body

namestring

Name of the kek

kmsTypestring

KMS type of the kek

kmsKeyIdstring

KMS key ID of the kek

kmsPropsobject

Properties of the kek

docstring

Description of the kek

sharedboolean

Whether the kek is shared

deletedboolean

Whether the kek is deleted

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.