storage.CustomerEncryption interface

客戶提供的加密金鑰中繼資料 (如果物件是以這類金鑰加密)。

簽名:

export interface CustomerEncryption 

屬性

屬性 類型 說明
加密演算法 字串 加密演算法。
keySha256 字串 加密金鑰的 SHA256 雜湊值。

storage.CustomerEncryption.encryptionAlgorithm

加密演算法。

簽名:

encryptionAlgorithm?: string;

storage.CustomerEncryption.keySha256

加密金鑰的 SHA256 雜湊值。

簽名:

keySha256?: string;