Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::EncryptionKey (v0.11.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::EncryptionKey.
The encryption key used to encrypt the Autonomous Database.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#kms_key
defkms_key()->::String
Returns
-
(::String) — 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}.
#kms_key=
defkms_key=(value)->::String
Parameter
-
value (::String) — 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}.
Returns
-
(::String) — 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}.
#provider
defprovider()->::Google::Cloud::OracleDatabase::V1::EncryptionKey::Provider
Returns
- (::Google::Cloud::OracleDatabase::V1::EncryptionKey::Provider) — Optional. The provider of the encryption key.
#provider=
defprovider=(value)->::Google::Cloud::OracleDatabase::V1::EncryptionKey::Provider
Parameter
- value (::Google::Cloud::OracleDatabase::V1::EncryptionKey::Provider) — Optional. The provider of the encryption key.
Returns
- (::Google::Cloud::OracleDatabase::V1::EncryptionKey::Provider) — Optional. The provider of the encryption key.