GoogleApi.Redis.V1.Model.EncryptionInfo (google_api_redis v0.51.0)
View SourceEncryptionInfo 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
@type t() :: %GoogleApi.Redis.V1.Model.EncryptionInfo{ encryptionType: String.t() | nil, kmsKeyPrimaryState: String.t() | nil, kmsKeyVersions: [String.t()] | nil, lastUpdateTime: DateTime.t() | nil }