encryptionConfig property

EncryptionConfig? encryptionConfig
getter/setter pair

The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).

When this field is not specified, the backup will then use default encryption scheme to protect the user data.

Optional.

Implementation

EncryptionConfig? encryptionConfig;