oci.Kms.getVault
Explore with Pulumi AI
This data source provides details about a specific Vault resource in Oracle Cloud Infrastructure Kms service.
Gets the specified vault’s configuration information.
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 testVault = oci.Kms.getVault({
vaultId: testVaultOciKmsVault.id,
});
import pulumi
import pulumi_oci as oci
test_vault = oci.Kms.get_vault(vault_id=test_vault_oci_kms_vault["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Kms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Kms.GetVault(ctx, &kms.GetVaultArgs{
VaultId: testVaultOciKmsVault.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 testVault = Oci.Kms.GetVault.Invoke(new()
{
VaultId = testVaultOciKmsVault.Id,
});
});
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.GetVaultArgs;
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 testVault = KmsFunctions.getVault(GetVaultArgs.builder()
.vaultId(testVaultOciKmsVault.id())
.build());
}
}
variables:
testVault:
fn::invoke:
Function: oci:Kms:getVault
Arguments:
vaultId: ${testVaultOciKmsVault.id}
Using getVault
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 getVault(args: GetVaultArgs, opts?: InvokeOptions): Promise<GetVaultResult>
function getVaultOutput(args: GetVaultOutputArgs, opts?: InvokeOptions): Output<GetVaultResult>
def get_vault(vault_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVaultResult
def get_vault_output(vault_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVaultResult]
func GetVault(ctx *Context, args *GetVaultArgs, opts ...InvokeOption) (*GetVaultResult, error)
func GetVaultOutput(ctx *Context, args *GetVaultOutputArgs, opts ...InvokeOption) GetVaultResultOutput
> Note: This function is named GetVault
in the Go SDK.
public static class GetVault
{
public static Task<GetVaultResult> InvokeAsync(GetVaultArgs args, InvokeOptions? opts = null)
public static Output<GetVaultResult> Invoke(GetVaultInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVaultResult> getVault(GetVaultArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Kms/getVault:getVault
arguments:
# arguments dictionary
The following arguments are supported:
- Vault
Id string - The OCID of the vault.
- Vault
Id string - The OCID of the vault.
- vault
Id String - The OCID of the vault.
- vault
Id string - The OCID of the vault.
- vault_
id str - The OCID of the vault.
- vault
Id String - The OCID of the vault.
getVault Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains a particular vault.
- Crypto
Endpoint string - The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
- Dictionary<string, object>
- 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 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 Vault External Key Manager Metadata> - Dictionary<string, object>
- 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.
- Management
Endpoint string - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
- Replica
Details List<GetVault Replica Detail> - Vault replica details
- Restore
From List<GetFiles Vault Restore From File> - Details where vault was backed up.
- Restore
From List<GetObject Stores Vault Restore From Object Store> - Details where vault was backed up
- Restore
Trigger bool - When flipped, triggers restore if restore options are provided. Values of 0 or 1 are supported
- 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
Id string - 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 that contains a particular vault.
- Crypto
Endpoint string - The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
- map[string]interface{}
- 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 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 Vault External Key Manager Metadata - map[string]interface{}
- 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.
- Management
Endpoint string - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
- Replica
Details []GetVault Replica Detail - Vault replica details
- Restore
From []GetFiles Vault Restore From File - Details where vault was backed up.
- Restore
From []GetObject Stores Vault Restore From Object Store - Details where vault was backed up
- Restore
Trigger bool - When flipped, triggers restore if restore options are provided. Values of 0 or 1 are supported
- 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
Id string - 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 that contains a particular vault.
- crypto
Endpoint String - The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
- Map<String,Object>
- 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 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 Vault External Key Manager Metadata> - Map<String,Object>
- 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.
- management
Endpoint String - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
- replica
Details List<GetVault Replica Detail> - Vault replica details
- restore
From List<GetFiles Vault Restore From File> - Details where vault was backed up.
- restore
From List<GetObject Stores Vault Restore From Object Store> - Details where vault was backed up
- restore
Trigger Boolean - When flipped, triggers restore if restore options are provided. Values of 0 or 1 are supported
- 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
Id String - 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 that contains a particular vault.
- crypto
Endpoint string - The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
- {[key: string]: any}
- 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 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 Vault External Key Manager Metadata[] - {[key: string]: any}
- 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.
- management
Endpoint string - The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
- replica
Details GetVault Replica Detail[] - Vault replica details
- restore
From GetFiles Vault Restore From File[] - Details where vault was backed up.
- restore
From GetObject Stores Vault Restore From Object Store[] - Details where vault was backed up
- restore
Trigger boolean - When flipped, triggers restore if restore options are provided. Values of 0 or 1 are supported
- 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
Id string - 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 that contains a particular vault.
- crypto_
endpoint str - The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
- Mapping[str, Any]
- 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 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 Vault External Key Manager Metadata] - Mapping[str, Any]
- 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.
- 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 Vault Replica Detail] - Vault replica details
- restore_
from_ Sequence[kms.files Get Vault Restore From File] - Details where vault was backed up.
- restore_
from_ Sequence[kms.object_ stores Get Vault Restore From Object Store] - Details where vault was backed up
- restore_
trigger bool - When flipped, triggers restore if restore options are provided. Values of 0 or 1 are supported
- 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_
id str - 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 that contains a particular vault.
- crypto
Endpoint String - The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
- Map<Any>
- 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<Any>
- 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.
- 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 - Details where vault was backed up.
- restore
From List<Property Map>Object Stores - Details where vault was backed up
- restore
Trigger Boolean - When flipped, triggers restore if restore options are provided. Values of 0 or 1 are supported
- 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
Id String - 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.
Supporting Types
GetVaultExternalKeyManagerMetadata
- External
Vault stringEndpoint Url - URL of the vault on external key manager.
- Oauth
Metadatas List<GetVault 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 []GetVault 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<GetVault 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 GetVault 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 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.
GetVaultExternalKeyManagerMetadataOauthMetadata
- 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.
GetVaultExternalKeyManagerMetadataSummary
- External
Vault stringEndpoint Url - URL of the vault on external key manager.
- Oauth
Metadata List<GetSummaries 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 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 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 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 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.
GetVaultExternalKeyManagerMetadataSummaryOauthMetadataSummary
- 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.
GetVaultReplicaDetail
- 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
GetVaultRestoreFromFile
- Content
Length string - content length of vault's backup binary file
- Content
Md5 string - content md5 hashed value of vault's backup file
- Restore
Vault stringFrom File Details - Vault backup file content
- Content
Length string - content length of vault's backup binary file
- Content
Md5 string - content md5 hashed value of vault's backup file
- Restore
Vault stringFrom File Details - Vault backup file content
- content
Length String - content length of vault's backup binary file
- content
Md5 String - content md5 hashed value of vault's backup file
- restore
Vault StringFrom File Details - Vault backup file content
- content
Length string - content length of vault's backup binary file
- content
Md5 string - content md5 hashed value of vault's backup file
- restore
Vault stringFrom File Details - Vault backup file content
- content_
length str - content length of vault's backup binary file
- content_
md5 str - content md5 hashed value of vault's backup file
- restore_
vault_ strfrom_ file_ details - Vault backup file content
- content
Length String - content length of vault's backup binary file
- content
Md5 String - content md5 hashed value of vault's backup file
- restore
Vault StringFrom File Details - Vault backup file content
GetVaultRestoreFromObjectStore
- Bucket string
- Name of the bucket where vault was backed up
- Destination string
- Type of backup to restore from. Values of "BUCKET", "PRE_AUTHENTICATED_REQUEST_URI" are supported
- Namespace string
- Namespace of the bucket where vault was backed up
- Object string
- Object containing the backup
- Uri string
- Pre-authenticated-request-uri of the backup
- Bucket string
- Name of the bucket where vault was backed up
- Destination string
- Type of backup to restore from. Values of "BUCKET", "PRE_AUTHENTICATED_REQUEST_URI" are supported
- Namespace string
- Namespace of the bucket where vault was backed up
- Object string
- Object containing the backup
- Uri string
- Pre-authenticated-request-uri of the backup
- bucket String
- Name of the bucket where vault was backed up
- destination String
- Type of backup to restore from. Values of "BUCKET", "PRE_AUTHENTICATED_REQUEST_URI" are supported
- namespace String
- Namespace of the bucket where vault was backed up
- object String
- Object containing the backup
- uri String
- Pre-authenticated-request-uri of the backup
- bucket string
- Name of the bucket where vault was backed up
- destination string
- Type of backup to restore from. Values of "BUCKET", "PRE_AUTHENTICATED_REQUEST_URI" are supported
- namespace string
- Namespace of the bucket where vault was backed up
- object string
- Object containing the backup
- uri string
- Pre-authenticated-request-uri of the backup
- bucket str
- Name of the bucket where vault was backed up
- destination str
- Type of backup to restore from. Values of "BUCKET", "PRE_AUTHENTICATED_REQUEST_URI" are supported
- namespace str
- Namespace of the bucket where vault was backed up
- object str
- Object containing the backup
- uri str
- Pre-authenticated-request-uri of the backup
- bucket String
- Name of the bucket where vault was backed up
- destination String
- Type of backup to restore from. Values of "BUCKET", "PRE_AUTHENTICATED_REQUEST_URI" are supported
- namespace String
- Namespace of the bucket where vault was backed up
- object String
- Object containing the backup
- uri String
- Pre-authenticated-request-uri of the backup
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.