Viewing docs for Oracle Cloud Infrastructure v4.13.0
published on Thursday, May 28, 2026 by Pulumi
published on Thursday, May 28, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.13.0
published on Thursday, May 28, 2026 by Pulumi
published on Thursday, May 28, 2026 by Pulumi
This data source provides details about a specific Database Tools Mcp Server resource in Oracle Cloud Infrastructure Database Tools service.
Gets details of the specified Database Tools mcpserver.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDatabaseToolsMcpServer = oci.databasetools.getDatabaseToolsMcpServer({
databaseToolsMcpServerId: testDatabaseToolsMcpServerOciDatabaseToolsDatabaseToolsMcpServer.id,
});
import pulumi
import pulumi_oci as oci
test_database_tools_mcp_server = oci.databasetools.get_database_tools_mcp_server(database_tools_mcp_server_id=test_database_tools_mcp_server_oci_database_tools_database_tools_mcp_server["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/databasetools"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := databasetools.GetDatabaseToolsMcpServer(ctx, &databasetools.GetDatabaseToolsMcpServerArgs{
DatabaseToolsMcpServerId: testDatabaseToolsMcpServerOciDatabaseToolsDatabaseToolsMcpServer.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDatabaseToolsMcpServer = Oci.DatabaseTools.GetDatabaseToolsMcpServer.Invoke(new()
{
DatabaseToolsMcpServerId = testDatabaseToolsMcpServerOciDatabaseToolsDatabaseToolsMcpServer.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseTools.DatabaseToolsFunctions;
import com.pulumi.oci.DatabaseTools.inputs.GetDatabaseToolsMcpServerArgs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testDatabaseToolsMcpServer = DatabaseToolsFunctions.getDatabaseToolsMcpServer(GetDatabaseToolsMcpServerArgs.builder()
.databaseToolsMcpServerId(testDatabaseToolsMcpServerOciDatabaseToolsDatabaseToolsMcpServer.id())
.build());
}
}
variables:
testDatabaseToolsMcpServer:
fn::invoke:
function: oci:DatabaseTools:getDatabaseToolsMcpServer
arguments:
databaseToolsMcpServerId: ${testDatabaseToolsMcpServerOciDatabaseToolsDatabaseToolsMcpServer.id}
pulumi {
required_providers {
oci = {
source = "pulumi/oci"
}
}
}
data "oci_databasetools_getdatabasetoolsmcpserver" "testDatabaseToolsMcpServer" {
database_tools_mcp_server_id = testDatabaseToolsMcpServerOciDatabaseToolsDatabaseToolsMcpServer.id
}
Using getDatabaseToolsMcpServer
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDatabaseToolsMcpServer(args: GetDatabaseToolsMcpServerArgs, opts?: InvokeOptions): Promise<GetDatabaseToolsMcpServerResult>
function getDatabaseToolsMcpServerOutput(args: GetDatabaseToolsMcpServerOutputArgs, opts?: InvokeOptions): Output<GetDatabaseToolsMcpServerResult>def get_database_tools_mcp_server(database_tools_mcp_server_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDatabaseToolsMcpServerResult
def get_database_tools_mcp_server_output(database_tools_mcp_server_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseToolsMcpServerResult]func LookupDatabaseToolsMcpServer(ctx *Context, args *LookupDatabaseToolsMcpServerArgs, opts ...InvokeOption) (*LookupDatabaseToolsMcpServerResult, error)
func LookupDatabaseToolsMcpServerOutput(ctx *Context, args *LookupDatabaseToolsMcpServerOutputArgs, opts ...InvokeOption) LookupDatabaseToolsMcpServerResultOutput> Note: This function is named LookupDatabaseToolsMcpServer in the Go SDK.
public static class GetDatabaseToolsMcpServer
{
public static Task<GetDatabaseToolsMcpServerResult> InvokeAsync(GetDatabaseToolsMcpServerArgs args, InvokeOptions? opts = null)
public static Output<GetDatabaseToolsMcpServerResult> Invoke(GetDatabaseToolsMcpServerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDatabaseToolsMcpServerResult> getDatabaseToolsMcpServer(GetDatabaseToolsMcpServerArgs args, InvokeOptions options)
public static Output<GetDatabaseToolsMcpServerResult> getDatabaseToolsMcpServer(GetDatabaseToolsMcpServerArgs args, InvokeOptions options)
fn::invoke:
function: oci:DatabaseTools/getDatabaseToolsMcpServer:getDatabaseToolsMcpServer
arguments:
# arguments dictionarydata "oci_databasetools_getdatabasetoolsmcpserver" "name" {
# arguments
}The following arguments are supported:
- Database
Tools stringMcp Server Id - The OCID of a Database Tools MCP server.
- Database
Tools stringMcp Server Id - The OCID of a Database Tools MCP server.
- database_
tools_ stringmcp_ server_ id - The OCID of a Database Tools MCP server.
- database
Tools StringMcp Server Id - The OCID of a Database Tools MCP server.
- database
Tools stringMcp Server Id - The OCID of a Database Tools MCP server.
- database_
tools_ strmcp_ server_ id - The OCID of a Database Tools MCP server.
- database
Tools StringMcp Server Id - The OCID of a Database Tools MCP server.
getDatabaseToolsMcpServer Result
The following output properties are available:
- Access
Token intExpiry In Seconds - Access token expiry in seconds
- Built
In List<GetRoles Database Tools Mcp Server Built In Role> - Built-in roles associated with the MCP Server.
- Compartment
Id string - The OCID of the compartment containing the Database Tools MCP server.
- Custom
Roles List<GetDatabase Tools Mcp Server Custom Role> - Custom roles associated with the MCP Server.
- Database
Tools stringConnection Id - The OCID of the related Database Tools connection.
- Database
Tools stringMcp Server Id - Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- A human-readable description of the Database Tools MCP server.
- Display
Name string - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- Domain
App stringId - The OCID of the associated domain application (Oracle Cloud Service).
- Domain
Id string - The OCID of the associated identity domain.
- Endpoints
List<Get
Database Tools Mcp Server Endpoint> - Invoke endpoints for the MCP server.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Id string
- The OCID of the Database Tools MCP server.
- Lifecycle
Details string - A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- Locks
List<Get
Database Tools Mcp Server Lock> - Locks associated with this resource.
- Refresh
Token intExpiry In Seconds - Refresh token expiry in seconds
-
List<Get
Database Tools Mcp Server Related Resource> - A related resource
- Runtime
Identity string - Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
- State string
- The current state of the Database Tools MCP server.
- Storages
List<Get
Database Tools Mcp Server Storage> - The storage option used when running a tool asynchronously.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
- Type string
- The Database Tools MCP server type.
- Access
Token intExpiry In Seconds - Access token expiry in seconds
- Built
In []GetRoles Database Tools Mcp Server Built In Role - Built-in roles associated with the MCP Server.
- Compartment
Id string - The OCID of the compartment containing the Database Tools MCP server.
- Custom
Roles []GetDatabase Tools Mcp Server Custom Role - Custom roles associated with the MCP Server.
- Database
Tools stringConnection Id - The OCID of the related Database Tools connection.
- Database
Tools stringMcp Server Id - map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- A human-readable description of the Database Tools MCP server.
- Display
Name string - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- Domain
App stringId - The OCID of the associated domain application (Oracle Cloud Service).
- Domain
Id string - The OCID of the associated identity domain.
- Endpoints
[]Get
Database Tools Mcp Server Endpoint - Invoke endpoints for the MCP server.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Id string
- The OCID of the Database Tools MCP server.
- Lifecycle
Details string - A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- Locks
[]Get
Database Tools Mcp Server Lock - Locks associated with this resource.
- Refresh
Token intExpiry In Seconds - Refresh token expiry in seconds
-
[]Get
Database Tools Mcp Server Related Resource - A related resource
- Runtime
Identity string - Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
- State string
- The current state of the Database Tools MCP server.
- Storages
[]Get
Database Tools Mcp Server Storage - The storage option used when running a tool asynchronously.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
- Type string
- The Database Tools MCP server type.
- access_
token_ numberexpiry_ in_ seconds - Access token expiry in seconds
- built_
in_ list(object)roles - Built-in roles associated with the MCP Server.
- compartment_
id string - The OCID of the compartment containing the Database Tools MCP server.
- custom_
roles list(object) - Custom roles associated with the MCP Server.
- database_
tools_ stringconnection_ id - The OCID of the related Database Tools connection.
- database_
tools_ stringmcp_ server_ id - map(string)
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description string
- A human-readable description of the Database Tools MCP server.
- display_
name string - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- domain_
app_ stringid - The OCID of the associated domain application (Oracle Cloud Service).
- domain_
id string - The OCID of the associated identity domain.
- endpoints list(object)
- Invoke endpoints for the MCP server.
- map(string)
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id string
- The OCID of the Database Tools MCP server.
- lifecycle_
details string - A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- locks list(object)
- Locks associated with this resource.
- refresh_
token_ numberexpiry_ in_ seconds - Refresh token expiry in seconds
- list(object)
- A related resource
- runtime_
identity string - Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
- state string
- The current state of the Database Tools MCP server.
- storages list(object)
- The storage option used when running a tool asynchronously.
- map(string)
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created string - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- time_
updated string - The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
- type string
- The Database Tools MCP server type.
- access
Token IntegerExpiry In Seconds - Access token expiry in seconds
- built
In List<GetRoles Mcp Server Built In Role> - Built-in roles associated with the MCP Server.
- compartment
Id String - The OCID of the compartment containing the Database Tools MCP server.
- custom
Roles List<GetMcp Server Custom Role> - Custom roles associated with the MCP Server.
- database
Tools StringConnection Id - The OCID of the related Database Tools connection.
- database
Tools StringMcp Server Id - Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- A human-readable description of the Database Tools MCP server.
- display
Name String - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- domain
App StringId - The OCID of the associated domain application (Oracle Cloud Service).
- domain
Id String - The OCID of the associated identity domain.
- endpoints
List<Get
Mcp Server Endpoint> - Invoke endpoints for the MCP server.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id String
- The OCID of the Database Tools MCP server.
- lifecycle
Details String - A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- locks
List<Get
Mcp Server Lock> - Locks associated with this resource.
- refresh
Token IntegerExpiry In Seconds - Refresh token expiry in seconds
-
List<Get
Mcp Server Related Resource> - A related resource
- runtime
Identity String - Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
- state String
- The current state of the Database Tools MCP server.
- storages
List<Get
Mcp Server Storage> - The storage option used when running a tool asynchronously.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- time
Updated String - The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
- type String
- The Database Tools MCP server type.
- access
Token numberExpiry In Seconds - Access token expiry in seconds
- built
In GetRoles Database Tools Mcp Server Built In Role[] - Built-in roles associated with the MCP Server.
- compartment
Id string - The OCID of the compartment containing the Database Tools MCP server.
- custom
Roles GetDatabase Tools Mcp Server Custom Role[] - Custom roles associated with the MCP Server.
- database
Tools stringConnection Id - The OCID of the related Database Tools connection.
- database
Tools stringMcp Server Id - {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description string
- A human-readable description of the Database Tools MCP server.
- display
Name string - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- domain
App stringId - The OCID of the associated domain application (Oracle Cloud Service).
- domain
Id string - The OCID of the associated identity domain.
- endpoints
Get
Database Tools Mcp Server Endpoint[] - Invoke endpoints for the MCP server.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id string
- The OCID of the Database Tools MCP server.
- lifecycle
Details string - A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- locks
Get
Database Tools Mcp Server Lock[] - Locks associated with this resource.
- refresh
Token numberExpiry In Seconds - Refresh token expiry in seconds
-
Get
Database Tools Mcp Server Related Resource[] - A related resource
- runtime
Identity string - Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
- state string
- The current state of the Database Tools MCP server.
- storages
Get
Database Tools Mcp Server Storage[] - The storage option used when running a tool asynchronously.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- time
Updated string - The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
- type string
- The Database Tools MCP server type.
- access_
token_ intexpiry_ in_ seconds - Access token expiry in seconds
- built_
in_ Sequence[Getroles Database Tools Mcp Server Built In Role] - Built-in roles associated with the MCP Server.
- compartment_
id str - The OCID of the compartment containing the Database Tools MCP server.
- custom_
roles Sequence[GetDatabase Tools Mcp Server Custom Role] - Custom roles associated with the MCP Server.
- database_
tools_ strconnection_ id - The OCID of the related Database Tools connection.
- database_
tools_ strmcp_ server_ id - Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description str
- A human-readable description of the Database Tools MCP server.
- display_
name str - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- domain_
app_ strid - The OCID of the associated domain application (Oracle Cloud Service).
- domain_
id str - The OCID of the associated identity domain.
- endpoints
Sequence[Get
Database Tools Mcp Server Endpoint] - Invoke endpoints for the MCP server.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id str
- The OCID of the Database Tools MCP server.
- lifecycle_
details str - A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- locks
Sequence[Get
Database Tools Mcp Server Lock] - Locks associated with this resource.
- refresh_
token_ intexpiry_ in_ seconds - Refresh token expiry in seconds
-
Sequence[Get
Database Tools Mcp Server Related Resource] - A related resource
- runtime_
identity str - Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
- state str
- The current state of the Database Tools MCP server.
- storages
Sequence[Get
Database Tools Mcp Server Storage] - The storage option used when running a tool asynchronously.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- time_
updated str - The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
- type str
- The Database Tools MCP server type.
- access
Token NumberExpiry In Seconds - Access token expiry in seconds
- built
In List<Property Map>Roles - Built-in roles associated with the MCP Server.
- compartment
Id String - The OCID of the compartment containing the Database Tools MCP server.
- custom
Roles List<Property Map> - Custom roles associated with the MCP Server.
- database
Tools StringConnection Id - The OCID of the related Database Tools connection.
- database
Tools StringMcp Server Id - Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- A human-readable description of the Database Tools MCP server.
- display
Name String - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- domain
App StringId - The OCID of the associated domain application (Oracle Cloud Service).
- domain
Id String - The OCID of the associated identity domain.
- endpoints List<Property Map>
- Invoke endpoints for the MCP server.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id String
- The OCID of the Database Tools MCP server.
- lifecycle
Details String - A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- locks List<Property Map>
- Locks associated with this resource.
- refresh
Token NumberExpiry In Seconds - Refresh token expiry in seconds
- List<Property Map>
- A related resource
- runtime
Identity String - Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
- state String
- The current state of the Database Tools MCP server.
- storages List<Property Map>
- The storage option used when running a tool asynchronously.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- time
Updated String - The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
- type String
- The Database Tools MCP server type.
Supporting Types
GetDatabaseToolsMcpServerBuiltInRole
- Description string
- A human-readable description of the Database Tools MCP server.
- Display
Name string - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- Description string
- A human-readable description of the Database Tools MCP server.
- Display
Name string - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- description string
- A human-readable description of the Database Tools MCP server.
- display_
name string - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- description String
- A human-readable description of the Database Tools MCP server.
- display
Name String - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- description string
- A human-readable description of the Database Tools MCP server.
- display
Name string - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- description str
- A human-readable description of the Database Tools MCP server.
- display_
name str - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- description String
- A human-readable description of the Database Tools MCP server.
- display
Name String - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
GetDatabaseToolsMcpServerCustomRole
- Description string
- A human-readable description of the Database Tools MCP server.
- Display
Name string - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- Description string
- A human-readable description of the Database Tools MCP server.
- Display
Name string - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- description string
- A human-readable description of the Database Tools MCP server.
- display_
name string - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- description String
- A human-readable description of the Database Tools MCP server.
- display
Name String - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- description string
- A human-readable description of the Database Tools MCP server.
- display
Name string - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- description str
- A human-readable description of the Database Tools MCP server.
- display_
name str - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
- description String
- A human-readable description of the Database Tools MCP server.
- display
Name String - A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
GetDatabaseToolsMcpServerEndpoint
GetDatabaseToolsMcpServerLock
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- Time
Created string - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- Type string
- The Database Tools MCP server type.
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- Time
Created string - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- Type string
- The Database Tools MCP server type.
- message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time_
created string - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- type string
- The Database Tools MCP server type.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time
Created String - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- type String
- The Database Tools MCP server type.
- message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time
Created string - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- type string
- The Database Tools MCP server type.
- message str
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- str
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time_
created str - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- type str
- The Database Tools MCP server type.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time
Created String - The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
- type String
- The Database Tools MCP server type.
GetDatabaseToolsMcpServerRelatedResource
- Entity
Type string - The resource entity type.
- Identifier string
- The OCID of the related resource.
- Entity
Type string - The resource entity type.
- Identifier string
- The OCID of the related resource.
- entity_
type string - The resource entity type.
- identifier string
- The OCID of the related resource.
- entity
Type String - The resource entity type.
- identifier String
- The OCID of the related resource.
- entity
Type string - The resource entity type.
- identifier string
- The OCID of the related resource.
- entity_
type str - The resource entity type.
- identifier str
- The OCID of the related resource.
- entity
Type String - The resource entity type.
- identifier String
- The OCID of the related resource.
GetDatabaseToolsMcpServerStorage
- Buckets
List<Get
Database Tools Mcp Server Storage Bucket> - The Object Storage bucket to use.
- Type string
- The Database Tools MCP server type.
- Buckets
[]Get
Database Tools Mcp Server Storage Bucket - The Object Storage bucket to use.
- Type string
- The Database Tools MCP server type.
- buckets list(object)
- The Object Storage bucket to use.
- type string
- The Database Tools MCP server type.
- buckets
List<Get
Mcp Server Storage Bucket> - The Object Storage bucket to use.
- type String
- The Database Tools MCP server type.
- buckets
Get
Database Tools Mcp Server Storage Bucket[] - The Object Storage bucket to use.
- type string
- The Database Tools MCP server type.
- buckets
Sequence[Get
Database Tools Mcp Server Storage Bucket] - The Object Storage bucket to use.
- type str
- The Database Tools MCP server type.
- buckets List<Property Map>
- The Object Storage bucket to use.
- type String
- The Database Tools MCP server type.
GetDatabaseToolsMcpServerStorageBucket
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.13.0
published on Thursday, May 28, 2026 by Pulumi
published on Thursday, May 28, 2026 by Pulumi