Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 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/v4/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 dictionaryThe following arguments are supported:
- Oracle
Db stringGcp Identity Connector Id - The OCID of the Oracle DB GCP Identity Configuration Resource.
- Oracle
Db stringGcp Identity Connector Id - The OCID of the Oracle DB GCP Identity Configuration Resource.
- oracle
Db StringGcp Identity Connector Id - The OCID of the Oracle DB GCP Identity Configuration Resource.
- oracle
Db stringGcp Identity Connector Id - The OCID of the Oracle DB GCP Identity Configuration Resource.
- oracle_
db_ strgcp_ identity_ connector_ id - The OCID of the Oracle DB GCP Identity Configuration Resource.
- oracle
Db StringGcp Identity Connector Id - The OCID of the Oracle DB GCP Identity Configuration Resource.
getDbmulticloudOracleDbGcpIdentityConnector Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
- 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"} - Display
Name string - Oracle DB GCP Identity Connector resource name.
- 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"} - Gcp
Identity stringConnectivity Status - The current Connectivity status of GCP Identity Connector resource.
- Gcp
Location string - GCP Location.
- Gcp
Nodes List<GetDbmulticloud Oracle Db Gcp Identity Connector Gcp Node> - List of All VMs where GCP Identity Connector is configured for this VMCluster.
- Gcp
Resource stringService Agent Id - The ID of the GCP resource service agent.
- Gcp
Workload stringIdentity Pool Id - The ID of the cloud GCP Workload Identity Pool.
- Gcp
Workload stringIdentity Provider Id - The ID of the GCP Workload Identity Provider.
- Id string
- The OCID of the Oracle DB GCP Identity Connector resource.
- Issuer
Url string - OIDC token issuer Url.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Oracle
Db stringGcp Identity Connector Id - Project
Id string - Project id of the customer project.
- Resource
Id string - The OCID of the GCP VM Cluster resource.
- State string
- The current lifecycle state of the GCP Identity Connector resource.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created 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'
- Time
Updated 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 string - The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
- 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"} - Display
Name string - Oracle DB GCP Identity Connector resource name.
- 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"} - Gcp
Identity stringConnectivity Status - The current Connectivity status of GCP Identity Connector resource.
- Gcp
Location string - GCP Location.
- Gcp
Nodes []GetDbmulticloud Oracle Db Gcp Identity Connector Gcp Node - List of All VMs where GCP Identity Connector is configured for this VMCluster.
- Gcp
Resource stringService Agent Id - The ID of the GCP resource service agent.
- Gcp
Workload stringIdentity Pool Id - The ID of the cloud GCP Workload Identity Pool.
- Gcp
Workload stringIdentity Provider Id - The ID of the GCP Workload Identity Provider.
- Id string
- The OCID of the Oracle DB GCP Identity Connector resource.
- Issuer
Url string - OIDC token issuer Url.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Oracle
Db stringGcp Identity Connector Id - Project
Id string - Project id of the customer project.
- Resource
Id string - The OCID of the GCP VM Cluster resource.
- State string
- The current lifecycle state of the GCP Identity Connector resource.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created 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'
- Time
Updated 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 String - The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
- 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"} - display
Name String - Oracle DB GCP Identity Connector resource name.
- 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"} - gcp
Identity StringConnectivity Status - The current Connectivity status of GCP Identity Connector resource.
- gcp
Location String - GCP Location.
- gcp
Nodes List<GetDbmulticloud Oracle Db Gcp Identity Connector Gcp Node> - List of All VMs where GCP Identity Connector is configured for this VMCluster.
- gcp
Resource StringService Agent Id - The ID of the GCP resource service agent.
- gcp
Workload StringIdentity Pool Id - The ID of the cloud GCP Workload Identity Pool.
- gcp
Workload StringIdentity Provider Id - The ID of the GCP Workload Identity Provider.
- id String
- The OCID of the Oracle DB GCP Identity Connector resource.
- issuer
Url String - OIDC token issuer Url.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- oracle
Db StringGcp Identity Connector Id - project
Id String - Project id of the customer project.
- resource
Id String - The OCID of the GCP VM Cluster resource.
- state String
- The current lifecycle state of the GCP Identity Connector resource.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created 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'
- time
Updated 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 string - The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
- {[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"} - display
Name string - Oracle DB GCP Identity Connector resource name.
- {[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"} - gcp
Identity stringConnectivity Status - The current Connectivity status of GCP Identity Connector resource.
- gcp
Location string - GCP Location.
- gcp
Nodes GetDbmulticloud Oracle Db Gcp Identity Connector Gcp Node[] - List of All VMs where GCP Identity Connector is configured for this VMCluster.
- gcp
Resource stringService Agent Id - The ID of the GCP resource service agent.
- gcp
Workload stringIdentity Pool Id - The ID of the cloud GCP Workload Identity Pool.
- gcp
Workload stringIdentity Provider Id - The ID of the GCP Workload Identity Provider.
- id string
- The OCID of the Oracle DB GCP Identity Connector resource.
- issuer
Url string - OIDC token issuer Url.
- lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- oracle
Db stringGcp Identity Connector Id - project
Id string - Project id of the customer project.
- resource
Id string - The OCID of the GCP VM Cluster resource.
- state string
- The current lifecycle state of the GCP Identity Connector resource.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created 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'
- time
Updated 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.
- 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.
- 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_ strconnectivity_ status - The current Connectivity status of GCP Identity Connector resource.
- gcp_
location str - GCP Location.
- gcp_
nodes Sequence[GetDbmulticloud Oracle Db Gcp Identity Connector Gcp Node] - List of All VMs where GCP Identity Connector is configured for this VMCluster.
- gcp_
resource_ strservice_ agent_ id - The ID of the GCP resource service agent.
- gcp_
workload_ stridentity_ pool_ id - The ID of the cloud GCP Workload Identity Pool.
- gcp_
workload_ stridentity_ provider_ id - 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_ strdetails - Description of the current lifecycle state in more detail.
- oracle_
db_ strgcp_ identity_ connector_ id - 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.
- 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'
- compartment
Id String - The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
- 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"} - display
Name String - Oracle DB GCP Identity Connector resource name.
- 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"} - gcp
Identity StringConnectivity Status - The current Connectivity status of GCP Identity Connector resource.
- gcp
Location String - GCP Location.
- gcp
Nodes List<Property Map> - List of All VMs where GCP Identity Connector is configured for this VMCluster.
- gcp
Resource StringService Agent Id - The ID of the GCP resource service agent.
- gcp
Workload StringIdentity Pool Id - The ID of the cloud GCP Workload Identity Pool.
- gcp
Workload StringIdentity Provider Id - The ID of the GCP Workload Identity Provider.
- id String
- The OCID of the Oracle DB GCP Identity Connector resource.
- issuer
Url String - OIDC token issuer Url.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- oracle
Db StringGcp Identity Connector Id - project
Id String - Project id of the customer project.
- resource
Id String - The OCID of the GCP VM Cluster resource.
- state String
- The current lifecycle state of the GCP Identity Connector resource.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created 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'
- time
Updated 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
- Host
Id string - Host ID.
- Host
Name string - Host Name or Identity Connector name.
- Status string
- The current status of the GCP Identity Connector resource.
- Time
Last stringChecked - time when the GCP Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- Host
Id string - Host ID.
- Host
Name string - Host Name or Identity Connector name.
- Status string
- The current status of the GCP Identity Connector resource.
- Time
Last stringChecked - time when the GCP Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- host
Id String - Host ID.
- host
Name String - Host Name or Identity Connector name.
- status String
- The current status of the GCP Identity Connector resource.
- time
Last StringChecked - time when the GCP Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- host
Id string - Host ID.
- host
Name string - Host Name or Identity Connector name.
- status string
- The current status of the GCP Identity Connector resource.
- time
Last stringChecked - 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_ strchecked - time when the GCP Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- host
Id String - Host ID.
- host
Name String - Host Name or Identity Connector name.
- status String
- The current status of the GCP Identity Connector resource.
- time
Last StringChecked - 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
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
