storage.CustomerEncryption interface

顧客が指定した暗号化キーのメタデータ (オブジェクトがそのようなキーで暗号化されている場合)。

サイン:

export interface CustomerEncryption 

プロパティ

財産タイプ説明
暗号化アルゴリズム暗号化アルゴリズム。
キーシャ256暗号化キーのSHA256ハッシュ値。

storage.CustomerEncryption.encryptionAlgorithm

暗号化アルゴリズム。

サイン:

encryptionAlgorithm?: string;

storage.CustomerEncryption.keySha256

暗号化キーのSHA256ハッシュ値。

サイン:

keySha256?: string;