ClientEncryptionIncludedPath interface
表示加密的路径及其关联设置。
属性
| client |
用于加密路径的客户端加密密钥的标识符 |
| encryption |
目前仅支持算法AEAD_AES_256_CBC_HMAC_SHA256使用的加密算法 |
| encryption |
要执行的加密类型(确定性或随机) |
| path | 要加密的路径的名称 |
属性详细信息
clientEncryptionKeyId
用于加密路径的客户端加密密钥的标识符
clientEncryptionKeyId: string
属性值
string
encryptionAlgorithm
目前仅支持算法AEAD_AES_256_CBC_HMAC_SHA256使用的加密算法
encryptionAlgorithm: AEAD_AES_256_CBC_HMAC_SHA256
属性值
encryptionType
path
要加密的路径的名称
path: string
属性值
string