Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
This data source provides details about a specific Oracle Db Azure Connector resource in Oracle Cloud Infrastructure Dbmulticloud service.
Retrieves the Oracle DB Azure Identity Connector for a specified resource OCID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOracleDbAzureConnector = oci.oci.getDbmulticloudOracleDbAzureConnector({
oracleDbAzureConnectorId: testOracleDbAzureConnectorOciDbmulticloudOracleDbAzureConnector.id,
});
import pulumi
import pulumi_oci as oci
test_oracle_db_azure_connector = oci.oci.get_dbmulticloud_oracle_db_azure_connector(oracle_db_azure_connector_id=test_oracle_db_azure_connector_oci_dbmulticloud_oracle_db_azure_connector["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.LookupDbmulticloudOracleDbAzureConnector(ctx, &oci.LookupDbmulticloudOracleDbAzureConnectorArgs{
OracleDbAzureConnectorId: testOracleDbAzureConnectorOciDbmulticloudOracleDbAzureConnector.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 testOracleDbAzureConnector = Oci.Oci.GetDbmulticloudOracleDbAzureConnector.Invoke(new()
{
OracleDbAzureConnectorId = testOracleDbAzureConnectorOciDbmulticloudOracleDbAzureConnector.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetDbmulticloudOracleDbAzureConnectorArgs;
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 testOracleDbAzureConnector = OciFunctions.getDbmulticloudOracleDbAzureConnector(GetDbmulticloudOracleDbAzureConnectorArgs.builder()
.oracleDbAzureConnectorId(testOracleDbAzureConnectorOciDbmulticloudOracleDbAzureConnector.id())
.build());
}
}
variables:
testOracleDbAzureConnector:
fn::invoke:
function: oci:oci:getDbmulticloudOracleDbAzureConnector
arguments:
oracleDbAzureConnectorId: ${testOracleDbAzureConnectorOciDbmulticloudOracleDbAzureConnector.id}
Using getDbmulticloudOracleDbAzureConnector
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 getDbmulticloudOracleDbAzureConnector(args: GetDbmulticloudOracleDbAzureConnectorArgs, opts?: InvokeOptions): Promise<GetDbmulticloudOracleDbAzureConnectorResult>
function getDbmulticloudOracleDbAzureConnectorOutput(args: GetDbmulticloudOracleDbAzureConnectorOutputArgs, opts?: InvokeOptions): Output<GetDbmulticloudOracleDbAzureConnectorResult>def get_dbmulticloud_oracle_db_azure_connector(oracle_db_azure_connector_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbmulticloudOracleDbAzureConnectorResult
def get_dbmulticloud_oracle_db_azure_connector_output(oracle_db_azure_connector_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbmulticloudOracleDbAzureConnectorResult]func LookupDbmulticloudOracleDbAzureConnector(ctx *Context, args *LookupDbmulticloudOracleDbAzureConnectorArgs, opts ...InvokeOption) (*LookupDbmulticloudOracleDbAzureConnectorResult, error)
func LookupDbmulticloudOracleDbAzureConnectorOutput(ctx *Context, args *LookupDbmulticloudOracleDbAzureConnectorOutputArgs, opts ...InvokeOption) LookupDbmulticloudOracleDbAzureConnectorResultOutput> Note: This function is named LookupDbmulticloudOracleDbAzureConnector in the Go SDK.
public static class GetDbmulticloudOracleDbAzureConnector
{
public static Task<GetDbmulticloudOracleDbAzureConnectorResult> InvokeAsync(GetDbmulticloudOracleDbAzureConnectorArgs args, InvokeOptions? opts = null)
public static Output<GetDbmulticloudOracleDbAzureConnectorResult> Invoke(GetDbmulticloudOracleDbAzureConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbmulticloudOracleDbAzureConnectorResult> getDbmulticloudOracleDbAzureConnector(GetDbmulticloudOracleDbAzureConnectorArgs args, InvokeOptions options)
public static Output<GetDbmulticloudOracleDbAzureConnectorResult> getDbmulticloudOracleDbAzureConnector(GetDbmulticloudOracleDbAzureConnectorArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getDbmulticloudOracleDbAzureConnector:getDbmulticloudOracleDbAzureConnector
arguments:
# arguments dictionaryThe following arguments are supported:
- Oracle
Db stringAzure Connector Id - The OCID of the Oracle DB Azure Connector resource.
- Oracle
Db stringAzure Connector Id - The OCID of the Oracle DB Azure Connector resource.
- oracle
Db StringAzure Connector Id - The OCID of the Oracle DB Azure Connector resource.
- oracle
Db stringAzure Connector Id - The OCID of the Oracle DB Azure Connector resource.
- oracle_
db_ strazure_ connector_ id - The OCID of the Oracle DB Azure Connector resource.
- oracle
Db StringAzure Connector Id - The OCID of the Oracle DB Azure Connector resource.
getDbmulticloudOracleDbAzureConnector Result
The following output properties are available:
- Access
Token string - Azure bearer access token.
- Arc
Agent List<GetNodes Dbmulticloud Oracle Db Azure Connector Arc Agent Node> - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- Azure
Identity stringConnectivity Status - The current Connectivity status of Azure Identity Connector resource.
- Azure
Identity stringMechanism - Azure Identity mechanism.
- Azure
Resource stringGroup - Azure Resource group name.
- Azure
Subscription stringId - Azure Subscription ID.
- Azure
Tenant stringId - Azure Tenant ID.
- Compartment
Id string - The OCID of the compartment that contains Oracle DB Azure Connector resource.
- Db
Cluster stringResource Id - The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
- Display
Name string - Oracle DB Azure Connector resource name.
- Id string
- The OCID of the Oracle DB Azure Connector resource.
- Last
Modification string - Description of the latest modification of the Oracle DB Azure Connector resource.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Oracle
Db stringAzure Connector Id - State string
- The current lifecycle state of the Azure Arc Agent resource.
- Time
Created string - Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- Time
Updated string - Time when the Oracle DB Azure Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- Access
Token string - Azure bearer access token.
- Arc
Agent []GetNodes Dbmulticloud Oracle Db Azure Connector Arc Agent Node - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- Azure
Identity stringConnectivity Status - The current Connectivity status of Azure Identity Connector resource.
- Azure
Identity stringMechanism - Azure Identity mechanism.
- Azure
Resource stringGroup - Azure Resource group name.
- Azure
Subscription stringId - Azure Subscription ID.
- Azure
Tenant stringId - Azure Tenant ID.
- Compartment
Id string - The OCID of the compartment that contains Oracle DB Azure Connector resource.
- Db
Cluster stringResource Id - The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
- Display
Name string - Oracle DB Azure Connector resource name.
- Id string
- The OCID of the Oracle DB Azure Connector resource.
- Last
Modification string - Description of the latest modification of the Oracle DB Azure Connector resource.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Oracle
Db stringAzure Connector Id - State string
- The current lifecycle state of the Azure Arc Agent resource.
- Time
Created string - Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- Time
Updated string - Time when the Oracle DB Azure Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- access
Token String - Azure bearer access token.
- arc
Agent List<GetNodes Dbmulticloud Oracle Db Azure Connector Arc Agent Node> - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- azure
Identity StringConnectivity Status - The current Connectivity status of Azure Identity Connector resource.
- azure
Identity StringMechanism - Azure Identity mechanism.
- azure
Resource StringGroup - Azure Resource group name.
- azure
Subscription StringId - Azure Subscription ID.
- azure
Tenant StringId - Azure Tenant ID.
- compartment
Id String - The OCID of the compartment that contains Oracle DB Azure Connector resource.
- db
Cluster StringResource Id - The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
- display
Name String - Oracle DB Azure Connector resource name.
- id String
- The OCID of the Oracle DB Azure Connector resource.
- last
Modification String - Description of the latest modification of the Oracle DB Azure Connector resource.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- oracle
Db StringAzure Connector Id - state String
- The current lifecycle state of the Azure Arc Agent resource.
- time
Created String - Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- time
Updated String - Time when the Oracle DB Azure Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- access
Token string - Azure bearer access token.
- arc
Agent GetNodes Dbmulticloud Oracle Db Azure Connector Arc Agent Node[] - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- azure
Identity stringConnectivity Status - The current Connectivity status of Azure Identity Connector resource.
- azure
Identity stringMechanism - Azure Identity mechanism.
- azure
Resource stringGroup - Azure Resource group name.
- azure
Subscription stringId - Azure Subscription ID.
- azure
Tenant stringId - Azure Tenant ID.
- compartment
Id string - The OCID of the compartment that contains Oracle DB Azure Connector resource.
- db
Cluster stringResource Id - The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
- display
Name string - Oracle DB Azure Connector resource name.
- id string
- The OCID of the Oracle DB Azure Connector resource.
- last
Modification string - Description of the latest modification of the Oracle DB Azure Connector resource.
- lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- oracle
Db stringAzure Connector Id - state string
- The current lifecycle state of the Azure Arc Agent resource.
- time
Created string - Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- time
Updated string - Time when the Oracle DB Azure Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- access_
token str - Azure bearer access token.
- arc_
agent_ Sequence[Getnodes Dbmulticloud Oracle Db Azure Connector Arc Agent Node] - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- azure_
identity_ strconnectivity_ status - The current Connectivity status of Azure Identity Connector resource.
- azure_
identity_ strmechanism - Azure Identity mechanism.
- azure_
resource_ strgroup - Azure Resource group name.
- azure_
subscription_ strid - Azure Subscription ID.
- azure_
tenant_ strid - Azure Tenant ID.
- compartment_
id str - The OCID of the compartment that contains Oracle DB Azure Connector resource.
- db_
cluster_ strresource_ id - The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
- display_
name str - Oracle DB Azure Connector resource name.
- id str
- The OCID of the Oracle DB Azure Connector resource.
- last_
modification str - Description of the latest modification of the Oracle DB Azure Connector resource.
- lifecycle_
state_ strdetails - Description of the current lifecycle state in more detail.
- oracle_
db_ strazure_ connector_ id - state str
- The current lifecycle state of the Azure Arc Agent resource.
- time_
created str - Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- time_
updated str - Time when the Oracle DB Azure Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- access
Token String - Azure bearer access token.
- arc
Agent List<Property Map>Nodes - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- azure
Identity StringConnectivity Status - The current Connectivity status of Azure Identity Connector resource.
- azure
Identity StringMechanism - Azure Identity mechanism.
- azure
Resource StringGroup - Azure Resource group name.
- azure
Subscription StringId - Azure Subscription ID.
- azure
Tenant StringId - Azure Tenant ID.
- compartment
Id String - The OCID of the compartment that contains Oracle DB Azure Connector resource.
- db
Cluster StringResource Id - The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
- display
Name String - Oracle DB Azure Connector resource name.
- id String
- The OCID of the Oracle DB Azure Connector resource.
- last
Modification String - Description of the latest modification of the Oracle DB Azure Connector resource.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- oracle
Db StringAzure Connector Id - state String
- The current lifecycle state of the Azure Arc Agent resource.
- time
Created String - Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- time
Updated String - Time when the Oracle DB Azure Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
Supporting Types
GetDbmulticloudOracleDbAzureConnectorArcAgentNode
- Current
Arc stringAgent Version - Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
- Host
Id string - Host ID.
- Host
Name string - Host name or Azure Arc Agent name.
- Status string
- The current status of the Azure Arc Agent resource.
- Time
Last stringChecked - Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- Current
Arc stringAgent Version - Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
- Host
Id string - Host ID.
- Host
Name string - Host name or Azure Arc Agent name.
- Status string
- The current status of the Azure Arc Agent resource.
- Time
Last stringChecked - Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- current
Arc StringAgent Version - Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
- host
Id String - Host ID.
- host
Name String - Host name or Azure Arc Agent name.
- status String
- The current status of the Azure Arc Agent resource.
- time
Last StringChecked - Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- current
Arc stringAgent Version - Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
- host
Id string - Host ID.
- host
Name string - Host name or Azure Arc Agent name.
- status string
- The current status of the Azure Arc Agent resource.
- time
Last stringChecked - Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- current_
arc_ stragent_ version - Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
- host_
id str - Host ID.
- host_
name str - Host name or Azure Arc Agent name.
- status str
- The current status of the Azure Arc Agent resource.
- time_
last_ strchecked - Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- current
Arc StringAgent Version - Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
- host
Id String - Host ID.
- host
Name String - Host name or Azure Arc Agent name.
- status String
- The current status of the Azure Arc Agent resource.
- time
Last StringChecked - Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
