View Source GoogleApi.Metastore.V1.Model.EncryptionConfig (google_api_metastore v0.11.0)

Encryption settings for the service.

Attributes

  • kmsKey (type: String.t, default: nil) - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Metastore.V1.Model.EncryptionConfig{kmsKey: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.