encryptionStatus property

String? encryptionStatus
getter/setter pair

How the table is encrypted. Possible string values are:

  • "ENCRYPTION_STATUS_UNSPECIFIED" : Unused.
  • "ENCRYPTION_GOOGLE_MANAGED" : Google manages server-side encryption keys on your behalf.
  • "ENCRYPTION_CUSTOMER_MANAGED" : Customer provides the key.

Implementation

core.String? encryptionStatus;