Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
This data source provides details about a specific Oracle Db Azure Vault Association resource in Oracle Cloud Infrastructure Dbmulticloud service.
Retrieves the details of an Oracle DB Azure Vault Association using the specified association resource OCID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOracleDbAzureVaultAssociation = oci.oci.getDbmulticloudOracleDbAzureVaultAssociation({
oracleDbAzureVaultAssociationId: testOracleDbAzureVaultAssociationOciDbmulticloudOracleDbAzureVaultAssociation.id,
});
import pulumi
import pulumi_oci as oci
test_oracle_db_azure_vault_association = oci.oci.get_dbmulticloud_oracle_db_azure_vault_association(oracle_db_azure_vault_association_id=test_oracle_db_azure_vault_association_oci_dbmulticloud_oracle_db_azure_vault_association["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.LookupDbmulticloudOracleDbAzureVaultAssociation(ctx, &oci.LookupDbmulticloudOracleDbAzureVaultAssociationArgs{
OracleDbAzureVaultAssociationId: testOracleDbAzureVaultAssociationOciDbmulticloudOracleDbAzureVaultAssociation.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 testOracleDbAzureVaultAssociation = Oci.Oci.GetDbmulticloudOracleDbAzureVaultAssociation.Invoke(new()
{
OracleDbAzureVaultAssociationId = testOracleDbAzureVaultAssociationOciDbmulticloudOracleDbAzureVaultAssociation.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.GetDbmulticloudOracleDbAzureVaultAssociationArgs;
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 testOracleDbAzureVaultAssociation = OciFunctions.getDbmulticloudOracleDbAzureVaultAssociation(GetDbmulticloudOracleDbAzureVaultAssociationArgs.builder()
.oracleDbAzureVaultAssociationId(testOracleDbAzureVaultAssociationOciDbmulticloudOracleDbAzureVaultAssociation.id())
.build());
}
}
variables:
testOracleDbAzureVaultAssociation:
fn::invoke:
function: oci:oci:getDbmulticloudOracleDbAzureVaultAssociation
arguments:
oracleDbAzureVaultAssociationId: ${testOracleDbAzureVaultAssociationOciDbmulticloudOracleDbAzureVaultAssociation.id}
Using getDbmulticloudOracleDbAzureVaultAssociation
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 getDbmulticloudOracleDbAzureVaultAssociation(args: GetDbmulticloudOracleDbAzureVaultAssociationArgs, opts?: InvokeOptions): Promise<GetDbmulticloudOracleDbAzureVaultAssociationResult>
function getDbmulticloudOracleDbAzureVaultAssociationOutput(args: GetDbmulticloudOracleDbAzureVaultAssociationOutputArgs, opts?: InvokeOptions): Output<GetDbmulticloudOracleDbAzureVaultAssociationResult>def get_dbmulticloud_oracle_db_azure_vault_association(oracle_db_azure_vault_association_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbmulticloudOracleDbAzureVaultAssociationResult
def get_dbmulticloud_oracle_db_azure_vault_association_output(oracle_db_azure_vault_association_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbmulticloudOracleDbAzureVaultAssociationResult]func LookupDbmulticloudOracleDbAzureVaultAssociation(ctx *Context, args *LookupDbmulticloudOracleDbAzureVaultAssociationArgs, opts ...InvokeOption) (*LookupDbmulticloudOracleDbAzureVaultAssociationResult, error)
func LookupDbmulticloudOracleDbAzureVaultAssociationOutput(ctx *Context, args *LookupDbmulticloudOracleDbAzureVaultAssociationOutputArgs, opts ...InvokeOption) LookupDbmulticloudOracleDbAzureVaultAssociationResultOutput> Note: This function is named LookupDbmulticloudOracleDbAzureVaultAssociation in the Go SDK.
public static class GetDbmulticloudOracleDbAzureVaultAssociation
{
public static Task<GetDbmulticloudOracleDbAzureVaultAssociationResult> InvokeAsync(GetDbmulticloudOracleDbAzureVaultAssociationArgs args, InvokeOptions? opts = null)
public static Output<GetDbmulticloudOracleDbAzureVaultAssociationResult> Invoke(GetDbmulticloudOracleDbAzureVaultAssociationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbmulticloudOracleDbAzureVaultAssociationResult> getDbmulticloudOracleDbAzureVaultAssociation(GetDbmulticloudOracleDbAzureVaultAssociationArgs args, InvokeOptions options)
public static Output<GetDbmulticloudOracleDbAzureVaultAssociationResult> getDbmulticloudOracleDbAzureVaultAssociation(GetDbmulticloudOracleDbAzureVaultAssociationArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getDbmulticloudOracleDbAzureVaultAssociation:getDbmulticloudOracleDbAzureVaultAssociation
arguments:
# arguments dictionaryThe following arguments are supported:
- Oracle
Db stringAzure Vault Association Id - The OCID of the Oracle DB Azure Vault Association resource.
- Oracle
Db stringAzure Vault Association Id - The OCID of the Oracle DB Azure Vault Association resource.
- oracle
Db StringAzure Vault Association Id - The OCID of the Oracle DB Azure Vault Association resource.
- oracle
Db stringAzure Vault Association Id - The OCID of the Oracle DB Azure Vault Association resource.
- oracle_
db_ strazure_ vault_ association_ id - The OCID of the Oracle DB Azure Vault Association resource.
- oracle
Db StringAzure Vault Association Id - The OCID of the Oracle DB Azure Vault Association resource.
getDbmulticloudOracleDbAzureVaultAssociation Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains Oracle DB Azure Vault Association 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 Azure Vault Association 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"} - Id string
- The OCID of the Oracle DB Azure Vault Association resource.
- Is
Resource boolAccessible - The Associated resource is accessible or not.
- Last
Modification string - Description of the latest modification of the Oracle DB Azure Vault Association resource.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Oracle
Db stringAzure Connector Id - The OCID of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
- Oracle
Db stringAzure Vault Association Id - Oracle
Db stringAzure Vault Id - The OCID of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
- State string
- The current lifecycle state of the Oracle DB Azure Vault Association 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 Azure Vault Association resource was created in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- Time
Updated string - Time when the Oracle DB Azure Vault Association 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 Oracle DB Azure Vault Association 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 Azure Vault Association 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"} - Id string
- The OCID of the Oracle DB Azure Vault Association resource.
- Is
Resource boolAccessible - The Associated resource is accessible or not.
- Last
Modification string - Description of the latest modification of the Oracle DB Azure Vault Association resource.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Oracle
Db stringAzure Connector Id - The OCID of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
- Oracle
Db stringAzure Vault Association Id - Oracle
Db stringAzure Vault Id - The OCID of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
- State string
- The current lifecycle state of the Oracle DB Azure Vault Association 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 Azure Vault Association resource was created in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- Time
Updated string - Time when the Oracle DB Azure Vault Association 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 Oracle DB Azure Vault Association 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 Azure Vault Association 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"} - id String
- The OCID of the Oracle DB Azure Vault Association resource.
- is
Resource BooleanAccessible - The Associated resource is accessible or not.
- last
Modification String - Description of the latest modification of the Oracle DB Azure Vault Association resource.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- oracle
Db StringAzure Connector Id - The OCID of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
- oracle
Db StringAzure Vault Association Id - oracle
Db StringAzure Vault Id - The OCID of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
- state String
- The current lifecycle state of the Oracle DB Azure Vault Association 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 Azure Vault Association resource was created in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- time
Updated String - Time when the Oracle DB Azure Vault Association 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 Oracle DB Azure Vault Association 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 Azure Vault Association 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"} - id string
- The OCID of the Oracle DB Azure Vault Association resource.
- is
Resource booleanAccessible - The Associated resource is accessible or not.
- last
Modification string - Description of the latest modification of the Oracle DB Azure Vault Association resource.
- lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- oracle
Db stringAzure Connector Id - The OCID of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
- oracle
Db stringAzure Vault Association Id - oracle
Db stringAzure Vault Id - The OCID of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
- state string
- The current lifecycle state of the Oracle DB Azure Vault Association 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 Azure Vault Association resource was created in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- time
Updated string - Time when the Oracle DB Azure Vault Association 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 Oracle DB Azure Vault Association 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 Azure Vault Association 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"} - id str
- The OCID of the Oracle DB Azure Vault Association resource.
- is_
resource_ boolaccessible - The Associated resource is accessible or not.
- last_
modification str - Description of the latest modification of the Oracle DB Azure Vault Association resource.
- lifecycle_
state_ strdetails - Description of the current lifecycle state in more detail.
- oracle_
db_ strazure_ connector_ id - The OCID of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
- oracle_
db_ strazure_ vault_ association_ id - oracle_
db_ strazure_ vault_ id - The OCID of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
- state str
- The current lifecycle state of the Oracle DB Azure Vault Association 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 Azure Vault Association resource was created in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- time_
updated str - Time when the Oracle DB Azure Vault Association 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 Oracle DB Azure Vault Association 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 Azure Vault Association 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"} - id String
- The OCID of the Oracle DB Azure Vault Association resource.
- is
Resource BooleanAccessible - The Associated resource is accessible or not.
- last
Modification String - Description of the latest modification of the Oracle DB Azure Vault Association resource.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- oracle
Db StringAzure Connector Id - The OCID of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
- oracle
Db StringAzure Vault Association Id - oracle
Db StringAzure Vault Id - The OCID of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
- state String
- The current lifecycle state of the Oracle DB Azure Vault Association 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 Azure Vault Association resource was created in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- time
Updated String - Time when the Oracle DB Azure Vault Association resource was last modified, expressed in 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.
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
