GoogleApi.DataFusion.V1beta1.Model.CryptoKeyConfig (google_api_data_fusion v0.27.0)
View SourceThe crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.
Attributes
-
keyReference
(type:String.t
, default:nil
) - 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 ofprojects/*/locations/*/keyRings/*/cryptoKeys/*
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataFusion.V1beta1.Model.CryptoKeyConfig{ keyReference: String.t() | nil }