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
def kms_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=
def kms_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
def provider() -> ::Google::Cloud::OracleDatabase::V1::EncryptionKey::Provider
Returns
- (::Google::Cloud::OracleDatabase::V1::EncryptionKey::Provider) — Optional. The provider of the encryption key.
#provider=
def provider=(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.