View Source GoogleApi.AlloyDB.V1.Model.EncryptionInfo (google_api_alloy_db v0.15.0)

EncryptionInfo describes the encryption information of a cluster or a backup.

Attributes

  • encryptionType (type: String.t, default: nil) - Output only. Type of encryption.
  • kmsKeyVersions (type: list(String.t), default: nil) - Output only. Cloud KMS key versions that are being used to protect the database or the backup.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.EncryptionInfo{
  encryptionType: String.t() | nil,
  kmsKeyVersions: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.