oci.Kms.getVaults
Explore with Pulumi AI
This data source provides the list of Vaults in Oracle Cloud Infrastructure Kms service.
Lists the vaults in the specified compartment.
As a provisioning operation, this call is subject to a Key Management limit that applies to the total number of requests across all provisioning read operations. Key Management might throttle this call to reject an otherwise valid request when the total rate of provisioning read operations exceeds 10 requests per second for a given tenancy.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testVaults = oci.Kms.getVaults({
compartmentId: compartmentId,
});
import pulumi
import pulumi_oci as oci
test_vaults = oci.Kms.get_vaults(compartment_id=compartment_id)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Kms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Kms.GetVaults(ctx, &kms.GetVaultsArgs{
CompartmentId: compartmentId,
}, 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 testVaults = Oci.Kms.GetVaults.Invoke(new()
{
CompartmentId = compartmentId,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Kms.KmsFunctions;
import com.pulumi.oci.Kms.inputs.GetVaultsArgs;
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 testVaults = KmsFunctions.getVaults(GetVaultsArgs.builder()
.compartmentId(compartmentId)
.build());
}
}
variables:
testVaults:
fn::invoke:
Function: oci:Kms:getVaults
Arguments:
compartmentId: ${compartmentId}
Using getVaults
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 getVaults(args: GetVaultsArgs, opts?: InvokeOptions): Promise<GetVaultsResult>
function getVaultsOutput(args: GetVaultsOutputArgs, opts?: InvokeOptions): Output<GetVaultsResult>
def get_vaults(compartment_id: Optional[str] = None,
filters: Optional[Sequence[_kms.GetVaultsFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetVaultsResult
def get_vaults_output(compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_kms.GetVaultsFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVaultsResult]
func GetVaults(ctx *Context, args *GetVaultsArgs, opts ...InvokeOption) (*GetVaultsResult, error)
func GetVaultsOutput(ctx *Context, args *GetVaultsOutputArgs, opts ...InvokeOption) GetVaultsResultOutput
> Note: This function is named GetVaults
in the Go SDK.
public static class GetVaults
{
public static Task<GetVaultsResult> InvokeAsync(GetVaultsArgs args, InvokeOptions? opts = null)
public static Output<GetVaultsResult> Invoke(GetVaultsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVaultsResult> getVaults(GetVaultsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Kms/getVaults:getVaults
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Filters
List<Get
Vaults Filter>
- Compartment
Id string - The OCID of the compartment.
- Filters
[]Get
Vaults Filter
- compartment
Id String - The OCID of the compartment.
- filters
List<Get
Vaults Filter>
- compartment
Id string - The OCID of the compartment.
- filters
Get
Vaults Filter[]
- compartment_
id str - The OCID of the compartment.
- filters
Sequence[kms.
Get Vaults Filter]
- compartment
Id String - The OCID of the compartment.
- filters List<Property Map>
getVaults Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains a particular vault.
- Id string
- The provider-assigned unique ID for this managed resource.
- Vaults
List<Get
Vaults Vault> - The list of vaults.
- Filters
List<Get
Vaults Filter>
- Compartment
Id string - The OCID of the compartment that contains a particular vault.
- Id string
- The provider-assigned unique ID for this managed resource.
- Vaults
[]Get
Vaults Vault - The list of vaults.
- Filters
[]Get
Vaults Filter
- compartment
Id String - The OCID of the compartment that contains a particular vault.
- id String
- The provider-assigned unique ID for this managed resource.
- vaults
List<Get
Vaults Vault> - The list of vaults.
- filters
List<Get
Vaults Filter>
- compartment
Id string - The OCID of the compartment that contains a particular vault.
- id string
- The provider-assigned unique ID for this managed resource.
- vaults
Get
Vaults Vault[] - The list of vaults.
- filters
Get
Vaults Filter[]
- compartment_
id str - The OCID of the compartment that contains a particular vault.
- id str
- The provider-assigned unique ID for this managed resource.
- vaults
Sequence[kms.
Get Vaults Vault] - The list of vaults.
- filters
Sequence[kms.
Get Vaults Filter]
- compartment
Id String - The OCID of the compartment that contains a particular vault.
- id String
- The provider-assigned unique ID for this managed resource.
- vaults List<Property Map>
- The list of vaults.
- filters List<Property Map>
Supporting Types
GetVaultsFilter
GetVaultsVault
- Compartment
Id string - The OCID of the compartment.
- Crypto
Endpoint string - The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
- 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 user-friendly name for the vault. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- External
Key List<GetManager Metadata Summaries Vaults Vault External Key Manager Metadata Summary> - Summary about metadata of external key manager to be returned to the customer as a response.
- External
Key List<GetManager Metadatas Vaults Vault External Key Manager Metadata> - 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 vault.
- Is
Primary bool - A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
- Is
Vault boolReplicable - A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
- Management
Endpoint string - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
- Replica
Details List<GetVaults Vault Replica Detail> - Vault replica details
- Restore
From List<GetFiles Vaults Vault Restore From File> - Restore
From List<GetObject Stores Vaults Vault Restore From Object Store> - Restore
Trigger bool - Restored
From stringVault Id - The OCID of the vault from which this vault was restored, if it was restored from a backup file. If you restore a vault to the same region, the vault retains the same OCID that it had when you backed up the vault.
- State string
- The vault's current lifecycle state. Example:
DELETED
- Time
Created string - The date and time this vault was created, expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- Time
Of stringDeletion - An optional property to indicate when to delete the vault, expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- Vault
Type string - The type of vault. Each type of vault stores the key with different degrees of isolation and has different options and pricing.
- Compartment
Id string - The OCID of the compartment.
- Crypto
Endpoint string - The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
- 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 user-friendly name for the vault. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- External
Key []GetManager Metadata Summaries Vaults Vault External Key Manager Metadata Summary - Summary about metadata of external key manager to be returned to the customer as a response.
- External
Key []GetManager Metadatas Vaults Vault External Key Manager Metadata - 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 vault.
- Is
Primary bool - A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
- Is
Vault boolReplicable - A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
- Management
Endpoint string - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
- Replica
Details []GetVaults Vault Replica Detail - Vault replica details
- Restore
From []GetFiles Vaults Vault Restore From File - Restore
From []GetObject Stores Vaults Vault Restore From Object Store - Restore
Trigger bool - Restored
From stringVault Id - The OCID of the vault from which this vault was restored, if it was restored from a backup file. If you restore a vault to the same region, the vault retains the same OCID that it had when you backed up the vault.
- State string
- The vault's current lifecycle state. Example:
DELETED
- Time
Created string - The date and time this vault was created, expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- Time
Of stringDeletion - An optional property to indicate when to delete the vault, expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- Vault
Type string - The type of vault. Each type of vault stores the key with different degrees of isolation and has different options and pricing.
- compartment
Id String - The OCID of the compartment.
- crypto
Endpoint String - The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
- 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 user-friendly name for the vault. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- external
Key List<GetManager Metadata Summaries Vaults Vault External Key Manager Metadata Summary> - Summary about metadata of external key manager to be returned to the customer as a response.
- external
Key List<GetManager Metadatas Vaults Vault External Key Manager Metadata> - 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 vault.
- is
Primary Boolean - A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
- is
Vault BooleanReplicable - A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
- management
Endpoint String - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
- replica
Details List<GetVaults Vault Replica Detail> - Vault replica details
- restore
From List<GetFiles Vaults Vault Restore From File> - restore
From List<GetObject Stores Vaults Vault Restore From Object Store> - restore
Trigger Boolean - restored
From StringVault Id - The OCID of the vault from which this vault was restored, if it was restored from a backup file. If you restore a vault to the same region, the vault retains the same OCID that it had when you backed up the vault.
- state String
- The vault's current lifecycle state. Example:
DELETED
- time
Created String - The date and time this vault was created, expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- time
Of StringDeletion - An optional property to indicate when to delete the vault, expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- vault
Type String - The type of vault. Each type of vault stores the key with different degrees of isolation and has different options and pricing.
- compartment
Id string - The OCID of the compartment.
- crypto
Endpoint string - The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
- {[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 user-friendly name for the vault. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- external
Key GetManager Metadata Summaries Vaults Vault External Key Manager Metadata Summary[] - Summary about metadata of external key manager to be returned to the customer as a response.
- external
Key GetManager Metadatas Vaults Vault External Key Manager Metadata[] - {[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 vault.
- is
Primary boolean - A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
- is
Vault booleanReplicable - A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
- management
Endpoint string - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
- replica
Details GetVaults Vault Replica Detail[] - Vault replica details
- restore
From GetFiles Vaults Vault Restore From File[] - restore
From GetObject Stores Vaults Vault Restore From Object Store[] - restore
Trigger boolean - restored
From stringVault Id - The OCID of the vault from which this vault was restored, if it was restored from a backup file. If you restore a vault to the same region, the vault retains the same OCID that it had when you backed up the vault.
- state string
- The vault's current lifecycle state. Example:
DELETED
- time
Created string - The date and time this vault was created, expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- time
Of stringDeletion - An optional property to indicate when to delete the vault, expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- vault
Type string - The type of vault. Each type of vault stores the key with different degrees of isolation and has different options and pricing.
- compartment_
id str - The OCID of the compartment.
- crypto_
endpoint str - The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
- 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 user-friendly name for the vault. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- external_
key_ Sequence[kms.manager_ metadata_ summaries Get Vaults Vault External Key Manager Metadata Summary] - Summary about metadata of external key manager to be returned to the customer as a response.
- external_
key_ Sequence[kms.manager_ metadatas Get Vaults Vault External Key Manager Metadata] - 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 vault.
- is_
primary bool - A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
- is_
vault_ boolreplicable - A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
- management_
endpoint str - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
- replica_
details Sequence[kms.Get Vaults Vault Replica Detail] - Vault replica details
- restore_
from_ Sequence[kms.files Get Vaults Vault Restore From File] - restore_
from_ Sequence[kms.object_ stores Get Vaults Vault Restore From Object Store] - restore_
trigger bool - restored_
from_ strvault_ id - The OCID of the vault from which this vault was restored, if it was restored from a backup file. If you restore a vault to the same region, the vault retains the same OCID that it had when you backed up the vault.
- state str
- The vault's current lifecycle state. Example:
DELETED
- time_
created str - The date and time this vault was created, expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- time_
of_ strdeletion - An optional property to indicate when to delete the vault, expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- vault_
type str - The type of vault. Each type of vault stores the key with different degrees of isolation and has different options and pricing.
- compartment
Id String - The OCID of the compartment.
- crypto
Endpoint String - The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
- 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 user-friendly name for the vault. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- external
Key List<Property Map>Manager Metadata Summaries - Summary about metadata of external key manager to be returned to the customer as a response.
- external
Key List<Property Map>Manager Metadatas - 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 vault.
- is
Primary Boolean - A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
- is
Vault BooleanReplicable - A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
- management
Endpoint String - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
- replica
Details List<Property Map> - Vault replica details
- restore
From List<Property Map>Files - restore
From List<Property Map>Object Stores - restore
Trigger Boolean - restored
From StringVault Id - The OCID of the vault from which this vault was restored, if it was restored from a backup file. If you restore a vault to the same region, the vault retains the same OCID that it had when you backed up the vault.
- state String
- The vault's current lifecycle state. Example:
DELETED
- time
Created String - The date and time this vault was created, expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- time
Of StringDeletion - An optional property to indicate when to delete the vault, expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- vault
Type String - The type of vault. Each type of vault stores the key with different degrees of isolation and has different options and pricing.
GetVaultsVaultExternalKeyManagerMetadata
- External
Vault stringEndpoint Url - URL of the vault on external key manager.
- Oauth
Metadatas List<GetVaults Vault External Key Manager Metadata Oauth Metadata> - Private
Endpoint stringId - OCID of the private endpoint.
- External
Vault stringEndpoint Url - URL of the vault on external key manager.
- Oauth
Metadatas []GetVaults Vault External Key Manager Metadata Oauth Metadata - Private
Endpoint stringId - OCID of the private endpoint.
- external
Vault StringEndpoint Url - URL of the vault on external key manager.
- oauth
Metadatas List<GetVaults Vault External Key Manager Metadata Oauth Metadata> - private
Endpoint StringId - OCID of the private endpoint.
- external
Vault stringEndpoint Url - URL of the vault on external key manager.
- oauth
Metadatas GetVaults Vault External Key Manager Metadata Oauth Metadata[] - private
Endpoint stringId - OCID of the private endpoint.
- external_
vault_ strendpoint_ url - URL of the vault on external key manager.
- oauth_
metadatas Sequence[kms.Get Vaults Vault External Key Manager Metadata Oauth Metadata] - private_
endpoint_ strid - OCID of the private endpoint.
- external
Vault StringEndpoint Url - URL of the vault on external key manager.
- oauth
Metadatas List<Property Map> - private
Endpoint StringId - OCID of the private endpoint.
GetVaultsVaultExternalKeyManagerMetadataOauthMetadata
- Client
App stringId - ID of the client app created in IDP.
- Client
App stringSecret - Idcs
Account stringName Url - Base URL of the IDCS account where confidential client app is created.
- Client
App stringId - ID of the client app created in IDP.
- Client
App stringSecret - Idcs
Account stringName Url - Base URL of the IDCS account where confidential client app is created.
- client
App StringId - ID of the client app created in IDP.
- client
App StringSecret - idcs
Account StringName Url - Base URL of the IDCS account where confidential client app is created.
- client
App stringId - ID of the client app created in IDP.
- client
App stringSecret - idcs
Account stringName Url - Base URL of the IDCS account where confidential client app is created.
- client_
app_ strid - ID of the client app created in IDP.
- client_
app_ strsecret - idcs_
account_ strname_ url - Base URL of the IDCS account where confidential client app is created.
- client
App StringId - ID of the client app created in IDP.
- client
App StringSecret - idcs
Account StringName Url - Base URL of the IDCS account where confidential client app is created.
GetVaultsVaultExternalKeyManagerMetadataSummary
- External
Vault stringEndpoint Url - URL of the vault on external key manager.
- Oauth
Metadata List<GetSummaries Vaults Vault External Key Manager Metadata Summary Oauth Metadata Summary> - Summary about authorization to be returned to the customer as a response.
- Private
Endpoint stringId - OCID of the private endpoint.
- Vendor string
- Vendor of the external key manager.
- External
Vault stringEndpoint Url - URL of the vault on external key manager.
- Oauth
Metadata []GetSummaries Vaults Vault External Key Manager Metadata Summary Oauth Metadata Summary - Summary about authorization to be returned to the customer as a response.
- Private
Endpoint stringId - OCID of the private endpoint.
- Vendor string
- Vendor of the external key manager.
- external
Vault StringEndpoint Url - URL of the vault on external key manager.
- oauth
Metadata List<GetSummaries Vaults Vault External Key Manager Metadata Summary Oauth Metadata Summary> - Summary about authorization to be returned to the customer as a response.
- private
Endpoint StringId - OCID of the private endpoint.
- vendor String
- Vendor of the external key manager.
- external
Vault stringEndpoint Url - URL of the vault on external key manager.
- oauth
Metadata GetSummaries Vaults Vault External Key Manager Metadata Summary Oauth Metadata Summary[] - Summary about authorization to be returned to the customer as a response.
- private
Endpoint stringId - OCID of the private endpoint.
- vendor string
- Vendor of the external key manager.
- external_
vault_ strendpoint_ url - URL of the vault on external key manager.
- oauth_
metadata_ Sequence[kms.summaries Get Vaults Vault External Key Manager Metadata Summary Oauth Metadata Summary] - Summary about authorization to be returned to the customer as a response.
- private_
endpoint_ strid - OCID of the private endpoint.
- vendor str
- Vendor of the external key manager.
- external
Vault StringEndpoint Url - URL of the vault on external key manager.
- oauth
Metadata List<Property Map>Summaries - Summary about authorization to be returned to the customer as a response.
- private
Endpoint StringId - OCID of the private endpoint.
- vendor String
- Vendor of the external key manager.
GetVaultsVaultExternalKeyManagerMetadataSummaryOauthMetadataSummary
- Client
App stringId - ID of the client app created in IDP.
- Idcs
Account stringName Url - Base URL of the IDCS account where confidential client app is created.
- Client
App stringId - ID of the client app created in IDP.
- Idcs
Account stringName Url - Base URL of the IDCS account where confidential client app is created.
- client
App StringId - ID of the client app created in IDP.
- idcs
Account StringName Url - Base URL of the IDCS account where confidential client app is created.
- client
App stringId - ID of the client app created in IDP.
- idcs
Account stringName Url - Base URL of the IDCS account where confidential client app is created.
- client_
app_ strid - ID of the client app created in IDP.
- idcs_
account_ strname_ url - Base URL of the IDCS account where confidential client app is created.
- client
App StringId - ID of the client app created in IDP.
- idcs
Account StringName Url - Base URL of the IDCS account where confidential client app is created.
GetVaultsVaultReplicaDetail
- Replication
Id string - ReplicationId associated with a vault operation
- Replication
Id string - ReplicationId associated with a vault operation
- replication
Id String - ReplicationId associated with a vault operation
- replication
Id string - ReplicationId associated with a vault operation
- replication_
id str - ReplicationId associated with a vault operation
- replication
Id String - ReplicationId associated with a vault operation
GetVaultsVaultRestoreFromFile
- Content
Length string - Content
Md5 string - Restore
Vault stringFrom File Details
- Content
Length string - Content
Md5 string - Restore
Vault stringFrom File Details
- content
Length String - content
Md5 String - restore
Vault StringFrom File Details
- content
Length string - content
Md5 string - restore
Vault stringFrom File Details
- content
Length String - content
Md5 String - restore
Vault StringFrom File Details
GetVaultsVaultRestoreFromObjectStore
- Bucket string
- Destination string
- Namespace string
- Object string
- Uri string
- Bucket string
- Destination string
- Namespace string
- Object string
- Uri string
- bucket String
- destination String
- namespace String
- object String
- uri String
- bucket string
- destination string
- namespace string
- object string
- uri string
- bucket str
- destination str
- namespace str
- object str
- uri str
- bucket String
- destination String
- namespace String
- object String
- uri String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.