Class EncryptionConfig (0.5.0)

EncryptionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing the EncryptionConfig of backup vault. This determines how data within the vault is encrypted at rest.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attribute

Name Description
kms_key_name str
Optional. The Cloud KMS key name to encrypt backups in this backup vault. Must be in the same region as the vault. Some workload backups like compute disk backups may use their inherited source key instead. Format: projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key} This field is a member of oneof_ _kms_key_name.