GoogleApi.Redis.V1beta1.Model.EncryptionInfo (google_api_redis v0.51.0)

View Source

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

Attributes

  • encryptionType (type: String.t, default: nil) - Output only. Type of encryption.
  • kmsKeyPrimaryState (type: String.t, default: nil) - Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups.
  • kmsKeyVersions (type: list(String.t), default: nil) - Output only. KMS key versions that are being used to protect the data at-rest.
  • lastUpdateTime (type: DateTime.t, default: nil) - Output only. The most recent time when the encryption info was updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Redis.V1beta1.Model.EncryptionInfo{
  encryptionType: String.t() | nil,
  kmsKeyPrimaryState: String.t() | nil,
  kmsKeyVersions: [String.t()] | nil,
  lastUpdateTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.