Skip to content

Commit

Permalink
Added missing columns for oci_database_db Closes #589
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthaI committed Jan 11, 2024
1 parent b91dda6 commit fbd8eed
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions oci/table_oci_database_db.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,26 @@ func tableOciDatabase(_ context.Context) *plugin.Table {
Type: proto.ColumnType_STRING,
Transform: transform.FromCamel(),
},
{
Name: "kms_key_version_id",
Description: "The OCID of the key container version used in TDE operations.",
Type: proto.ColumnType_STRING,
},
{
Name: "vault_id",
Description: "The OCID of the Oracle Cloud Infrastructure vault.",
Type: proto.ColumnType_STRING,
},
{
Name: "sid_prefix",
Description: "Specifies a prefix for the Oracle SID of the database to be created.",
Type: proto.ColumnType_STRING,
},
{
Name: "is_cdb",
Description: "Specifies a prefix for the Oracle SID of the database to be created.",
Type: proto.ColumnType_BOOL,
},
{
Name: "db_home_id",
Description: "The OCID of the database home.",
Expand Down Expand Up @@ -147,6 +167,11 @@ func tableOciDatabase(_ context.Context) *plugin.Table {
Description: "Database backup configuration details.",
Type: proto.ColumnType_JSON,
},
{
Name: "database_management_config",
Description: "The configuration of the Database Management service.",
Type: proto.ColumnType_JSON,
},

// tags
{
Expand Down

0 comments on commit fbd8eed

Please sign in to comment.