class Google::Apis::DatafusionV1beta1::CryptoKeyConfig
The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.
Attributes
key_reference[RW]
The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of `projects//locations//keyRings/ /cryptoKeys/`. Corresponds to the JSON property `keyReference` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datafusion_v1beta1/classes.rb, line 244 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datafusion_v1beta1/classes.rb, line 249 def update!(**args) @key_reference = args[:key_reference] if args.key?(:key_reference) end