Class: Google::Cloud::Firestore::Admin::V1::Database::EncryptionConfig::CustomerManagedEncryptionOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::Database::EncryptionConfig::CustomerManagedEncryptionOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/database.rb
Overview
The configuration options for using CMEK (Customer Managed Encryption Key) encryption.
Instance Attribute Summary collapse
-
#kms_key_name ⇒ ::String
Required.
Instance Attribute Details
#kms_key_name ⇒ ::String
Returns Required. Only keys in the same location as the database are allowed to be used for encryption.
For Firestore's nam5 multi-region, this corresponds to Cloud KMS multi-region us. For Firestore's eur3 multi-region, this corresponds to Cloud KMS multi-region europe. See https://cloud.google.com/kms/docs/locations.
The expected format is
projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
216 217 218 219 |
# File 'proto_docs/google/firestore/admin/v1/database.rb', line 216 class CustomerManagedEncryptionOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |