Googly.CloudStorage.Model.ObjectCustomerEncryption (googly_cloud_storage v0.1.0)

Copy Markdown View Source

Metadata of customer-supplied encryption key, if the object is encrypted by such a key.

Attributes

  • encryption_algorithm (type: String.t()) - The encryption algorithm.
  • key_sha256 (type: String.t()) - SHA256 hash value of the encryption key.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.ObjectCustomerEncryption{
  encryption_algorithm: String.t() | nil,
  key_sha256: String.t() | nil
}