EncryptionInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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 |
|
---|---|
Name | Description |
encryption_type |
google.cloud.bigtable_admin_v2.types.EncryptionInfo.EncryptionType
Output only. The type of encryption used to protect this resource. |
encryption_status |
google.rpc.status_pb2.Status
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. |
kms_key_version |
str
Output only. The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table. |
Classes
EncryptionType
EncryptionType(value)
Possible encryption types for a resource.