View Source GoogleApi.Connectors.V1.Model.EncryptionConfig (google_api_connectors v0.17.0)

Regional encryption config for CMEK details.

Attributes

  • encryptionType (type: String.t, default: nil) - Optional. Encryption type for the region.
  • kmsKeyName (type: String.t, default: nil) - Optional. KMS crypto key. This field accepts identifiers of the form projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/ {crypto_key}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V1.Model.EncryptionConfig{
  encryptionType: String.t() | nil,
  kmsKeyName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.