Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.DatabaseManagement.getExternalDbSystemConnectors
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of External Db System Connectors in Oracle Cloud Infrastructure Database Management service.
Lists the external connectors in the specified external DB system.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalDbSystemConnectors = oci.DatabaseManagement.getExternalDbSystemConnectors({
compartmentId: compartmentId,
displayName: externalDbSystemConnectorDisplayName,
externalDbSystemId: testExternalDbSystem.id,
});
import pulumi
import pulumi_oci as oci
test_external_db_system_connectors = oci.DatabaseManagement.get_external_db_system_connectors(compartment_id=compartment_id,
display_name=external_db_system_connector_display_name,
external_db_system_id=test_external_db_system["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DatabaseManagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DatabaseManagement.GetExternalDbSystemConnectors(ctx, &databasemanagement.GetExternalDbSystemConnectorsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(externalDbSystemConnectorDisplayName),
ExternalDbSystemId: pulumi.StringRef(testExternalDbSystem.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 testExternalDbSystemConnectors = Oci.DatabaseManagement.GetExternalDbSystemConnectors.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = externalDbSystemConnectorDisplayName,
ExternalDbSystemId = testExternalDbSystem.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetExternalDbSystemConnectorsArgs;
import java.util.List;
import java.util.ArrayList;
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 testExternalDbSystemConnectors = DatabaseManagementFunctions.getExternalDbSystemConnectors(GetExternalDbSystemConnectorsArgs.builder()
.compartmentId(compartmentId)
.displayName(externalDbSystemConnectorDisplayName)
.externalDbSystemId(testExternalDbSystem.id())
.build());
}
}
variables:
testExternalDbSystemConnectors:
fn::invoke:
Function: oci:DatabaseManagement:getExternalDbSystemConnectors
Arguments:
compartmentId: ${compartmentId}
displayName: ${externalDbSystemConnectorDisplayName}
externalDbSystemId: ${testExternalDbSystem.id}
Using getExternalDbSystemConnectors
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 getExternalDbSystemConnectors(args: GetExternalDbSystemConnectorsArgs, opts?: InvokeOptions): Promise<GetExternalDbSystemConnectorsResult>
function getExternalDbSystemConnectorsOutput(args: GetExternalDbSystemConnectorsOutputArgs, opts?: InvokeOptions): Output<GetExternalDbSystemConnectorsResult>
def get_external_db_system_connectors(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
external_db_system_id: Optional[str] = None,
filters: Optional[Sequence[_databasemanagement.GetExternalDbSystemConnectorsFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetExternalDbSystemConnectorsResult
def get_external_db_system_connectors_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
external_db_system_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_databasemanagement.GetExternalDbSystemConnectorsFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExternalDbSystemConnectorsResult]
func GetExternalDbSystemConnectors(ctx *Context, args *GetExternalDbSystemConnectorsArgs, opts ...InvokeOption) (*GetExternalDbSystemConnectorsResult, error)
func GetExternalDbSystemConnectorsOutput(ctx *Context, args *GetExternalDbSystemConnectorsOutputArgs, opts ...InvokeOption) GetExternalDbSystemConnectorsResultOutput
> Note: This function is named GetExternalDbSystemConnectors
in the Go SDK.
public static class GetExternalDbSystemConnectors
{
public static Task<GetExternalDbSystemConnectorsResult> InvokeAsync(GetExternalDbSystemConnectorsArgs args, InvokeOptions? opts = null)
public static Output<GetExternalDbSystemConnectorsResult> Invoke(GetExternalDbSystemConnectorsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExternalDbSystemConnectorsResult> getExternalDbSystemConnectors(GetExternalDbSystemConnectorsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DatabaseManagement/getExternalDbSystemConnectors:getExternalDbSystemConnectors
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- External
Db stringSystem Id - The OCID of the external DB system.
- Filters
List<Get
External Db System Connectors Filter>
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- External
Db stringSystem Id - The OCID of the external DB system.
- Filters
[]Get
External Db System Connectors Filter
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- external
Db StringSystem Id - The OCID of the external DB system.
- filters
List<Get
External Db System Connectors Filter>
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter to only return the resources that match the entire display name.
- external
Db stringSystem Id - The OCID of the external DB system.
- filters
Get
External Db System Connectors Filter[]
- compartment_
id str - The OCID of the compartment.
- display_
name str - A filter to only return the resources that match the entire display name.
- external_
db_ strsystem_ id - The OCID of the external DB system.
- filters
Sequence[databasemanagement.
Get External Db System Connectors Filter]
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- external
Db StringSystem Id - The OCID of the external DB system.
- filters List<Property Map>
getExternalDbSystemConnectors Result
The following output properties are available:
- External
Db List<GetSystem Connector Collections External Db System Connectors External Db System Connector Collection> - The list of external_db_system_connector_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - The user-friendly name for the external connector. The name does not have to be unique.
- External
Db stringSystem Id - The OCID of the external DB system that the connector is a part of.
- Filters
List<Get
External Db System Connectors Filter>
- External
Db []GetSystem Connector Collections External Db System Connectors External Db System Connector Collection - The list of external_db_system_connector_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - The user-friendly name for the external connector. The name does not have to be unique.
- External
Db stringSystem Id - The OCID of the external DB system that the connector is a part of.
- Filters
[]Get
External Db System Connectors Filter
- external
Db List<GetSystem Connector Collections External Db System Connectors External Db System Connector Collection> - The list of external_db_system_connector_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - The OCID of the compartment.
- display
Name String - The user-friendly name for the external connector. The name does not have to be unique.
- external
Db StringSystem Id - The OCID of the external DB system that the connector is a part of.
- filters
List<Get
External Db System Connectors Filter>
- external
Db GetSystem Connector Collections External Db System Connectors External Db System Connector Collection[] - The list of external_db_system_connector_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- compartment
Id string - The OCID of the compartment.
- display
Name string - The user-friendly name for the external connector. The name does not have to be unique.
- external
Db stringSystem Id - The OCID of the external DB system that the connector is a part of.
- filters
Get
External Db System Connectors Filter[]
- external_
db_ Sequence[databasemanagement.system_ connector_ collections Get External Db System Connectors External Db System Connector Collection] - The list of external_db_system_connector_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- compartment_
id str - The OCID of the compartment.
- display_
name str - The user-friendly name for the external connector. The name does not have to be unique.
- external_
db_ strsystem_ id - The OCID of the external DB system that the connector is a part of.
- filters
Sequence[databasemanagement.
Get External Db System Connectors Filter]
- external
Db List<Property Map>System Connector Collections - The list of external_db_system_connector_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - The OCID of the compartment.
- display
Name String - The user-friendly name for the external connector. The name does not have to be unique.
- external
Db StringSystem Id - The OCID of the external DB system that the connector is a part of.
- filters List<Property Map>
Supporting Types
GetExternalDbSystemConnectorsExternalDbSystemConnectorCollection
GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItem
- Agent
Id string - The OCID of the management agent used for the external DB system connector.
- Compartment
Id string - The OCID of the compartment.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos List<GetExternal Db System Connectors External Db System Connector Collection Item Connection Info> - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A filter to only return the resources that match the entire display name.
- External
Db stringSystem Id - The OCID of the external DB system.
- Dictionary<string, object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the external DB system connector.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- State string
- The current lifecycle state of the external DB system connector.
- Dictionary<string, object>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- Time
Created string - The date and time the external DB system connector was created.
- Time
Updated string - The date and time the external DB system connector was last updated.
- Agent
Id string - The OCID of the management agent used for the external DB system connector.
- Compartment
Id string - The OCID of the compartment.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos []GetExternal Db System Connectors External Db System Connector Collection Item Connection Info - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A filter to only return the resources that match the entire display name.
- External
Db stringSystem Id - The OCID of the external DB system.
- map[string]interface{}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the external DB system connector.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- State string
- The current lifecycle state of the external DB system connector.
- map[string]interface{}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- Time
Created string - The date and time the external DB system connector was created.
- Time
Updated string - The date and time the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system connector.
- compartment
Id String - The OCID of the compartment.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<GetExternal Db System Connectors External Db System Connector Collection Item Connection Info> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A filter to only return the resources that match the entire display name.
- external
Db StringSystem Id - The OCID of the external DB system.
- Map<String,Object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the external DB system connector.
- lifecycle
Details String - Additional information about the current lifecycle state.
- state String
- The current lifecycle state of the external DB system connector.
- Map<String,Object>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- time
Created String - The date and time the external DB system connector was created.
- time
Updated String - The date and time the external DB system connector was last updated.
- agent
Id string - The OCID of the management agent used for the external DB system connector.
- compartment
Id string - The OCID of the compartment.
- connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos GetExternal Db System Connectors External Db System Connector Collection Item Connection Info[] - The connection details required to connect to an external DB system component.
- connection
Status string - The status of connectivity to the external DB system component.
- connector
Type string - The type of connector.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A filter to only return the resources that match the entire display name.
- external
Db stringSystem Id - The OCID of the external DB system.
- {[key: string]: any}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The OCID of the external DB system connector.
- lifecycle
Details string - Additional information about the current lifecycle state.
- state string
- The current lifecycle state of the external DB system connector.
- {[key: string]: any}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- time
Created string - The date and time the external DB system connector was created.
- time
Updated string - The date and time the external DB system connector was last updated.
- agent_
id str - The OCID of the management agent used for the external DB system connector.
- compartment_
id str - The OCID of the compartment.
- connection_
failure_ strmessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection_
infos Sequence[databasemanagement.Get External Db System Connectors External Db System Connector Collection Item Connection Info] - The connection details required to connect to an external DB system component.
- connection_
status str - The status of connectivity to the external DB system component.
- connector_
type str - The type of connector.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A filter to only return the resources that match the entire display name.
- external_
db_ strsystem_ id - The OCID of the external DB system.
- Mapping[str, Any]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The OCID of the external DB system connector.
- lifecycle_
details str - Additional information about the current lifecycle state.
- state str
- The current lifecycle state of the external DB system connector.
- Mapping[str, Any]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
connection_ strstatus_ last_ updated - The date and time the connectionStatus of the external DB system connector was last updated.
- time_
created str - The date and time the external DB system connector was created.
- time_
updated str - The date and time the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system connector.
- compartment
Id String - The OCID of the compartment.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<Property Map> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A filter to only return the resources that match the entire display name.
- external
Db StringSystem Id - The OCID of the external DB system.
- Map<Any>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the external DB system connector.
- lifecycle
Details String - Additional information about the current lifecycle state.
- state String
- The current lifecycle state of the external DB system connector.
- Map<Any>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- time
Created String - The date and time the external DB system connector was created.
- time
Updated String - The date and time the external DB system connector was last updated.
GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfo
- Component
Type string - The component type.
- Connection
Credentials List<GetExternal Db System Connectors External Db System Connector Collection Item Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings List<GetExternal Db System Connectors External Db System Connector Collection Item Connection Info Connection String> - The Oracle Database connection string.
- Database
Credentials List<GetExternal Db System Connectors External Db System Connector Collection Item Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- Component
Type string - The component type.
- Connection
Credentials []GetExternal Db System Connectors External Db System Connector Collection Item Connection Info Connection Credential - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings []GetExternal Db System Connectors External Db System Connector Collection Item Connection Info Connection String - The Oracle Database connection string.
- Database
Credentials []GetExternal Db System Connectors External Db System Connector Collection Item Connection Info Database Credential - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<GetExternal Db System Connectors External Db System Connector Collection Item Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<GetExternal Db System Connectors External Db System Connector Collection Item Connection Info Connection String> - The Oracle Database connection string.
- database
Credentials List<GetExternal Db System Connectors External Db System Connector Collection Item Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- component
Type string - The component type.
- connection
Credentials GetExternal Db System Connectors External Db System Connector Collection Item Connection Info Connection Credential[] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings GetExternal Db System Connectors External Db System Connector Collection Item Connection Info Connection String[] - The Oracle Database connection string.
- database
Credentials GetExternal Db System Connectors External Db System Connector Collection Item Connection Info Database Credential[] - The credential to connect to the database to perform tablespace administration tasks.
- component_
type str - The component type.
- connection_
credentials Sequence[databasemanagement.Get External Db System Connectors External Db System Connector Collection Item Connection Info Connection Credential] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
strings Sequence[databasemanagement.Get External Db System Connectors External Db System Connector Collection Item Connection Info Connection String] - The Oracle Database connection string.
- database_
credentials Sequence[databasemanagement.Get External Db System Connectors External Db System Connector Collection Item Connection Info Database Credential] - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<Property Map> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<Property Map> - The Oracle Database connection string.
- database
Credentials List<Property Map> - The credential to connect to the database to perform tablespace administration tasks.
GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoConnectionCredential
- Credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- Credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- credential
Name String - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type String - The type of the credential for tablespace administration tasks.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
- credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type string - The type of the credential for tablespace administration tasks.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name string - The user name used to connect to the ASM instance.
- credential_
name str - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential_
type str - The type of the credential for tablespace administration tasks.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- ssl_
secret_ strid - The OCID of the secret containing the SSL keystore and truststore details.
- user_
name str - The user name used to connect to the ASM instance.
- credential
Name String - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type String - The type of the credential for tablespace administration tasks.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoConnectionString
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts List<string>
- The list of host names of the ASM instances.
- Port int
- The port used to connect to the ASM instance.
- Protocol string
- The protocol used to connect to the ASM instance.
- Service string
- The service name of the ASM instance.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts []string
- The list of host names of the ASM instances.
- Port int
- The port used to connect to the ASM instance.
- Protocol string
- The protocol used to connect to the ASM instance.
- Service string
- The service name of the ASM instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Integer
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
- host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- hosts string[]
- The list of host names of the ASM instances.
- port number
- The port used to connect to the ASM instance.
- protocol string
- The protocol used to connect to the ASM instance.
- service string
- The service name of the ASM instance.
- host_
name str - The host name of the database or the SCAN name in case of a RAC database.
- hosts Sequence[str]
- The list of host names of the ASM instances.
- port int
- The port used to connect to the ASM instance.
- protocol str
- The protocol used to connect to the ASM instance.
- service str
- The service name of the ASM instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Number
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoDatabaseCredential
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
- credential
Type string - The type of the credential for tablespace administration tasks.
- named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- password string
- The database user's password encoded using BASE64 scheme.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- username string
- The user to connect to the database.
- credential_
type str - The type of the credential for tablespace administration tasks.
- named_
credential_ strid - The OCID of the named credential where the database password metadata is stored.
- password str
- The database user's password encoded using BASE64 scheme.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- username str
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
GetExternalDbSystemConnectorsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi