Class EncryptionConfig (1.6.0)

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

Encryption settings for the service.

Attribute

NameDescription
kms_key str
The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form: ``projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}``.

Inheritance

builtins.object > proto.message.Message > EncryptionConfig