[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-03-21 UTC."],[],[],null,["# storage.CustomerEncryption interface\n\nMetadata of customer-supplied encryption key, if the object is encrypted by such a key.\n\n**Signature:** \n\n export interface CustomerEncryption \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------------------------------------------------|--------|------------------------------------------|\n| [encryptionAlgorithm](./firebase-functions.storage.customerencryption.md#storagecustomerencryptionencryptionalgorithm) | string | The encryption algorithm. |\n| [keySha256](./firebase-functions.storage.customerencryption.md#storagecustomerencryptionkeysha256) | string | SHA256 hash value of the encryption key. |\n\nstorage.CustomerEncryption.encryptionAlgorithm\n----------------------------------------------\n\nThe encryption algorithm.\n\n**Signature:** \n\n encryptionAlgorithm?: string;\n\nstorage.CustomerEncryption.keySha256\n------------------------------------\n\nSHA256 hash value of the encryption key.\n\n**Signature:** \n\n keySha256?: string;"]]