Type of the encryption key to be created.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateEncryptionKeyType", "title": "CreateEncryptionKeyType", "type": "string", "description": "Type of the encryption key to be created.", "enum": [ "customer-provided-root-key", "tenant-encryption-key" ] }