Class EncryptionKey (0.3.0)

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

The encryption key used to encrypt the Autonomous Database.

Attributes

Name Description
provider google.cloud.oracledatabase_v1.types.EncryptionKey.Provider
Optional. The provider of the encryption key.
kms_key str
Optional. The KMS key used to encrypt the Autonomous Database. This field is required if the provider is GOOGLE_MANAGED. The name of the KMS key resource in the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.

Classes

Provider

Provider(value)

The provider of the encryption key.