Class: Google::Cloud::Firestore::Admin::V1::Database::EncryptionConfig::CustomerManagedEncryptionOptions

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#kms_key_name::String



222
223
224
225
# File 'proto_docs/google/firestore/admin/v1/database.rb', line 222

class CustomerManagedEncryptionOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end