View Source GoogleApi.Looker.V1.Model.EncryptionConfig (google_api_looker v0.4.0)

Encryption configuration (i.e. CMEK).

Attributes

  • kmsKeyName (type: String.t, default: nil) - Name of the CMEK key in KMS (input parameter).
  • kmsKeyNameVersion (type: String.t, default: nil) - Output only. Full name and version of the CMEK key currently in use to encrypt Looker data. Format: projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}. Empty if CMEK is not configured in this instance.
  • kmsKeyState (type: String.t, default: nil) - Output only. Status of the CMEK key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Looker.V1.Model.EncryptionConfig{
  kmsKeyName: String.t() | nil,
  kmsKeyNameVersion: String.t() | nil,
  kmsKeyState: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.