Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::storage::BucketEncryption Struct Reference

Describes the default customer managed encryption key for a bucket. More...

#include <google/cloud/storage/bucket_encryption.h>

Public Attributes

std::string default_kms_key_name
 

Detailed Description

Describes the default customer managed encryption key for a bucket.

Customer managed encryption keys (CMEK) are encryption keys selected by the user and generated by Google Cloud Key Management Service.

See also
https://cloud.google.com/storage/docs/encryption/customer-managed-keys for a general description of CMEK in Google Cloud Storage.
https://cloud.google.com/kms/ for details about the Cloud Key Management Service.

Member Data Documentation

◆ default_kms_key_name

std::string google::cloud::storage::BucketEncryption::default_kms_key_name