/AWS1/CL_ODBOCIENCKEYCONF¶
The configuration of the Oracle Cloud Infrastructure (OCI) Vault encryption key used for an Autonomous Database.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_kmskeyid TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The Oracle Cloud Identifier (OCID) of the OCI Vault key to use for encryption.
iv_vaultid TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The Oracle Cloud Identifier (OCID) of the OCI Vault that contains the encryption key.
Queryable Attributes¶
kmsKeyId¶
The Oracle Cloud Identifier (OCID) of the OCI Vault key to use for encryption.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYID() |
Getter for KMSKEYID, with configurable default |
ASK_KMSKEYID() |
Getter for KMSKEYID w/ exceptions if field has no value |
HAS_KMSKEYID() |
Determine if KMSKEYID has a value |
vaultId¶
The Oracle Cloud Identifier (OCID) of the OCI Vault that contains the encryption key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VAULTID() |
Getter for VAULTID, with configurable default |
ASK_VAULTID() |
Getter for VAULTID w/ exceptions if field has no value |
HAS_VAULTID() |
Determine if VAULTID has a value |