GoogleApi.BigtableAdmin.V2.Model.EncryptionInfo (google_api_bigtable_admin v0.14.1) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigtableAdmin.V2.Model.EncryptionInfo{ encryptionStatus: GoogleApi.BigtableAdmin.V2.Model.Status.t() | nil, encryptionType: String.t() | nil, kmsKeyVersion: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.