View Source GoogleApi.Metastore.V1beta.Model.EncryptionConfig (google_api_metastore v0.10.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.V1beta.Model.EncryptionConfig{ kmsKey: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.