GoogleApi.DataFusion.V1beta1.Model.CryptoKeyConfig (google_api_data_fusion v0.27.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/*.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.