View Source GoogleApi.Spanner.V1.Model.EncryptionInfo (google_api_spanner v0.38.0)

Encryption information for a Cloud Spanner database or backup.

Attributes

  • encryptionStatus (type: GoogleApi.Spanner.V1.Model.Status.t, default: nil) - Output only. If present, the status of a recent encrypt/decrypt call on underlying data for this database or backup. Regardless of status, data is always encrypted at rest.
  • encryptionType (type: String.t, default: nil) - Output only. The type of encryption.
  • kmsKeyVersion (type: String.t, default: nil) - Output only. A Cloud KMS key version that is being used to protect the database or backup.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.EncryptionInfo{
  encryptionStatus: GoogleApi.Spanner.V1.Model.Status.t() | nil,
  encryptionType: String.t() | nil,
  kmsKeyVersion: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.