1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getDbmulticloudOracleDbGcpIdentityConnector
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
oci logo
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi

    This data source provides details about a specific Oracle Db Gcp Identity Connector resource in Oracle Cloud Infrastructure Dbmulticloud service.

    Retrieves the Oracle DB GCP Identity Connector for a specified resource OCID.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testOracleDbGcpIdentityConnector = oci.oci.getDbmulticloudOracleDbGcpIdentityConnector({
        oracleDbGcpIdentityConnectorId: testOracleDbGcpIdentityConnectorOciDbmulticloudOracleDbGcpIdentityConnector.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_oracle_db_gcp_identity_connector = oci.oci.get_dbmulticloud_oracle_db_gcp_identity_connector(oracle_db_gcp_identity_connector_id=test_oracle_db_gcp_identity_connector_oci_dbmulticloud_oracle_db_gcp_identity_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.LookupDbmulticloudOracleDbGcpIdentityConnector(ctx, &oci.LookupDbmulticloudOracleDbGcpIdentityConnectorArgs{
    			OracleDbGcpIdentityConnectorId: testOracleDbGcpIdentityConnectorOciDbmulticloudOracleDbGcpIdentityConnector.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 testOracleDbGcpIdentityConnector = Oci.Oci.GetDbmulticloudOracleDbGcpIdentityConnector.Invoke(new()
        {
            OracleDbGcpIdentityConnectorId = testOracleDbGcpIdentityConnectorOciDbmulticloudOracleDbGcpIdentityConnector.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.GetDbmulticloudOracleDbGcpIdentityConnectorArgs;
    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 testOracleDbGcpIdentityConnector = OciFunctions.getDbmulticloudOracleDbGcpIdentityConnector(GetDbmulticloudOracleDbGcpIdentityConnectorArgs.builder()
                .oracleDbGcpIdentityConnectorId(testOracleDbGcpIdentityConnectorOciDbmulticloudOracleDbGcpIdentityConnector.id())
                .build());
    
        }
    }
    
    variables:
      testOracleDbGcpIdentityConnector:
        fn::invoke:
          function: oci:oci:getDbmulticloudOracleDbGcpIdentityConnector
          arguments:
            oracleDbGcpIdentityConnectorId: ${testOracleDbGcpIdentityConnectorOciDbmulticloudOracleDbGcpIdentityConnector.id}
    

    Using getDbmulticloudOracleDbGcpIdentityConnector

    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 getDbmulticloudOracleDbGcpIdentityConnector(args: GetDbmulticloudOracleDbGcpIdentityConnectorArgs, opts?: InvokeOptions): Promise<GetDbmulticloudOracleDbGcpIdentityConnectorResult>
    function getDbmulticloudOracleDbGcpIdentityConnectorOutput(args: GetDbmulticloudOracleDbGcpIdentityConnectorOutputArgs, opts?: InvokeOptions): Output<GetDbmulticloudOracleDbGcpIdentityConnectorResult>
    def get_dbmulticloud_oracle_db_gcp_identity_connector(oracle_db_gcp_identity_connector_id: Optional[str] = None,
                                                          opts: Optional[InvokeOptions] = None) -> GetDbmulticloudOracleDbGcpIdentityConnectorResult
    def get_dbmulticloud_oracle_db_gcp_identity_connector_output(oracle_db_gcp_identity_connector_id: Optional[pulumi.Input[str]] = None,
                                                          opts: Optional[InvokeOptions] = None) -> Output[GetDbmulticloudOracleDbGcpIdentityConnectorResult]
    func LookupDbmulticloudOracleDbGcpIdentityConnector(ctx *Context, args *LookupDbmulticloudOracleDbGcpIdentityConnectorArgs, opts ...InvokeOption) (*LookupDbmulticloudOracleDbGcpIdentityConnectorResult, error)
    func LookupDbmulticloudOracleDbGcpIdentityConnectorOutput(ctx *Context, args *LookupDbmulticloudOracleDbGcpIdentityConnectorOutputArgs, opts ...InvokeOption) LookupDbmulticloudOracleDbGcpIdentityConnectorResultOutput

    > Note: This function is named LookupDbmulticloudOracleDbGcpIdentityConnector in the Go SDK.

    public static class GetDbmulticloudOracleDbGcpIdentityConnector 
    {
        public static Task<GetDbmulticloudOracleDbGcpIdentityConnectorResult> InvokeAsync(GetDbmulticloudOracleDbGcpIdentityConnectorArgs args, InvokeOptions? opts = null)
        public static Output<GetDbmulticloudOracleDbGcpIdentityConnectorResult> Invoke(GetDbmulticloudOracleDbGcpIdentityConnectorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDbmulticloudOracleDbGcpIdentityConnectorResult> getDbmulticloudOracleDbGcpIdentityConnector(GetDbmulticloudOracleDbGcpIdentityConnectorArgs args, InvokeOptions options)
    public static Output<GetDbmulticloudOracleDbGcpIdentityConnectorResult> getDbmulticloudOracleDbGcpIdentityConnector(GetDbmulticloudOracleDbGcpIdentityConnectorArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:oci/getDbmulticloudOracleDbGcpIdentityConnector:getDbmulticloudOracleDbGcpIdentityConnector
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OracleDbGcpIdentityConnectorId string
    The OCID of the Oracle DB GCP Identity Configuration Resource.
    OracleDbGcpIdentityConnectorId string
    The OCID of the Oracle DB GCP Identity Configuration Resource.
    oracleDbGcpIdentityConnectorId String
    The OCID of the Oracle DB GCP Identity Configuration Resource.
    oracleDbGcpIdentityConnectorId string
    The OCID of the Oracle DB GCP Identity Configuration Resource.
    oracle_db_gcp_identity_connector_id str
    The OCID of the Oracle DB GCP Identity Configuration Resource.
    oracleDbGcpIdentityConnectorId String
    The OCID of the Oracle DB GCP Identity Configuration Resource.

    getDbmulticloudOracleDbGcpIdentityConnector Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    Oracle DB GCP Identity Connector resource name.
    FreeformTags Dictionary<string, string>
    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"}
    GcpIdentityConnectivityStatus string
    The current Connectivity status of GCP Identity Connector resource.
    GcpLocation string
    GCP Location.
    GcpNodes List<GetDbmulticloudOracleDbGcpIdentityConnectorGcpNode>
    List of All VMs where GCP Identity Connector is configured for this VMCluster.
    GcpResourceServiceAgentId string
    The ID of the GCP resource service agent.
    GcpWorkloadIdentityPoolId string
    The ID of the cloud GCP Workload Identity Pool.
    GcpWorkloadIdentityProviderId string
    The ID of the GCP Workload Identity Provider.
    Id string
    The OCID of the Oracle DB GCP Identity Connector resource.
    IssuerUrl string
    OIDC token issuer Url.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    OracleDbGcpIdentityConnectorId string
    ProjectId string
    Project id of the customer project.
    ResourceId string
    The OCID of the GCP VM Cluster resource.
    State string
    The current lifecycle state of the GCP Identity Connector resource.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    Time when the Oracle DB GCP Identity 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 GCP Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    CompartmentId string
    The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    Oracle DB GCP Identity Connector resource name.
    FreeformTags map[string]string
    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"}
    GcpIdentityConnectivityStatus string
    The current Connectivity status of GCP Identity Connector resource.
    GcpLocation string
    GCP Location.
    GcpNodes []GetDbmulticloudOracleDbGcpIdentityConnectorGcpNode
    List of All VMs where GCP Identity Connector is configured for this VMCluster.
    GcpResourceServiceAgentId string
    The ID of the GCP resource service agent.
    GcpWorkloadIdentityPoolId string
    The ID of the cloud GCP Workload Identity Pool.
    GcpWorkloadIdentityProviderId string
    The ID of the GCP Workload Identity Provider.
    Id string
    The OCID of the Oracle DB GCP Identity Connector resource.
    IssuerUrl string
    OIDC token issuer Url.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    OracleDbGcpIdentityConnectorId string
    ProjectId string
    Project id of the customer project.
    ResourceId string
    The OCID of the GCP VM Cluster resource.
    State string
    The current lifecycle state of the GCP Identity Connector resource.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    Time when the Oracle DB GCP Identity 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 GCP Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    compartmentId String
    The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    Oracle DB GCP Identity Connector resource name.
    freeformTags Map<String,String>
    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"}
    gcpIdentityConnectivityStatus String
    The current Connectivity status of GCP Identity Connector resource.
    gcpLocation String
    GCP Location.
    gcpNodes List<GetDbmulticloudOracleDbGcpIdentityConnectorGcpNode>
    List of All VMs where GCP Identity Connector is configured for this VMCluster.
    gcpResourceServiceAgentId String
    The ID of the GCP resource service agent.
    gcpWorkloadIdentityPoolId String
    The ID of the cloud GCP Workload Identity Pool.
    gcpWorkloadIdentityProviderId String
    The ID of the GCP Workload Identity Provider.
    id String
    The OCID of the Oracle DB GCP Identity Connector resource.
    issuerUrl String
    OIDC token issuer Url.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    oracleDbGcpIdentityConnectorId String
    projectId String
    Project id of the customer project.
    resourceId String
    The OCID of the GCP VM Cluster resource.
    state String
    The current lifecycle state of the GCP Identity Connector resource.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    Time when the Oracle DB GCP Identity 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 GCP Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    compartmentId string
    The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName string
    Oracle DB GCP Identity Connector resource name.
    freeformTags {[key: string]: string}
    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"}
    gcpIdentityConnectivityStatus string
    The current Connectivity status of GCP Identity Connector resource.
    gcpLocation string
    GCP Location.
    gcpNodes GetDbmulticloudOracleDbGcpIdentityConnectorGcpNode[]
    List of All VMs where GCP Identity Connector is configured for this VMCluster.
    gcpResourceServiceAgentId string
    The ID of the GCP resource service agent.
    gcpWorkloadIdentityPoolId string
    The ID of the cloud GCP Workload Identity Pool.
    gcpWorkloadIdentityProviderId string
    The ID of the GCP Workload Identity Provider.
    id string
    The OCID of the Oracle DB GCP Identity Connector resource.
    issuerUrl string
    OIDC token issuer Url.
    lifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    oracleDbGcpIdentityConnectorId string
    projectId string
    Project id of the customer project.
    resourceId string
    The OCID of the GCP VM Cluster resource.
    state string
    The current lifecycle state of the GCP Identity Connector resource.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    Time when the Oracle DB GCP Identity 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 GCP Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    compartment_id str
    The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
    defined_tags Mapping[str, str]
    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
    Oracle DB GCP Identity Connector resource name.
    freeform_tags Mapping[str, str]
    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"}
    gcp_identity_connectivity_status str
    The current Connectivity status of GCP Identity Connector resource.
    gcp_location str
    GCP Location.
    gcp_nodes Sequence[GetDbmulticloudOracleDbGcpIdentityConnectorGcpNode]
    List of All VMs where GCP Identity Connector is configured for this VMCluster.
    gcp_resource_service_agent_id str
    The ID of the GCP resource service agent.
    gcp_workload_identity_pool_id str
    The ID of the cloud GCP Workload Identity Pool.
    gcp_workload_identity_provider_id str
    The ID of the GCP Workload Identity Provider.
    id str
    The OCID of the Oracle DB GCP Identity Connector resource.
    issuer_url str
    OIDC token issuer Url.
    lifecycle_state_details str
    Description of the current lifecycle state in more detail.
    oracle_db_gcp_identity_connector_id str
    project_id str
    Project id of the customer project.
    resource_id str
    The OCID of the GCP VM Cluster resource.
    state str
    The current lifecycle state of the GCP Identity Connector resource.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    Time when the Oracle DB GCP Identity 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 GCP Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    compartmentId String
    The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    Oracle DB GCP Identity Connector resource name.
    freeformTags Map<String>
    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"}
    gcpIdentityConnectivityStatus String
    The current Connectivity status of GCP Identity Connector resource.
    gcpLocation String
    GCP Location.
    gcpNodes List<Property Map>
    List of All VMs where GCP Identity Connector is configured for this VMCluster.
    gcpResourceServiceAgentId String
    The ID of the GCP resource service agent.
    gcpWorkloadIdentityPoolId String
    The ID of the cloud GCP Workload Identity Pool.
    gcpWorkloadIdentityProviderId String
    The ID of the GCP Workload Identity Provider.
    id String
    The OCID of the Oracle DB GCP Identity Connector resource.
    issuerUrl String
    OIDC token issuer Url.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    oracleDbGcpIdentityConnectorId String
    projectId String
    Project id of the customer project.
    resourceId String
    The OCID of the GCP VM Cluster resource.
    state String
    The current lifecycle state of the GCP Identity Connector resource.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    Time when the Oracle DB GCP Identity 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 GCP Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'

    Supporting Types

    GetDbmulticloudOracleDbGcpIdentityConnectorGcpNode

    HostId string
    Host ID.
    HostName string
    Host Name or Identity Connector name.
    Status string
    The current status of the GCP Identity Connector resource.
    TimeLastChecked string
    time when the GCP Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    HostId string
    Host ID.
    HostName string
    Host Name or Identity Connector name.
    Status string
    The current status of the GCP Identity Connector resource.
    TimeLastChecked string
    time when the GCP Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    hostId String
    Host ID.
    hostName String
    Host Name or Identity Connector name.
    status String
    The current status of the GCP Identity Connector resource.
    timeLastChecked String
    time when the GCP Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    hostId string
    Host ID.
    hostName string
    Host Name or Identity Connector name.
    status string
    The current status of the GCP Identity Connector resource.
    timeLastChecked string
    time when the GCP Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    host_id str
    Host ID.
    host_name str
    Host Name or Identity Connector name.
    status str
    The current status of the GCP Identity Connector resource.
    time_last_checked str
    time when the GCP Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    hostId String
    Host ID.
    hostName String
    Host Name or Identity Connector name.
    status String
    The current status of the GCP Identity Connector resource.
    timeLastChecked String
    time when the GCP Identity Connector'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.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate