Class CustomerEncryptionKey (0.1.4)

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

A customer-supplied encryption key.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

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

Attributes

Name Description
raw_key str
Optional. Specifies a 256-bit customer-supplied encryption key. This field is a member of oneof_ key.
rsa_encrypted_key str
Optional. RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. This field is a member of oneof_ key.
kms_key_name str
Optional. The name of the encryption key that is stored in Google Cloud KMS. This field is a member of oneof_ key.
kms_key_service_account str
Optional. The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used. This field is a member of oneof_ _kms_key_service_account.