Class EncryptionKey (0.2.1)

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

Defined a customer managed encryption key that will be used to encrypt Backup artifacts.

Attribute

NameDescription
gcp_kms_encryption_key str
Google Cloud KMS encryption key. Format: ``projects/*/locations/*/keyRings/*/cryptoKeys/*``

Inheritance

builtins.object > proto.message.Message > EncryptionKey