ClientEncryptionIncludedPath interface
.
屬性
client |
用來加密路徑之用戶端加密金鑰的識別碼。 |
encryption |
將使用的加密演算法。 例如 - AEAD_AES_256_CBC_HMAC_SHA256。 |
encryption |
要執行的加密類型。 例如 - 確定性、隨機化。 |
path | 需要加密的路徑。 |
屬性詳細資料
clientEncryptionKeyId
用來加密路徑之用戶端加密金鑰的識別碼。
clientEncryptionKeyId: string
屬性值
string
encryptionAlgorithm
將使用的加密演算法。 例如 - AEAD_AES_256_CBC_HMAC_SHA256。
encryptionAlgorithm: string
屬性值
string
encryptionType
要執行的加密類型。 例如 - 確定性、隨機化。
encryptionType: string
屬性值
string
path
需要加密的路徑。
path: string
屬性值
string