If this resource is protected with customer managed encryption, the in-use Google
Cloud Key Management Service (KMS) key versions will be specified along with their
status.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["Version latestkeyboard_arrow_down\n\n- [2.32.0 (latest)](/python/docs/reference/bigtable/latest/encryption-info)\n- [2.31.0](/python/docs/reference/bigtable/2.31.0/encryption-info)\n- [2.30.1](/python/docs/reference/bigtable/2.30.1/encryption-info)\n- [2.29.0](/python/docs/reference/bigtable/2.29.0/encryption-info)\n- [2.28.1](/python/docs/reference/bigtable/2.28.1/encryption-info)\n- [2.26.0](/python/docs/reference/bigtable/2.26.0/encryption-info)\n- [2.25.0](/python/docs/reference/bigtable/2.25.0/encryption-info)\n- [2.24.0](/python/docs/reference/bigtable/2.24.0/encryption-info)\n- [2.23.1](/python/docs/reference/bigtable/2.23.1/encryption-info)\n- [2.22.0](/python/docs/reference/bigtable/2.22.0/encryption-info)\n- [2.21.0](/python/docs/reference/bigtable/2.21.0/encryption-info)\n- [2.20.0](/python/docs/reference/bigtable/2.20.0/encryption-info)\n- [2.19.0](/python/docs/reference/bigtable/2.19.0/encryption-info)\n- [2.18.1](/python/docs/reference/bigtable/2.18.1/encryption-info)\n- [2.17.0](/python/docs/reference/bigtable/2.17.0/encryption-info)\n- [2.16.0](/python/docs/reference/bigtable/2.16.0/encryption-info)\n- [2.15.0](/python/docs/reference/bigtable/2.15.0/encryption-info)\n- [2.14.1](/python/docs/reference/bigtable/2.14.1/encryption-info)\n- [2.13.2](/python/docs/reference/bigtable/2.13.2/encryption-info)\n- [2.12.0](/python/docs/reference/bigtable/2.12.0/encryption-info)\n- [2.11.3](/python/docs/reference/bigtable/2.11.3/encryption-info)\n- [2.10.1](/python/docs/reference/bigtable/2.10.1/encryption-info)\n- [2.9.0](/python/docs/reference/bigtable/2.9.0/encryption-info)\n- [2.8.1](/python/docs/reference/bigtable/2.8.1/encryption-info)\n- [2.7.1](/python/docs/reference/bigtable/2.7.1/encryption-info)\n- [2.6.0](/python/docs/reference/bigtable/2.6.0/encryption-info)\n- [2.5.2](/python/docs/reference/bigtable/2.5.2/encryption-info)\n- [2.4.0](/python/docs/reference/bigtable/2.4.0/encryption-info)\n- [2.3.3](/python/docs/reference/bigtable/2.3.3/encryption-info)\n- [2.2.0](/python/docs/reference/bigtable/2.2.0/encryption-info)\n- [2.1.0](/python/docs/reference/bigtable/2.1.0/encryption-info)\n- [2.0.0](/python/docs/reference/bigtable/2.0.0/encryption-info)\n- [1.7.3](/python/docs/reference/bigtable/1.7.3/encryption-info)\n- [1.6.1](/python/docs/reference/bigtable/1.6.1/encryption-info)\n- [1.5.1](/python/docs/reference/bigtable/1.5.1/encryption-info)\n- [1.4.0](/python/docs/reference/bigtable/1.4.0/encryption-info)\n- [1.3.0](/python/docs/reference/bigtable/1.3.0/encryption-info)\n- [1.2.1](/python/docs/reference/bigtable/1.2.1/encryption-info)\n- [1.1.0](/python/docs/reference/bigtable/1.1.0/encryption-info)\n- [1.0.0](/python/docs/reference/bigtable/1.0.0/encryption-info)\n- [0.34.0](/python/docs/reference/bigtable/0.34.0/encryption-info) \n\nEncryption Info\n===============\n\nClass for encryption info for tables and backups.\n\n### *class* google.cloud.bigtable.encryption_info.EncryptionInfo(encryption_type, encryption_status, kms_key_version)\n\nBases: [`object`](https://docs.python.org/3/library/functions.html#object)\n\nEncryption information for a given resource.\n\nIf this resource is protected with customer managed encryption, the in-use Google\nCloud Key Management Service (KMS) key versions will be specified along with their\nstatus.\n\n- **Parameters**\n\n - **encryption_type** ([*int*](https://docs.python.org/3/library/functions.html#int)) -- See `enums.EncryptionInfo.EncryptionType`\n\n - **encryption_status** (*google.cloud.bigtable.encryption.Status*) -- The encryption status.\n\n - **kms_key_version** ([*str*](https://docs.python.org/3/library/stdtypes.html#str)) -- The key version used for encryption."]]