1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getDbmulticloudOracleDbGcpIdentityConnectors
Oracle Cloud Infrastructure v3.9.0 published on Wednesday, Sep 24, 2025 by Pulumi

oci.oci.getDbmulticloudOracleDbGcpIdentityConnectors

Deploy with Pulumi
oci logo
Oracle Cloud Infrastructure v3.9.0 published on Wednesday, Sep 24, 2025 by Pulumi

    This data source provides the list of Oracle Db Gcp Identity Connectors in Oracle Cloud Infrastructure Dbmulticloud service.

    Lists all Oracle DB GCP Identity Connectors based on the specified filters.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testOracleDbGcpIdentityConnectors = oci.oci.getDbmulticloudOracleDbGcpIdentityConnectors({
        compartmentId: compartmentId,
        displayName: oracleDbGcpIdentityConnectorDisplayName,
        resourceId: testResource.id,
        state: oracleDbGcpIdentityConnectorState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_oracle_db_gcp_identity_connectors = oci.oci.get_dbmulticloud_oracle_db_gcp_identity_connectors(compartment_id=compartment_id,
        display_name=oracle_db_gcp_identity_connector_display_name,
        resource_id=test_resource["id"],
        state=oracle_db_gcp_identity_connector_state)
    
    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.GetDbmulticloudOracleDbGcpIdentityConnectors(ctx, &oci.GetDbmulticloudOracleDbGcpIdentityConnectorsArgs{
    			CompartmentId: compartmentId,
    			DisplayName:   pulumi.StringRef(oracleDbGcpIdentityConnectorDisplayName),
    			ResourceId:    pulumi.StringRef(testResource.Id),
    			State:         pulumi.StringRef(oracleDbGcpIdentityConnectorState),
    		}, 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 testOracleDbGcpIdentityConnectors = Oci.Oci.GetDbmulticloudOracleDbGcpIdentityConnectors.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = oracleDbGcpIdentityConnectorDisplayName,
            ResourceId = testResource.Id,
            State = oracleDbGcpIdentityConnectorState,
        });
    
    });
    
    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.GetDbmulticloudOracleDbGcpIdentityConnectorsArgs;
    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 testOracleDbGcpIdentityConnectors = OciFunctions.getDbmulticloudOracleDbGcpIdentityConnectors(GetDbmulticloudOracleDbGcpIdentityConnectorsArgs.builder()
                .compartmentId(compartmentId)
                .displayName(oracleDbGcpIdentityConnectorDisplayName)
                .resourceId(testResource.id())
                .state(oracleDbGcpIdentityConnectorState)
                .build());
    
        }
    }
    
    variables:
      testOracleDbGcpIdentityConnectors:
        fn::invoke:
          function: oci:oci:getDbmulticloudOracleDbGcpIdentityConnectors
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${oracleDbGcpIdentityConnectorDisplayName}
            resourceId: ${testResource.id}
            state: ${oracleDbGcpIdentityConnectorState}
    

    Using getDbmulticloudOracleDbGcpIdentityConnectors

    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 getDbmulticloudOracleDbGcpIdentityConnectors(args: GetDbmulticloudOracleDbGcpIdentityConnectorsArgs, opts?: InvokeOptions): Promise<GetDbmulticloudOracleDbGcpIdentityConnectorsResult>
    function getDbmulticloudOracleDbGcpIdentityConnectorsOutput(args: GetDbmulticloudOracleDbGcpIdentityConnectorsOutputArgs, opts?: InvokeOptions): Output<GetDbmulticloudOracleDbGcpIdentityConnectorsResult>
    def get_dbmulticloud_oracle_db_gcp_identity_connectors(compartment_id: Optional[str] = None,
                                                           display_name: Optional[str] = None,
                                                           filters: Optional[Sequence[GetDbmulticloudOracleDbGcpIdentityConnectorsFilter]] = None,
                                                           resource_id: Optional[str] = None,
                                                           state: Optional[str] = None,
                                                           opts: Optional[InvokeOptions] = None) -> GetDbmulticloudOracleDbGcpIdentityConnectorsResult
    def get_dbmulticloud_oracle_db_gcp_identity_connectors_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                                           display_name: Optional[pulumi.Input[str]] = None,
                                                           filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDbmulticloudOracleDbGcpIdentityConnectorsFilterArgs]]]] = None,
                                                           resource_id: Optional[pulumi.Input[str]] = None,
                                                           state: Optional[pulumi.Input[str]] = None,
                                                           opts: Optional[InvokeOptions] = None) -> Output[GetDbmulticloudOracleDbGcpIdentityConnectorsResult]
    func GetDbmulticloudOracleDbGcpIdentityConnectors(ctx *Context, args *GetDbmulticloudOracleDbGcpIdentityConnectorsArgs, opts ...InvokeOption) (*GetDbmulticloudOracleDbGcpIdentityConnectorsResult, error)
    func GetDbmulticloudOracleDbGcpIdentityConnectorsOutput(ctx *Context, args *GetDbmulticloudOracleDbGcpIdentityConnectorsOutputArgs, opts ...InvokeOption) GetDbmulticloudOracleDbGcpIdentityConnectorsResultOutput

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

    public static class GetDbmulticloudOracleDbGcpIdentityConnectors 
    {
        public static Task<GetDbmulticloudOracleDbGcpIdentityConnectorsResult> InvokeAsync(GetDbmulticloudOracleDbGcpIdentityConnectorsArgs args, InvokeOptions? opts = null)
        public static Output<GetDbmulticloudOracleDbGcpIdentityConnectorsResult> Invoke(GetDbmulticloudOracleDbGcpIdentityConnectorsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDbmulticloudOracleDbGcpIdentityConnectorsResult> getDbmulticloudOracleDbGcpIdentityConnectors(GetDbmulticloudOracleDbGcpIdentityConnectorsArgs args, InvokeOptions options)
    public static Output<GetDbmulticloudOracleDbGcpIdentityConnectorsResult> getDbmulticloudOracleDbGcpIdentityConnectors(GetDbmulticloudOracleDbGcpIdentityConnectorsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:oci/getDbmulticloudOracleDbGcpIdentityConnectors:getDbmulticloudOracleDbGcpIdentityConnectors
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment.
    DisplayName string
    A filter to return Oracle DB GCP Identity Connector resources that match the specified display name.
    Filters List<GetDbmulticloudOracleDbGcpIdentityConnectorsFilter>
    ResourceId string
    A filter to return Oracle DB GCP Identity Connector resource that match the given resource OCID.
    State string
    A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
    CompartmentId string
    The ID of the compartment.
    DisplayName string
    A filter to return Oracle DB GCP Identity Connector resources that match the specified display name.
    Filters []GetDbmulticloudOracleDbGcpIdentityConnectorsFilter
    ResourceId string
    A filter to return Oracle DB GCP Identity Connector resource that match the given resource OCID.
    State string
    A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
    compartmentId String
    The ID of the compartment.
    displayName String
    A filter to return Oracle DB GCP Identity Connector resources that match the specified display name.
    filters List<GetDbmulticloudOracleDbGcpIdentityConnectorsFilter>
    resourceId String
    A filter to return Oracle DB GCP Identity Connector resource that match the given resource OCID.
    state String
    A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
    compartmentId string
    The ID of the compartment.
    displayName string
    A filter to return Oracle DB GCP Identity Connector resources that match the specified display name.
    filters GetDbmulticloudOracleDbGcpIdentityConnectorsFilter[]
    resourceId string
    A filter to return Oracle DB GCP Identity Connector resource that match the given resource OCID.
    state string
    A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
    compartment_id str
    The ID of the compartment.
    display_name str
    A filter to return Oracle DB GCP Identity Connector resources that match the specified display name.
    filters Sequence[GetDbmulticloudOracleDbGcpIdentityConnectorsFilter]
    resource_id str
    A filter to return Oracle DB GCP Identity Connector resource that match the given resource OCID.
    state str
    A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
    compartmentId String
    The ID of the compartment.
    displayName String
    A filter to return Oracle DB GCP Identity Connector resources that match the specified display name.
    filters List<Property Map>
    resourceId String
    A filter to return Oracle DB GCP Identity Connector resource that match the given resource OCID.
    state String
    A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.

    getDbmulticloudOracleDbGcpIdentityConnectors Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    OracleDbGcpIdentityConnectorSummaryCollections List<GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollection>
    The list of oracle_db_gcp_identity_connector_summary_collection.
    DisplayName string
    Oracle DB GCP Identity Connector resource name.
    Filters List<GetDbmulticloudOracleDbGcpIdentityConnectorsFilter>
    ResourceId string
    The OCID of the GCP VM Cluster resource.
    State string
    The current lifecycle state of the GCP Identity Connector resource.
    CompartmentId string
    The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    OracleDbGcpIdentityConnectorSummaryCollections []GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollection
    The list of oracle_db_gcp_identity_connector_summary_collection.
    DisplayName string
    Oracle DB GCP Identity Connector resource name.
    Filters []GetDbmulticloudOracleDbGcpIdentityConnectorsFilter
    ResourceId string
    The OCID of the GCP VM Cluster resource.
    State string
    The current lifecycle state of the GCP Identity Connector resource.
    compartmentId String
    The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
    id String
    The provider-assigned unique ID for this managed resource.
    oracleDbGcpIdentityConnectorSummaryCollections List<GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollection>
    The list of oracle_db_gcp_identity_connector_summary_collection.
    displayName String
    Oracle DB GCP Identity Connector resource name.
    filters List<GetDbmulticloudOracleDbGcpIdentityConnectorsFilter>
    resourceId String
    The OCID of the GCP VM Cluster resource.
    state String
    The current lifecycle state of the GCP Identity Connector resource.
    compartmentId string
    The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
    id string
    The provider-assigned unique ID for this managed resource.
    oracleDbGcpIdentityConnectorSummaryCollections GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollection[]
    The list of oracle_db_gcp_identity_connector_summary_collection.
    displayName string
    Oracle DB GCP Identity Connector resource name.
    filters GetDbmulticloudOracleDbGcpIdentityConnectorsFilter[]
    resourceId string
    The OCID of the GCP VM Cluster resource.
    state string
    The current lifecycle state of the GCP Identity Connector resource.
    compartment_id str
    The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
    id str
    The provider-assigned unique ID for this managed resource.
    oracle_db_gcp_identity_connector_summary_collections Sequence[GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollection]
    The list of oracle_db_gcp_identity_connector_summary_collection.
    display_name str
    Oracle DB GCP Identity Connector resource name.
    filters Sequence[GetDbmulticloudOracleDbGcpIdentityConnectorsFilter]
    resource_id str
    The OCID of the GCP VM Cluster resource.
    state str
    The current lifecycle state of the GCP Identity Connector resource.
    compartmentId String
    The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
    id String
    The provider-assigned unique ID for this managed resource.
    oracleDbGcpIdentityConnectorSummaryCollections List<Property Map>
    The list of oracle_db_gcp_identity_connector_summary_collection.
    displayName String
    Oracle DB GCP Identity Connector resource name.
    filters List<Property Map>
    resourceId String
    The OCID of the GCP VM Cluster resource.
    state String
    The current lifecycle state of the GCP Identity Connector resource.

    Supporting Types

    GetDbmulticloudOracleDbGcpIdentityConnectorsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollection

    GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItem

    CompartmentId string
    The ID of the compartment.
    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
    A filter to return Oracle DB GCP Identity Connector resources that match the specified display 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<GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNode>
    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.
    ProjectId string
    Project id of the customer project.
    ResourceId string
    A filter to return Oracle DB GCP Identity Connector resource that match the given resource OCID.
    State string
    A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
    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 ID of the compartment.
    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
    A filter to return Oracle DB GCP Identity Connector resources that match the specified display 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 []GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNode
    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.
    ProjectId string
    Project id of the customer project.
    ResourceId string
    A filter to return Oracle DB GCP Identity Connector resource that match the given resource OCID.
    State string
    A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
    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 ID of the compartment.
    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
    A filter to return Oracle DB GCP Identity Connector resources that match the specified display 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<GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNode>
    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.
    projectId String
    Project id of the customer project.
    resourceId String
    A filter to return Oracle DB GCP Identity Connector resource that match the given resource OCID.
    state String
    A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
    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 ID of the compartment.
    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
    A filter to return Oracle DB GCP Identity Connector resources that match the specified display 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 GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNode[]
    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.
    projectId string
    Project id of the customer project.
    resourceId string
    A filter to return Oracle DB GCP Identity Connector resource that match the given resource OCID.
    state string
    A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
    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 ID of the compartment.
    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
    A filter to return Oracle DB GCP Identity Connector resources that match the specified display 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[GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNode]
    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.
    project_id str
    Project id of the customer project.
    resource_id str
    A filter to return Oracle DB GCP Identity Connector resource that match the given resource OCID.
    state str
    A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
    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 ID of the compartment.
    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
    A filter to return Oracle DB GCP Identity Connector resources that match the specified display 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.
    projectId String
    Project id of the customer project.
    resourceId String
    A filter to return Oracle DB GCP Identity Connector resource that match the given resource OCID.
    state String
    A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
    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'

    GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNode

    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.9.0 published on Wednesday, Sep 24, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate