Viewing docs for Oracle Cloud Infrastructure v4.11.0
published on Friday, May 15, 2026 by Pulumi
published on Friday, May 15, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.11.0
published on Friday, May 15, 2026 by Pulumi
published on Friday, May 15, 2026 by Pulumi
This data source provides the list of Database Tools Database Api Gateway Config Pool Auto Api Specs in Oracle Cloud Infrastructure Database Tools Runtime service.
Returns a list of Database Tools database API gateway config auto API spec resources
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs = oci.databasetools.getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs({
databaseToolsDatabaseApiGatewayConfigId: testConfig.id,
poolKey: databaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecPoolKey,
displayName: databaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDisplayName,
});
import pulumi
import pulumi_oci as oci
test_database_tools_database_api_gateway_config_pool_auto_api_specs = oci.databasetools.get_runtime_database_tools_database_api_gateway_config_pool_auto_api_specs(database_tools_database_api_gateway_config_id=test_config["id"],
pool_key=database_tools_database_api_gateway_config_pool_auto_api_spec_pool_key,
display_name=database_tools_database_api_gateway_config_pool_auto_api_spec_display_name)
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.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs(ctx, &databasetools.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsArgs{
DatabaseToolsDatabaseApiGatewayConfigId: testConfig.Id,
PoolKey: databaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecPoolKey,
DisplayName: pulumi.StringRef(databaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDisplayName),
}, 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 testDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs = Oci.DatabaseTools.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs.Invoke(new()
{
DatabaseToolsDatabaseApiGatewayConfigId = testConfig.Id,
PoolKey = databaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecPoolKey,
DisplayName = databaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDisplayName,
});
});
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.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsArgs;
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 testDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs = DatabaseToolsFunctions.getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsArgs.builder()
.databaseToolsDatabaseApiGatewayConfigId(testConfig.id())
.poolKey(databaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecPoolKey)
.displayName(databaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDisplayName)
.build());
}
}
variables:
testDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs:
fn::invoke:
function: oci:DatabaseTools:getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs
arguments:
databaseToolsDatabaseApiGatewayConfigId: ${testConfig.id}
poolKey: ${databaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecPoolKey}
displayName: ${databaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDisplayName}
Example coming soon!
Using getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs
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 getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs(args: GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsArgs, opts?: InvokeOptions): Promise<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsResult>
function getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsOutput(args: GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsOutputArgs, opts?: InvokeOptions): Output<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsResult>def get_runtime_database_tools_database_api_gateway_config_pool_auto_api_specs(database_tools_database_api_gateway_config_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsFilter]] = None,
pool_key: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsResult
def get_runtime_database_tools_database_api_gateway_config_pool_auto_api_specs_output(database_tools_database_api_gateway_config_id: pulumi.Input[Optional[str]] = None,
display_name: pulumi.Input[Optional[str]] = None,
filters: pulumi.Input[Optional[Sequence[pulumi.Input[GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsFilterArgs]]]] = None,
pool_key: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsResult]func GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs(ctx *Context, args *GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsArgs, opts ...InvokeOption) (*GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsResult, error)
func GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsOutput(ctx *Context, args *GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsOutputArgs, opts ...InvokeOption) GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsResultOutput> Note: This function is named GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs in the Go SDK.
public static class GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs
{
public static Task<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsResult> InvokeAsync(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsArgs args, InvokeOptions? opts = null)
public static Output<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsResult> Invoke(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsResult> getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsArgs args, InvokeOptions options)
public static Output<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsResult> getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsArgs args, InvokeOptions options)
fn::invoke:
function: oci:DatabaseTools/getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs:getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs
arguments:
# arguments dictionarydata "oci_databasetools_getruntimedatabasetoolsdatabaseapigatewayconfigpoolautoapispecs" "name" {
# arguments
}The following arguments are supported:
- Database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- Pool
Key string - The key of the pool config.
- Display
Name string - A filter to return only resources that match the entire specified display name.
- Filters
List<Get
Runtime Database Tools Database Api Gateway Config Pool Auto Api Specs Filter>
- Database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- Pool
Key string - The key of the pool config.
- Display
Name string - A filter to return only resources that match the entire specified display name.
- Filters
[]Get
Runtime Database Tools Database Api Gateway Config Pool Auto Api Specs Filter
- database_
tools_ stringdatabase_ api_ gateway_ config_ id - The OCID of a Database Tools database API gateway config.
- pool_
key string - The key of the pool config.
- display_
name string - A filter to return only resources that match the entire specified display name.
- filters list(object)
- database
Tools StringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- pool
Key String - The key of the pool config.
- display
Name String - A filter to return only resources that match the entire specified display name.
- filters
List<Get
Runtime Database Api Gateway Config Pool Auto Api Specs Filter>
- database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- pool
Key string - The key of the pool config.
- display
Name string - A filter to return only resources that match the entire specified display name.
- filters
Get
Runtime Database Tools Database Api Gateway Config Pool Auto Api Specs Filter[]
- database_
tools_ strdatabase_ api_ gateway_ config_ id - The OCID of a Database Tools database API gateway config.
- pool_
key str - The key of the pool config.
- display_
name str - A filter to return only resources that match the entire specified display name.
- filters
Sequence[Get
Runtime Database Tools Database Api Gateway Config Pool Auto Api Specs Filter]
- database
Tools StringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- pool
Key String - The key of the pool config.
- display
Name String - A filter to return only resources that match the entire specified display name.
- filters List<Property Map>
getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecs Result
The following output properties are available:
- Database
Tools stringDatabase Api Gateway Config Id - Database
Tools List<GetDatabase Api Gateway Config Pool Auto Api Spec Collections Runtime Database Tools Database Api Gateway Config Pool Auto Api Specs Database Tools Database Api Gateway Config Pool Auto Api Spec Collection> - The list of database_tools_database_api_gateway_config_pool_auto_api_spec_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Pool
Key string - Display
Name string - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Filters
List<Get
Runtime Database Tools Database Api Gateway Config Pool Auto Api Specs Filter>
- Database
Tools stringDatabase Api Gateway Config Id - Database
Tools []GetDatabase Api Gateway Config Pool Auto Api Spec Collections Runtime Database Tools Database Api Gateway Config Pool Auto Api Specs Database Tools Database Api Gateway Config Pool Auto Api Spec Collection - The list of database_tools_database_api_gateway_config_pool_auto_api_spec_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Pool
Key string - Display
Name string - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Filters
[]Get
Runtime Database Tools Database Api Gateway Config Pool Auto Api Specs Filter
- database_
tools_ stringdatabase_ api_ gateway_ config_ id - database_
tools_ list(object)database_ api_ gateway_ config_ pool_ auto_ api_ spec_ collections - The list of database_tools_database_api_gateway_config_pool_auto_api_spec_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- pool_
key string - display_
name string - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- filters list(object)
- database
Tools StringDatabase Api Gateway Config Id - database
Tools List<GetDatabase Api Gateway Config Pool Auto Api Spec Collections Runtime Database Api Gateway Config Pool Auto Api Specs Database Api Gateway Config Pool Auto Api Spec Collection> - The list of database_tools_database_api_gateway_config_pool_auto_api_spec_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- pool
Key String - display
Name String - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- filters
List<Get
Runtime Database Api Gateway Config Pool Auto Api Specs Filter>
- database
Tools stringDatabase Api Gateway Config Id - database
Tools GetDatabase Api Gateway Config Pool Auto Api Spec Collections Runtime Database Tools Database Api Gateway Config Pool Auto Api Specs Database Tools Database Api Gateway Config Pool Auto Api Spec Collection[] - The list of database_tools_database_api_gateway_config_pool_auto_api_spec_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- pool
Key string - display
Name string - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- filters
Get
Runtime Database Tools Database Api Gateway Config Pool Auto Api Specs Filter[]
- database_
tools_ strdatabase_ api_ gateway_ config_ id - database_
tools_ Sequence[Getdatabase_ api_ gateway_ config_ pool_ auto_ api_ spec_ collections Runtime Database Tools Database Api Gateway Config Pool Auto Api Specs Database Tools Database Api Gateway Config Pool Auto Api Spec Collection] - The list of database_tools_database_api_gateway_config_pool_auto_api_spec_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- pool_
key str - display_
name str - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- filters
Sequence[Get
Runtime Database Tools Database Api Gateway Config Pool Auto Api Specs Filter]
- database
Tools StringDatabase Api Gateway Config Id - database
Tools List<Property Map>Database Api Gateway Config Pool Auto Api Spec Collections - The list of database_tools_database_api_gateway_config_pool_auto_api_spec_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- pool
Key String - display
Name String - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- filters List<Property Map>
Supporting Types
GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecCollection
GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecCollectionItem
- Alias string
- Used as the URI path element for this object. When not specified the objectName lowercase is the default value.
- Database
Object stringName - The name of the database object.
- Database
Object stringType - The type of the database object.
- Database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- Description string
- Description of the autoApiSpec.
- Display
Name string - A filter to return only resources that match the entire specified display name.
- Key string
- A system generated string that uniquely identifies an auto API spec sub resource within a given pool.
- Operations List<string>
- The operations to limit access to this resource. If not specified then the default is ["READ","WRITE"].
- Pool
Key string - The key of the pool config.
- Roles List<string>
- The name of the database API gateway config roles protecting the resource. Only valid for RBAC JWT Profile pools and BEARER securitySchemes.
- Scope string
- The name of the database API gateway config privilege protecting the resource. Only valid for SCOPE JWT Profile pools and BEARER securitySchemes.
- Security
Schemes List<string> - The security schemes that can access this resource. If not specified then the resource is public.
- Time
Created string - The time the resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time the resource was updated. An RFC3339 formatted datetime string.
- Type string
- The type of the Database Tools database API gateway config auto API spec sub resource.
- Alias string
- Used as the URI path element for this object. When not specified the objectName lowercase is the default value.
- Database
Object stringName - The name of the database object.
- Database
Object stringType - The type of the database object.
- Database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- Description string
- Description of the autoApiSpec.
- Display
Name string - A filter to return only resources that match the entire specified display name.
- Key string
- A system generated string that uniquely identifies an auto API spec sub resource within a given pool.
- Operations []string
- The operations to limit access to this resource. If not specified then the default is ["READ","WRITE"].
- Pool
Key string - The key of the pool config.
- Roles []string
- The name of the database API gateway config roles protecting the resource. Only valid for RBAC JWT Profile pools and BEARER securitySchemes.
- Scope string
- The name of the database API gateway config privilege protecting the resource. Only valid for SCOPE JWT Profile pools and BEARER securitySchemes.
- Security
Schemes []string - The security schemes that can access this resource. If not specified then the resource is public.
- Time
Created string - The time the resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time the resource was updated. An RFC3339 formatted datetime string.
- Type string
- The type of the Database Tools database API gateway config auto API spec sub resource.
- alias string
- Used as the URI path element for this object. When not specified the objectName lowercase is the default value.
- database_
object_ stringname - The name of the database object.
- database_
object_ stringtype - The type of the database object.
- database_
tools_ stringdatabase_ api_ gateway_ config_ id - The OCID of a Database Tools database API gateway config.
- description string
- Description of the autoApiSpec.
- display_
name string - A filter to return only resources that match the entire specified display name.
- key string
- A system generated string that uniquely identifies an auto API spec sub resource within a given pool.
- operations list(string)
- The operations to limit access to this resource. If not specified then the default is ["READ","WRITE"].
- pool_
key string - The key of the pool config.
- roles list(string)
- The name of the database API gateway config roles protecting the resource. Only valid for RBAC JWT Profile pools and BEARER securitySchemes.
- scope string
- The name of the database API gateway config privilege protecting the resource. Only valid for SCOPE JWT Profile pools and BEARER securitySchemes.
- security_
schemes list(string) - The security schemes that can access this resource. If not specified then the resource is public.
- time_
created string - The time the resource was created. An RFC3339 formatted datetime string.
- time_
updated string - The time the resource was updated. An RFC3339 formatted datetime string.
- type string
- The type of the Database Tools database API gateway config auto API spec sub resource.
- alias String
- Used as the URI path element for this object. When not specified the objectName lowercase is the default value.
- database
Object StringName - The name of the database object.
- database
Object StringType - The type of the database object.
- database
Tools StringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- description String
- Description of the autoApiSpec.
- display
Name String - A filter to return only resources that match the entire specified display name.
- key String
- A system generated string that uniquely identifies an auto API spec sub resource within a given pool.
- operations List<String>
- The operations to limit access to this resource. If not specified then the default is ["READ","WRITE"].
- pool
Key String - The key of the pool config.
- roles List<String>
- The name of the database API gateway config roles protecting the resource. Only valid for RBAC JWT Profile pools and BEARER securitySchemes.
- scope String
- The name of the database API gateway config privilege protecting the resource. Only valid for SCOPE JWT Profile pools and BEARER securitySchemes.
- security
Schemes List<String> - The security schemes that can access this resource. If not specified then the resource is public.
- time
Created String - The time the resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time the resource was updated. An RFC3339 formatted datetime string.
- type String
- The type of the Database Tools database API gateway config auto API spec sub resource.
- alias string
- Used as the URI path element for this object. When not specified the objectName lowercase is the default value.
- database
Object stringName - The name of the database object.
- database
Object stringType - The type of the database object.
- database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- description string
- Description of the autoApiSpec.
- display
Name string - A filter to return only resources that match the entire specified display name.
- key string
- A system generated string that uniquely identifies an auto API spec sub resource within a given pool.
- operations string[]
- The operations to limit access to this resource. If not specified then the default is ["READ","WRITE"].
- pool
Key string - The key of the pool config.
- roles string[]
- The name of the database API gateway config roles protecting the resource. Only valid for RBAC JWT Profile pools and BEARER securitySchemes.
- scope string
- The name of the database API gateway config privilege protecting the resource. Only valid for SCOPE JWT Profile pools and BEARER securitySchemes.
- security
Schemes string[] - The security schemes that can access this resource. If not specified then the resource is public.
- time
Created string - The time the resource was created. An RFC3339 formatted datetime string.
- time
Updated string - The time the resource was updated. An RFC3339 formatted datetime string.
- type string
- The type of the Database Tools database API gateway config auto API spec sub resource.
- alias str
- Used as the URI path element for this object. When not specified the objectName lowercase is the default value.
- database_
object_ strname - The name of the database object.
- database_
object_ strtype - The type of the database object.
- database_
tools_ strdatabase_ api_ gateway_ config_ id - The OCID of a Database Tools database API gateway config.
- description str
- Description of the autoApiSpec.
- display_
name str - A filter to return only resources that match the entire specified display name.
- key str
- A system generated string that uniquely identifies an auto API spec sub resource within a given pool.
- operations Sequence[str]
- The operations to limit access to this resource. If not specified then the default is ["READ","WRITE"].
- pool_
key str - The key of the pool config.
- roles Sequence[str]
- The name of the database API gateway config roles protecting the resource. Only valid for RBAC JWT Profile pools and BEARER securitySchemes.
- scope str
- The name of the database API gateway config privilege protecting the resource. Only valid for SCOPE JWT Profile pools and BEARER securitySchemes.
- security_
schemes Sequence[str] - The security schemes that can access this resource. If not specified then the resource is public.
- time_
created str - The time the resource was created. An RFC3339 formatted datetime string.
- time_
updated str - The time the resource was updated. An RFC3339 formatted datetime string.
- type str
- The type of the Database Tools database API gateway config auto API spec sub resource.
- alias String
- Used as the URI path element for this object. When not specified the objectName lowercase is the default value.
- database
Object StringName - The name of the database object.
- database
Object StringType - The type of the database object.
- database
Tools StringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- description String
- Description of the autoApiSpec.
- display
Name String - A filter to return only resources that match the entire specified display name.
- key String
- A system generated string that uniquely identifies an auto API spec sub resource within a given pool.
- operations List<String>
- The operations to limit access to this resource. If not specified then the default is ["READ","WRITE"].
- pool
Key String - The key of the pool config.
- roles List<String>
- The name of the database API gateway config roles protecting the resource. Only valid for RBAC JWT Profile pools and BEARER securitySchemes.
- scope String
- The name of the database API gateway config privilege protecting the resource. Only valid for SCOPE JWT Profile pools and BEARER securitySchemes.
- security
Schemes List<String> - The security schemes that can access this resource. If not specified then the resource is public.
- time
Created String - The time the resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time the resource was updated. An RFC3339 formatted datetime string.
- type String
- The type of the Database Tools database API gateway config auto API spec sub resource.
GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecsFilter
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.11.0
published on Friday, May 15, 2026 by Pulumi
published on Friday, May 15, 2026 by Pulumi
