View Source GoogleApi.BigtableAdmin.V2.Model.EncryptionInfo (google_api_bigtable_admin v0.22.0)
Encryption information for a given resource. If this resource is protected with customer managed encryption, the in-use Cloud Key Management Service (Cloud KMS) key version is specified along with its status.
Attributes
-
encryptionStatus
(type:GoogleApi.BigtableAdmin.V2.Model.Status.t
, default:nil
) - Output only. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest. -
encryptionType
(type:String.t
, default:nil
) - Output only. The type of encryption used to protect this resource. -
kmsKeyVersion
(type:String.t
, default:nil
) - Output only. The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.EncryptionInfo{ encryptionStatus: GoogleApi.BigtableAdmin.V2.Model.Status.t() | nil, encryptionType: String.t() | nil, kmsKeyVersion: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.