Class CustomerManagedEncryptionStatus (2.12.3)

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

Describes the status of customer-managed encryption.

Attribute

NameDescription
kms_key_version_name str
Required. The resource name of the Cloud KMS CryptoKeyVersion used to encrypt the secret payload, in the following format: ``projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*``.

Inheritance

builtins.object > proto.message.Message > CustomerManagedEncryptionStatus