GoogleApi.DataFusion.V1beta1.Model.CryptoKeyConfig (google_api_data_fusion v0.20.0) View Source

The 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 of projects/*/locations/*/keyRings/*/cryptoKeys/*.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DataFusion.V1beta1.Model.CryptoKeyConfig{
  keyReference: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.