1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getDbmulticloudOracleDbAzureConnector
Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
oci logo
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 dictionary

    The following arguments are supported:

    OracleDbAzureConnectorId string
    The OCID of the Oracle DB Azure Connector resource.
    OracleDbAzureConnectorId string
    The OCID of the Oracle DB Azure Connector resource.
    oracleDbAzureConnectorId String
    The OCID of the Oracle DB Azure Connector resource.
    oracleDbAzureConnectorId string
    The OCID of the Oracle DB Azure Connector resource.
    oracle_db_azure_connector_id str
    The OCID of the Oracle DB Azure Connector resource.
    oracleDbAzureConnectorId String
    The OCID of the Oracle DB Azure Connector resource.

    getDbmulticloudOracleDbAzureConnector Result

    The following output properties are available:

    AccessToken string
    Azure bearer access token.
    ArcAgentNodes List<GetDbmulticloudOracleDbAzureConnectorArcAgentNode>
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    AzureIdentityConnectivityStatus string
    The current Connectivity status of Azure Identity Connector resource.
    AzureIdentityMechanism string
    Azure Identity mechanism.
    AzureResourceGroup string
    Azure Resource group name.
    AzureSubscriptionId string
    Azure Subscription ID.
    AzureTenantId string
    Azure Tenant ID.
    CompartmentId string
    The OCID of the compartment that contains Oracle DB Azure Connector resource.
    DbClusterResourceId string
    The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
    DisplayName string
    Oracle DB Azure Connector resource name.
    Id string
    The OCID of the Oracle DB Azure Connector resource.
    LastModification string
    Description of the latest modification of the Oracle DB Azure Connector resource.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    OracleDbAzureConnectorId string
    State string
    The current lifecycle state of the Azure Arc Agent resource.
    TimeCreated 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'
    TimeUpdated 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'
    AccessToken string
    Azure bearer access token.
    ArcAgentNodes []GetDbmulticloudOracleDbAzureConnectorArcAgentNode
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    AzureIdentityConnectivityStatus string
    The current Connectivity status of Azure Identity Connector resource.
    AzureIdentityMechanism string
    Azure Identity mechanism.
    AzureResourceGroup string
    Azure Resource group name.
    AzureSubscriptionId string
    Azure Subscription ID.
    AzureTenantId string
    Azure Tenant ID.
    CompartmentId string
    The OCID of the compartment that contains Oracle DB Azure Connector resource.
    DbClusterResourceId string
    The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
    DisplayName string
    Oracle DB Azure Connector resource name.
    Id string
    The OCID of the Oracle DB Azure Connector resource.
    LastModification string
    Description of the latest modification of the Oracle DB Azure Connector resource.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    OracleDbAzureConnectorId string
    State string
    The current lifecycle state of the Azure Arc Agent resource.
    TimeCreated 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'
    TimeUpdated 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'
    accessToken String
    Azure bearer access token.
    arcAgentNodes List<GetDbmulticloudOracleDbAzureConnectorArcAgentNode>
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    azureIdentityConnectivityStatus String
    The current Connectivity status of Azure Identity Connector resource.
    azureIdentityMechanism String
    Azure Identity mechanism.
    azureResourceGroup String
    Azure Resource group name.
    azureSubscriptionId String
    Azure Subscription ID.
    azureTenantId String
    Azure Tenant ID.
    compartmentId String
    The OCID of the compartment that contains Oracle DB Azure Connector resource.
    dbClusterResourceId String
    The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
    displayName String
    Oracle DB Azure Connector resource name.
    id String
    The OCID of the Oracle DB Azure Connector resource.
    lastModification String
    Description of the latest modification of the Oracle DB Azure Connector resource.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    oracleDbAzureConnectorId String
    state String
    The current lifecycle state of the Azure Arc Agent resource.
    timeCreated 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'
    timeUpdated 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'
    accessToken string
    Azure bearer access token.
    arcAgentNodes GetDbmulticloudOracleDbAzureConnectorArcAgentNode[]
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    azureIdentityConnectivityStatus string
    The current Connectivity status of Azure Identity Connector resource.
    azureIdentityMechanism string
    Azure Identity mechanism.
    azureResourceGroup string
    Azure Resource group name.
    azureSubscriptionId string
    Azure Subscription ID.
    azureTenantId string
    Azure Tenant ID.
    compartmentId string
    The OCID of the compartment that contains Oracle DB Azure Connector resource.
    dbClusterResourceId string
    The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
    displayName string
    Oracle DB Azure Connector resource name.
    id string
    The OCID of the Oracle DB Azure Connector resource.
    lastModification string
    Description of the latest modification of the Oracle DB Azure Connector resource.
    lifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    oracleDbAzureConnectorId string
    state string
    The current lifecycle state of the Azure Arc Agent resource.
    timeCreated 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'
    timeUpdated 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_nodes Sequence[GetDbmulticloudOracleDbAzureConnectorArcAgentNode]
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    azure_identity_connectivity_status str
    The current Connectivity status of Azure Identity Connector resource.
    azure_identity_mechanism str
    Azure Identity mechanism.
    azure_resource_group str
    Azure Resource group name.
    azure_subscription_id str
    Azure Subscription ID.
    azure_tenant_id str
    Azure Tenant ID.
    compartment_id str
    The OCID of the compartment that contains Oracle DB Azure Connector resource.
    db_cluster_resource_id str
    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_details str
    Description of the current lifecycle state in more detail.
    oracle_db_azure_connector_id str
    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'
    accessToken String
    Azure bearer access token.
    arcAgentNodes List<Property Map>
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    azureIdentityConnectivityStatus String
    The current Connectivity status of Azure Identity Connector resource.
    azureIdentityMechanism String
    Azure Identity mechanism.
    azureResourceGroup String
    Azure Resource group name.
    azureSubscriptionId String
    Azure Subscription ID.
    azureTenantId String
    Azure Tenant ID.
    compartmentId String
    The OCID of the compartment that contains Oracle DB Azure Connector resource.
    dbClusterResourceId String
    The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
    displayName String
    Oracle DB Azure Connector resource name.
    id String
    The OCID of the Oracle DB Azure Connector resource.
    lastModification String
    Description of the latest modification of the Oracle DB Azure Connector resource.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    oracleDbAzureConnectorId String
    state String
    The current lifecycle state of the Azure Arc Agent resource.
    timeCreated 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'
    timeUpdated 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

    CurrentArcAgentVersion string
    Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
    HostId string
    Host ID.
    HostName string
    Host name or Azure Arc Agent name.
    Status string
    The current status of the Azure Arc Agent resource.
    TimeLastChecked string
    Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    CurrentArcAgentVersion string
    Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
    HostId string
    Host ID.
    HostName string
    Host name or Azure Arc Agent name.
    Status string
    The current status of the Azure Arc Agent resource.
    TimeLastChecked string
    Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    currentArcAgentVersion String
    Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
    hostId String
    Host ID.
    hostName String
    Host name or Azure Arc Agent name.
    status String
    The current status of the Azure Arc Agent resource.
    timeLastChecked String
    Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    currentArcAgentVersion string
    Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
    hostId string
    Host ID.
    hostName string
    Host name or Azure Arc Agent name.
    status string
    The current status of the Azure Arc Agent resource.
    timeLastChecked string
    Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    current_arc_agent_version str
    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_checked str
    Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    currentArcAgentVersion String
    Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
    hostId String
    Host ID.
    hostName String
    Host name or Azure Arc Agent name.
    status String
    The current status of the Azure Arc Agent resource.
    timeLastChecked String
    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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate