storage.CustomerEncryption interface
Stay organized with collections
Save and categorize content based on your preferences.
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
Signature:
export interface CustomerEncryption
Properties
storage.CustomerEncryption.encryptionAlgorithm
The encryption algorithm.
Signature:
encryptionAlgorithm?: string;
storage.CustomerEncryption.keySha256
SHA256 hash value of the encryption key.
Signature:
keySha256?: string;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-21 UTC.
[null,null,["Last updated 2023-03-21 UTC."],[],[],null,["Metadata 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\nstorage.CustomerEncryption.encryptionAlgorithm\n\nThe encryption algorithm.\n\n**Signature:** \n\n encryptionAlgorithm?: string;\n\nstorage.CustomerEncryption.keySha256\n\nSHA256 hash value of the encryption key.\n\n**Signature:** \n\n keySha256?: string;"]]