Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
This data source provides the list of Oracle Db Gcp Key Rings in Oracle Cloud Infrastructure Dbmulticloud service.
Lists the all DB GCP Key Rings based on filters.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOracleDbGcpKeyRings = oci.oci.getDbmulticloudOracleDbGcpKeyRings({
compartmentId: compartmentId,
displayName: oracleDbGcpKeyRingDisplayName,
oracleDbGcpConnectorId: testOracleDbGcpConnector.id,
oracleDbGcpKeyRingId: testOracleDbGcpKeyRing.id,
state: oracleDbGcpKeyRingState,
});
import pulumi
import pulumi_oci as oci
test_oracle_db_gcp_key_rings = oci.oci.get_dbmulticloud_oracle_db_gcp_key_rings(compartment_id=compartment_id,
display_name=oracle_db_gcp_key_ring_display_name,
oracle_db_gcp_connector_id=test_oracle_db_gcp_connector["id"],
oracle_db_gcp_key_ring_id=test_oracle_db_gcp_key_ring["id"],
state=oracle_db_gcp_key_ring_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.GetDbmulticloudOracleDbGcpKeyRings(ctx, &oci.GetDbmulticloudOracleDbGcpKeyRingsArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(oracleDbGcpKeyRingDisplayName),
OracleDbGcpConnectorId: pulumi.StringRef(testOracleDbGcpConnector.Id),
OracleDbGcpKeyRingId: pulumi.StringRef(testOracleDbGcpKeyRing.Id),
State: pulumi.StringRef(oracleDbGcpKeyRingState),
}, 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 testOracleDbGcpKeyRings = Oci.Oci.GetDbmulticloudOracleDbGcpKeyRings.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = oracleDbGcpKeyRingDisplayName,
OracleDbGcpConnectorId = testOracleDbGcpConnector.Id,
OracleDbGcpKeyRingId = testOracleDbGcpKeyRing.Id,
State = oracleDbGcpKeyRingState,
});
});
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.GetDbmulticloudOracleDbGcpKeyRingsArgs;
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 testOracleDbGcpKeyRings = OciFunctions.getDbmulticloudOracleDbGcpKeyRings(GetDbmulticloudOracleDbGcpKeyRingsArgs.builder()
.compartmentId(compartmentId)
.displayName(oracleDbGcpKeyRingDisplayName)
.oracleDbGcpConnectorId(testOracleDbGcpConnector.id())
.oracleDbGcpKeyRingId(testOracleDbGcpKeyRing.id())
.state(oracleDbGcpKeyRingState)
.build());
}
}
variables:
testOracleDbGcpKeyRings:
fn::invoke:
function: oci:oci:getDbmulticloudOracleDbGcpKeyRings
arguments:
compartmentId: ${compartmentId}
displayName: ${oracleDbGcpKeyRingDisplayName}
oracleDbGcpConnectorId: ${testOracleDbGcpConnector.id}
oracleDbGcpKeyRingId: ${testOracleDbGcpKeyRing.id}
state: ${oracleDbGcpKeyRingState}
Using getDbmulticloudOracleDbGcpKeyRings
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 getDbmulticloudOracleDbGcpKeyRings(args: GetDbmulticloudOracleDbGcpKeyRingsArgs, opts?: InvokeOptions): Promise<GetDbmulticloudOracleDbGcpKeyRingsResult>
function getDbmulticloudOracleDbGcpKeyRingsOutput(args: GetDbmulticloudOracleDbGcpKeyRingsOutputArgs, opts?: InvokeOptions): Output<GetDbmulticloudOracleDbGcpKeyRingsResult>def get_dbmulticloud_oracle_db_gcp_key_rings(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetDbmulticloudOracleDbGcpKeyRingsFilter]] = None,
oracle_db_gcp_connector_id: Optional[str] = None,
oracle_db_gcp_key_ring_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbmulticloudOracleDbGcpKeyRingsResult
def get_dbmulticloud_oracle_db_gcp_key_rings_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDbmulticloudOracleDbGcpKeyRingsFilterArgs]]]] = None,
oracle_db_gcp_connector_id: Optional[pulumi.Input[str]] = None,
oracle_db_gcp_key_ring_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbmulticloudOracleDbGcpKeyRingsResult]func GetDbmulticloudOracleDbGcpKeyRings(ctx *Context, args *GetDbmulticloudOracleDbGcpKeyRingsArgs, opts ...InvokeOption) (*GetDbmulticloudOracleDbGcpKeyRingsResult, error)
func GetDbmulticloudOracleDbGcpKeyRingsOutput(ctx *Context, args *GetDbmulticloudOracleDbGcpKeyRingsOutputArgs, opts ...InvokeOption) GetDbmulticloudOracleDbGcpKeyRingsResultOutput> Note: This function is named GetDbmulticloudOracleDbGcpKeyRings in the Go SDK.
public static class GetDbmulticloudOracleDbGcpKeyRings
{
public static Task<GetDbmulticloudOracleDbGcpKeyRingsResult> InvokeAsync(GetDbmulticloudOracleDbGcpKeyRingsArgs args, InvokeOptions? opts = null)
public static Output<GetDbmulticloudOracleDbGcpKeyRingsResult> Invoke(GetDbmulticloudOracleDbGcpKeyRingsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbmulticloudOracleDbGcpKeyRingsResult> getDbmulticloudOracleDbGcpKeyRings(GetDbmulticloudOracleDbGcpKeyRingsArgs args, InvokeOptions options)
public static Output<GetDbmulticloudOracleDbGcpKeyRingsResult> getDbmulticloudOracleDbGcpKeyRings(GetDbmulticloudOracleDbGcpKeyRingsArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getDbmulticloudOracleDbGcpKeyRings:getDbmulticloudOracleDbGcpKeyRings
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The ID of the compartment.
- Display
Name string - A filter to return Oracle DB GCP Key Ring resources that match the specified display name.
- Filters
List<Get
Dbmulticloud Oracle Db Gcp Key Rings Filter> - Oracle
Db stringGcp Connector Id - A filter to return Oracle DB GCP Identity Connector resources that match the specified resource OCID.
- Oracle
Db stringGcp Key Ring Id - A filter to return Oracle DB GCP Key Rings.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string - The ID of the compartment.
- Display
Name string - A filter to return Oracle DB GCP Key Ring resources that match the specified display name.
- Filters
[]Get
Dbmulticloud Oracle Db Gcp Key Rings Filter - Oracle
Db stringGcp Connector Id - A filter to return Oracle DB GCP Identity Connector resources that match the specified resource OCID.
- Oracle
Db stringGcp Key Ring Id - A filter to return Oracle DB GCP Key Rings.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The ID of the compartment.
- display
Name String - A filter to return Oracle DB GCP Key Ring resources that match the specified display name.
- filters
List<Get
Dbmulticloud Oracle Db Gcp Key Rings Filter> - oracle
Db StringGcp Connector Id - A filter to return Oracle DB GCP Identity Connector resources that match the specified resource OCID.
- oracle
Db StringGcp Key Ring Id - A filter to return Oracle DB GCP Key Rings.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string - The ID of the compartment.
- display
Name string - A filter to return Oracle DB GCP Key Ring resources that match the specified display name.
- filters
Get
Dbmulticloud Oracle Db Gcp Key Rings Filter[] - oracle
Db stringGcp Connector Id - A filter to return Oracle DB GCP Identity Connector resources that match the specified resource OCID.
- oracle
Db stringGcp Key Ring Id - A filter to return Oracle DB GCP Key Rings.
- state string
- A filter to return only resources that match the given 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 Key Ring resources that match the specified display name.
- filters
Sequence[Get
Dbmulticloud Oracle Db Gcp Key Rings Filter] - oracle_
db_ strgcp_ connector_ id - A filter to return Oracle DB GCP Identity Connector resources that match the specified resource OCID.
- oracle_
db_ strgcp_ key_ ring_ id - A filter to return Oracle DB GCP Key Rings.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The ID of the compartment.
- display
Name String - A filter to return Oracle DB GCP Key Ring resources that match the specified display name.
- filters List<Property Map>
- oracle
Db StringGcp Connector Id - A filter to return Oracle DB GCP Identity Connector resources that match the specified resource OCID.
- oracle
Db StringGcp Key Ring Id - A filter to return Oracle DB GCP Key Rings.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
getDbmulticloudOracleDbGcpKeyRings Result
The following output properties are available:
- Compartment
Id string - The compartment OCID where the Oracle DB GCP Key Ring resource resides.
- Id string
- The provider-assigned unique ID for this managed resource.
- Oracle
Db List<GetGcp Key Ring Summary Collections Dbmulticloud Oracle Db Gcp Key Rings Oracle Db Gcp Key Ring Summary Collection> - The list of oracle_db_gcp_key_ring_summary_collection.
- Display
Name string - Display name of DB GCP Key Ring resource.
- Filters
List<Get
Dbmulticloud Oracle Db Gcp Key Rings Filter> - Oracle
Db stringGcp Connector Id - Oracle
Db stringGcp Key Ring Id - State string
- The lifecycle state of the Oracle DB GCP Key Ring resource.
- Compartment
Id string - The compartment OCID where the Oracle DB GCP Key Ring resource resides.
- Id string
- The provider-assigned unique ID for this managed resource.
- Oracle
Db []GetGcp Key Ring Summary Collections Dbmulticloud Oracle Db Gcp Key Rings Oracle Db Gcp Key Ring Summary Collection - The list of oracle_db_gcp_key_ring_summary_collection.
- Display
Name string - Display name of DB GCP Key Ring resource.
- Filters
[]Get
Dbmulticloud Oracle Db Gcp Key Rings Filter - Oracle
Db stringGcp Connector Id - Oracle
Db stringGcp Key Ring Id - State string
- The lifecycle state of the Oracle DB GCP Key Ring resource.
- compartment
Id String - The compartment OCID where the Oracle DB GCP Key Ring resource resides.
- id String
- The provider-assigned unique ID for this managed resource.
- oracle
Db List<GetGcp Key Ring Summary Collections Dbmulticloud Oracle Db Gcp Key Rings Oracle Db Gcp Key Ring Summary Collection> - The list of oracle_db_gcp_key_ring_summary_collection.
- display
Name String - Display name of DB GCP Key Ring resource.
- filters
List<Get
Dbmulticloud Oracle Db Gcp Key Rings Filter> - oracle
Db StringGcp Connector Id - oracle
Db StringGcp Key Ring Id - state String
- The lifecycle state of the Oracle DB GCP Key Ring resource.
- compartment
Id string - The compartment OCID where the Oracle DB GCP Key Ring resource resides.
- id string
- The provider-assigned unique ID for this managed resource.
- oracle
Db GetGcp Key Ring Summary Collections Dbmulticloud Oracle Db Gcp Key Rings Oracle Db Gcp Key Ring Summary Collection[] - The list of oracle_db_gcp_key_ring_summary_collection.
- display
Name string - Display name of DB GCP Key Ring resource.
- filters
Get
Dbmulticloud Oracle Db Gcp Key Rings Filter[] - oracle
Db stringGcp Connector Id - oracle
Db stringGcp Key Ring Id - state string
- The lifecycle state of the Oracle DB GCP Key Ring resource.
- compartment_
id str - The compartment OCID where the Oracle DB GCP Key Ring resource resides.
- id str
- The provider-assigned unique ID for this managed resource.
- oracle_
db_ Sequence[Getgcp_ key_ ring_ summary_ collections Dbmulticloud Oracle Db Gcp Key Rings Oracle Db Gcp Key Ring Summary Collection] - The list of oracle_db_gcp_key_ring_summary_collection.
- display_
name str - Display name of DB GCP Key Ring resource.
- filters
Sequence[Get
Dbmulticloud Oracle Db Gcp Key Rings Filter] - oracle_
db_ strgcp_ connector_ id - oracle_
db_ strgcp_ key_ ring_ id - state str
- The lifecycle state of the Oracle DB GCP Key Ring resource.
- compartment
Id String - The compartment OCID where the Oracle DB GCP Key Ring resource resides.
- id String
- The provider-assigned unique ID for this managed resource.
- oracle
Db List<Property Map>Gcp Key Ring Summary Collections - The list of oracle_db_gcp_key_ring_summary_collection.
- display
Name String - Display name of DB GCP Key Ring resource.
- filters List<Property Map>
- oracle
Db StringGcp Connector Id - oracle
Db StringGcp Key Ring Id - state String
- The lifecycle state of the Oracle DB GCP Key Ring resource.
Supporting Types
GetDbmulticloudOracleDbGcpKeyRingsFilter
GetDbmulticloudOracleDbGcpKeyRingsOracleDbGcpKeyRingSummaryCollection
GetDbmulticloudOracleDbGcpKeyRingsOracleDbGcpKeyRingSummaryCollectionItem
- Compartment
Id string - The ID of the compartment.
- 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 - A filter to return Oracle DB GCP Key Ring resources that match the specified display 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
Key stringRing Id - GCP Key Ring ID.
- Id string
- The OCID of the DB GCP Key Ring resource.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Location string
- Location of the GCP Key Ring resource.
- Oracle
Db stringConnector Id - The OCID of the compartment where the Oracle DB GCP Identity Connector resource resides.
- Properties Dictionary<string, string>
- Oracle DB GCP Key Ring resource's properties.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 DB GCP Key Ring resource was created in RFC 3339 timestamp format, e.g. '2020-05-23T21:10:29.600Z'
- Time
Updated string - Time when the DB GCP Key Ring resource was last modified, expressed in RFC 3339 timestamp format, e.g. '2020-05-23T21:10:29.600Z'
- Type string
- Oracle DB GCP Key Ring resource Type.
- Compartment
Id string - The ID of the compartment.
- 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 - A filter to return Oracle DB GCP Key Ring resources that match the specified display 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
Key stringRing Id - GCP Key Ring ID.
- Id string
- The OCID of the DB GCP Key Ring resource.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Location string
- Location of the GCP Key Ring resource.
- Oracle
Db stringConnector Id - The OCID of the compartment where the Oracle DB GCP Identity Connector resource resides.
- Properties map[string]string
- Oracle DB GCP Key Ring resource's properties.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 DB GCP Key Ring resource was created in RFC 3339 timestamp format, e.g. '2020-05-23T21:10:29.600Z'
- Time
Updated string - Time when the DB GCP Key Ring resource was last modified, expressed in RFC 3339 timestamp format, e.g. '2020-05-23T21:10:29.600Z'
- Type string
- Oracle DB GCP Key Ring resource Type.
- compartment
Id String - The ID of the compartment.
- 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 - A filter to return Oracle DB GCP Key Ring resources that match the specified display 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
Key StringRing Id - GCP Key Ring ID.
- id String
- The OCID of the DB GCP Key Ring resource.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- location String
- Location of the GCP Key Ring resource.
- oracle
Db StringConnector Id - The OCID of the compartment where the Oracle DB GCP Identity Connector resource resides.
- properties Map<String,String>
- Oracle DB GCP Key Ring resource's properties.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 DB GCP Key Ring resource was created in RFC 3339 timestamp format, e.g. '2020-05-23T21:10:29.600Z'
- time
Updated String - Time when the DB GCP Key Ring resource was last modified, expressed in RFC 3339 timestamp format, e.g. '2020-05-23T21:10:29.600Z'
- type String
- Oracle DB GCP Key Ring resource Type.
- compartment
Id string - The ID of the compartment.
- {[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 - A filter to return Oracle DB GCP Key Ring resources that match the specified display 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
Key stringRing Id - GCP Key Ring ID.
- id string
- The OCID of the DB GCP Key Ring resource.
- lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- location string
- Location of the GCP Key Ring resource.
- oracle
Db stringConnector Id - The OCID of the compartment where the Oracle DB GCP Identity Connector resource resides.
- properties {[key: string]: string}
- Oracle DB GCP Key Ring resource's properties.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- {[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 DB GCP Key Ring resource was created in RFC 3339 timestamp format, e.g. '2020-05-23T21:10:29.600Z'
- time
Updated string - Time when the DB GCP Key Ring resource was last modified, expressed in RFC 3339 timestamp format, e.g. '2020-05-23T21:10:29.600Z'
- type string
- Oracle DB GCP Key Ring resource Type.
- compartment_
id str - The ID of the compartment.
- 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 Key Ring resources that match the specified display 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_
key_ strring_ id - GCP Key Ring ID.
- id str
- The OCID of the DB GCP Key Ring resource.
- lifecycle_
state_ strdetails - Description of the current lifecycle state in more detail.
- location str
- Location of the GCP Key Ring resource.
- oracle_
db_ strconnector_ id - The OCID of the compartment where the Oracle DB GCP Identity Connector resource resides.
- properties Mapping[str, str]
- Oracle DB GCP Key Ring resource's properties.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 DB GCP Key Ring resource was created in RFC 3339 timestamp format, e.g. '2020-05-23T21:10:29.600Z'
- time_
updated str - Time when the DB GCP Key Ring resource was last modified, expressed in RFC 3339 timestamp format, e.g. '2020-05-23T21:10:29.600Z'
- type str
- Oracle DB GCP Key Ring resource Type.
- compartment
Id String - The ID of the compartment.
- 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 - A filter to return Oracle DB GCP Key Ring resources that match the specified display 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
Key StringRing Id - GCP Key Ring ID.
- id String
- The OCID of the DB GCP Key Ring resource.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- location String
- Location of the GCP Key Ring resource.
- oracle
Db StringConnector Id - The OCID of the compartment where the Oracle DB GCP Identity Connector resource resides.
- properties Map<String>
- Oracle DB GCP Key Ring resource's properties.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 DB GCP Key Ring resource was created in RFC 3339 timestamp format, e.g. '2020-05-23T21:10:29.600Z'
- time
Updated String - Time when the DB GCP Key Ring resource was last modified, expressed in RFC 3339 timestamp format, e.g. '2020-05-23T21:10:29.600Z'
- type String
- Oracle DB GCP Key Ring resource Type.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
