data_encryption_keys
Overview
Name | data_encryption_keys |
Type | Resource |
Id | confluent.encryption_keys.data_encryption_keys |
Fields
Name | Datatype | Description |
---|---|---|
algorithm | string | Algorithm of the dek |
deleted | boolean | Whether the dek is deleted |
encryptedKeyMaterial | string | Encrypted key material of the dek |
kekName | string | Kek name of the dek |
keyMaterial | string | Raw key material of the dek |
subject | string | Subject of the dek |
ts | integer | Timestamp of the dek |
version | integer | Version of the dek |
Methods
Name | Accessible by | Required Params |
---|---|---|
get_dek | SELECT | name, subject |
create_dek | INSERT | name |
delete_dek_versions | DELETE | name, subject |
get_dek_subjects | EXEC | name |
undelete_dek_versions | EXEC | name, subject |