These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.recoveryservices.getVault
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get the Vault details. API Version: 2021-01-01.
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(resource_group_name: Optional[str] = None,
vault_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVaultResult
def get_vault_output(resource_group_name: Optional[pulumi.Input[str]] = None,
vault_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVaultResult]
func LookupVault(ctx *Context, args *LookupVaultArgs, opts ...InvokeOption) (*LookupVaultResult, error)
func LookupVaultOutput(ctx *Context, args *LookupVaultOutputArgs, opts ...InvokeOption) LookupVaultResultOutput
> Note: This function is named LookupVault
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: azure-native:recoveryservices:getVault
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the resource group where the recovery services vault is present.
- Vault
Name string - The name of the recovery services vault.
- Resource
Group stringName - The name of the resource group where the recovery services vault is present.
- Vault
Name string - The name of the recovery services vault.
- resource
Group StringName - The name of the resource group where the recovery services vault is present.
- vault
Name String - The name of the recovery services vault.
- resource
Group stringName - The name of the resource group where the recovery services vault is present.
- vault
Name string - The name of the recovery services vault.
- resource_
group_ strname - The name of the resource group where the recovery services vault is present.
- vault_
name str - The name of the recovery services vault.
- resource
Group StringName - The name of the resource group where the recovery services vault is present.
- vault
Name String - The name of the recovery services vault.
getVault Result
The following output properties are available:
- Id string
- Resource Id represents the complete path to the resource.
- Location string
- Resource location.
- Name string
- Resource name associated with the resource.
- Properties
Pulumi.
Azure Native. Recovery Services. Outputs. Vault Properties Response - Properties of the vault.
- System
Data Pulumi.Azure Native. Recovery Services. Outputs. System Data Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- Etag string
- Optional ETag.
- Identity
Pulumi.
Azure Native. Recovery Services. Outputs. Identity Data Response - Identity for the resource.
- Sku
Pulumi.
Azure Native. Recovery Services. Outputs. Sku Response - Identifies the unique system identifier for each Azure resource.
- Dictionary<string, string>
- Resource tags.
- Id string
- Resource Id represents the complete path to the resource.
- Location string
- Resource location.
- Name string
- Resource name associated with the resource.
- Properties
Vault
Properties Response - Properties of the vault.
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- Etag string
- Optional ETag.
- Identity
Identity
Data Response - Identity for the resource.
- Sku
Sku
Response - Identifies the unique system identifier for each Azure resource.
- map[string]string
- Resource tags.
- id String
- Resource Id represents the complete path to the resource.
- location String
- Resource location.
- name String
- Resource name associated with the resource.
- properties
Vault
Properties Response - Properties of the vault.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type String
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- etag String
- Optional ETag.
- identity
Identity
Data Response - Identity for the resource.
- sku
Sku
Response - Identifies the unique system identifier for each Azure resource.
- Map<String,String>
- Resource tags.
- id string
- Resource Id represents the complete path to the resource.
- location string
- Resource location.
- name string
- Resource name associated with the resource.
- properties
Vault
Properties Response - Properties of the vault.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type string
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- etag string
- Optional ETag.
- identity
Identity
Data Response - Identity for the resource.
- sku
Sku
Response - Identifies the unique system identifier for each Azure resource.
- {[key: string]: string}
- Resource tags.
- id str
- Resource Id represents the complete path to the resource.
- location str
- Resource location.
- name str
- Resource name associated with the resource.
- properties
Vault
Properties Response - Properties of the vault.
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type str
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- etag str
- Optional ETag.
- identity
Identity
Data Response - Identity for the resource.
- sku
Sku
Response - Identifies the unique system identifier for each Azure resource.
- Mapping[str, str]
- Resource tags.
- id String
- Resource Id represents the complete path to the resource.
- location String
- Resource location.
- name String
- Resource name associated with the resource.
- properties Property Map
- Properties of the vault.
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- type String
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- etag String
- Optional ETag.
- identity Property Map
- Identity for the resource.
- sku Property Map
- Identifies the unique system identifier for each Azure resource.
- Map<String>
- Resource tags.
Supporting Types
CmkKekIdentityResponse
- Use
System boolAssigned Identity - Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field
- User
Assigned stringIdentity - The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned
- Use
System boolAssigned Identity - Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field
- User
Assigned stringIdentity - The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned
- use
System BooleanAssigned Identity - Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field
- user
Assigned StringIdentity - The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned
- use
System booleanAssigned Identity - Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field
- user
Assigned stringIdentity - The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned
- use_
system_ boolassigned_ identity - Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field
- user_
assigned_ stridentity - The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned
- use
System BooleanAssigned Identity - Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field
- user
Assigned StringIdentity - The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned
CmkKeyVaultPropertiesResponse
- Key
Uri string - The key uri of the Customer Managed Key
- Key
Uri string - The key uri of the Customer Managed Key
- key
Uri String - The key uri of the Customer Managed Key
- key
Uri string - The key uri of the Customer Managed Key
- key_
uri str - The key uri of the Customer Managed Key
- key
Uri String - The key uri of the Customer Managed Key
IdentityDataResponse
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Recovery Services. Inputs. User Identity Response> - The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
- User
Assigned map[string]UserIdentities Identity Response - The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
- user
Assigned Map<String,UserIdentities Identity Response> - The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principal
Id string - The principal ID of resource identity.
- tenant
Id string - The tenant ID of resource.
- type string
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
- user
Assigned {[key: string]: UserIdentities Identity Response} - The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principal_
id str - The principal ID of resource identity.
- tenant_
id str - The tenant ID of resource.
- type str
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
- user_
assigned_ Mapping[str, Useridentities Identity Response] - The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
- user
Assigned Map<Property Map>Identities - The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
PrivateEndpointConnectionVaultPropertiesResponse
- Id string
- Format of id subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}.
- Properties
Pulumi.
Azure Native. Recovery Services. Inputs. Vault Private Endpoint Connection Response - Private Endpoint Connection Response Properties.
- Id string
- Format of id subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}.
- Properties
Vault
Private Endpoint Connection Response - Private Endpoint Connection Response Properties.
- id String
- Format of id subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}.
- properties
Vault
Private Endpoint Connection Response - Private Endpoint Connection Response Properties.
- id string
- Format of id subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}.
- properties
Vault
Private Endpoint Connection Response - Private Endpoint Connection Response Properties.
- id str
- Format of id subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}.
- properties
Vault
Private Endpoint Connection Response - Private Endpoint Connection Response Properties.
- id String
- Format of id subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}.
- properties Property Map
- Private Endpoint Connection Response Properties.
PrivateEndpointResponse
- Id string
- Gets or sets id.
- Id string
- Gets or sets id.
- id String
- Gets or sets id.
- id string
- Gets or sets id.
- id str
- Gets or sets id.
- id String
- Gets or sets id.
SkuResponse
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The type of identity that last modified the resource.
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The type of identity that last modified the resource.
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UpgradeDetailsResponse
- End
Time stringUtc - UTC time at which the upgrade operation has ended.
- Last
Updated stringTime Utc - UTC time at which the upgrade operation status was last updated.
- Message string
- Message to the user containing information about the upgrade operation.
- Operation
Id string - ID of the vault upgrade operation.
- Previous
Resource stringId - Resource ID of the vault before the upgrade.
- Start
Time stringUtc - UTC time at which the upgrade operation has started.
- Status string
- Status of the vault upgrade operation.
- Trigger
Type string - The way the vault upgrade was triggered.
- Upgraded
Resource stringId - Resource ID of the upgraded vault.
- End
Time stringUtc - UTC time at which the upgrade operation has ended.
- Last
Updated stringTime Utc - UTC time at which the upgrade operation status was last updated.
- Message string
- Message to the user containing information about the upgrade operation.
- Operation
Id string - ID of the vault upgrade operation.
- Previous
Resource stringId - Resource ID of the vault before the upgrade.
- Start
Time stringUtc - UTC time at which the upgrade operation has started.
- Status string
- Status of the vault upgrade operation.
- Trigger
Type string - The way the vault upgrade was triggered.
- Upgraded
Resource stringId - Resource ID of the upgraded vault.
- end
Time StringUtc - UTC time at which the upgrade operation has ended.
- last
Updated StringTime Utc - UTC time at which the upgrade operation status was last updated.
- message String
- Message to the user containing information about the upgrade operation.
- operation
Id String - ID of the vault upgrade operation.
- previous
Resource StringId - Resource ID of the vault before the upgrade.
- start
Time StringUtc - UTC time at which the upgrade operation has started.
- status String
- Status of the vault upgrade operation.
- trigger
Type String - The way the vault upgrade was triggered.
- upgraded
Resource StringId - Resource ID of the upgraded vault.
- end
Time stringUtc - UTC time at which the upgrade operation has ended.
- last
Updated stringTime Utc - UTC time at which the upgrade operation status was last updated.
- message string
- Message to the user containing information about the upgrade operation.
- operation
Id string - ID of the vault upgrade operation.
- previous
Resource stringId - Resource ID of the vault before the upgrade.
- start
Time stringUtc - UTC time at which the upgrade operation has started.
- status string
- Status of the vault upgrade operation.
- trigger
Type string - The way the vault upgrade was triggered.
- upgraded
Resource stringId - Resource ID of the upgraded vault.
- end_
time_ strutc - UTC time at which the upgrade operation has ended.
- last_
updated_ strtime_ utc - UTC time at which the upgrade operation status was last updated.
- message str
- Message to the user containing information about the upgrade operation.
- operation_
id str - ID of the vault upgrade operation.
- previous_
resource_ strid - Resource ID of the vault before the upgrade.
- start_
time_ strutc - UTC time at which the upgrade operation has started.
- status str
- Status of the vault upgrade operation.
- trigger_
type str - The way the vault upgrade was triggered.
- upgraded_
resource_ strid - Resource ID of the upgraded vault.
- end
Time StringUtc - UTC time at which the upgrade operation has ended.
- last
Updated StringTime Utc - UTC time at which the upgrade operation status was last updated.
- message String
- Message to the user containing information about the upgrade operation.
- operation
Id String - ID of the vault upgrade operation.
- previous
Resource StringId - Resource ID of the vault before the upgrade.
- start
Time StringUtc - UTC time at which the upgrade operation has started.
- status String
- Status of the vault upgrade operation.
- trigger
Type String - The way the vault upgrade was triggered.
- upgraded
Resource StringId - Resource ID of the upgraded vault.
UserIdentityResponse
- Client
Id string - The client ID of the user-assigned identity.
- Principal
Id string - The principal ID of the user-assigned identity.
- Client
Id string - The client ID of the user-assigned identity.
- Principal
Id string - The principal ID of the user-assigned identity.
- client
Id String - The client ID of the user-assigned identity.
- principal
Id String - The principal ID of the user-assigned identity.
- client
Id string - The client ID of the user-assigned identity.
- principal
Id string - The principal ID of the user-assigned identity.
- client_
id str - The client ID of the user-assigned identity.
- principal_
id str - The principal ID of the user-assigned identity.
- client
Id String - The client ID of the user-assigned identity.
- principal
Id String - The principal ID of the user-assigned identity.
VaultPrivateEndpointConnectionResponse
- Private
Endpoint Pulumi.Azure Native. Recovery Services. Inputs. Private Endpoint Response - The Private Endpoint network resource that is linked to the Private Endpoint connection.
- Private
Link Pulumi.Service Connection State Azure Native. Recovery Services. Inputs. Vault Private Link Service Connection State Response - Gets or sets private link service connection state.
- Provisioning
State string - Gets or sets provisioning state of the private endpoint connection.
- Private
Endpoint PrivateEndpoint Response - The Private Endpoint network resource that is linked to the Private Endpoint connection.
- Private
Link VaultService Connection State Private Link Service Connection State Response - Gets or sets private link service connection state.
- Provisioning
State string - Gets or sets provisioning state of the private endpoint connection.
- private
Endpoint PrivateEndpoint Response - The Private Endpoint network resource that is linked to the Private Endpoint connection.
- private
Link VaultService Connection State Private Link Service Connection State Response - Gets or sets private link service connection state.
- provisioning
State String - Gets or sets provisioning state of the private endpoint connection.
- private
Endpoint PrivateEndpoint Response - The Private Endpoint network resource that is linked to the Private Endpoint connection.
- private
Link VaultService Connection State Private Link Service Connection State Response - Gets or sets private link service connection state.
- provisioning
State string - Gets or sets provisioning state of the private endpoint connection.
- private_
endpoint PrivateEndpoint Response - The Private Endpoint network resource that is linked to the Private Endpoint connection.
- private_
link_ Vaultservice_ connection_ state Private Link Service Connection State Response - Gets or sets private link service connection state.
- provisioning_
state str - Gets or sets provisioning state of the private endpoint connection.
- private
Endpoint Property Map - The Private Endpoint network resource that is linked to the Private Endpoint connection.
- private
Link Property MapService Connection State - Gets or sets private link service connection state.
- provisioning
State String - Gets or sets provisioning state of the private endpoint connection.
VaultPrivateLinkServiceConnectionStateResponse
- Actions
Required string - Gets or sets actions required.
- Description string
- Gets or sets description.
- Status string
- Gets or sets the status.
- Actions
Required string - Gets or sets actions required.
- Description string
- Gets or sets description.
- Status string
- Gets or sets the status.
- actions
Required String - Gets or sets actions required.
- description String
- Gets or sets description.
- status String
- Gets or sets the status.
- actions
Required string - Gets or sets actions required.
- description string
- Gets or sets description.
- status string
- Gets or sets the status.
- actions_
required str - Gets or sets actions required.
- description str
- Gets or sets description.
- status str
- Gets or sets the status.
- actions
Required String - Gets or sets actions required.
- description String
- Gets or sets description.
- status String
- Gets or sets the status.
VaultPropertiesResponse
- Private
Endpoint List<Pulumi.Connections Azure Native. Recovery Services. Inputs. Private Endpoint Connection Vault Properties Response> - List of private endpoint connection.
- Private
Endpoint stringState For Backup - Private endpoint state for backup.
- Private
Endpoint stringState For Site Recovery - Private endpoint state for site recovery.
- Provisioning
State string - Provisioning State.
- Encryption
Pulumi.
Azure Native. Recovery Services. Inputs. Vault Properties Response Encryption - Customer Managed Key details of the resource.
- Upgrade
Details Pulumi.Azure Native. Recovery Services. Inputs. Upgrade Details Response - Details for upgrading vault.
- Private
Endpoint []PrivateConnections Endpoint Connection Vault Properties Response - List of private endpoint connection.
- Private
Endpoint stringState For Backup - Private endpoint state for backup.
- Private
Endpoint stringState For Site Recovery - Private endpoint state for site recovery.
- Provisioning
State string - Provisioning State.
- Encryption
Vault
Properties Response Encryption - Customer Managed Key details of the resource.
- Upgrade
Details UpgradeDetails Response - Details for upgrading vault.
- private
Endpoint List<PrivateConnections Endpoint Connection Vault Properties Response> - List of private endpoint connection.
- private
Endpoint StringState For Backup - Private endpoint state for backup.
- private
Endpoint StringState For Site Recovery - Private endpoint state for site recovery.
- provisioning
State String - Provisioning State.
- encryption
Vault
Properties Response Encryption - Customer Managed Key details of the resource.
- upgrade
Details UpgradeDetails Response - Details for upgrading vault.
- private
Endpoint PrivateConnections Endpoint Connection Vault Properties Response[] - List of private endpoint connection.
- private
Endpoint stringState For Backup - Private endpoint state for backup.
- private
Endpoint stringState For Site Recovery - Private endpoint state for site recovery.
- provisioning
State string - Provisioning State.
- encryption
Vault
Properties Response Encryption - Customer Managed Key details of the resource.
- upgrade
Details UpgradeDetails Response - Details for upgrading vault.
- private_
endpoint_ Sequence[Privateconnections Endpoint Connection Vault Properties Response] - List of private endpoint connection.
- private_
endpoint_ strstate_ for_ backup - Private endpoint state for backup.
- private_
endpoint_ strstate_ for_ site_ recovery - Private endpoint state for site recovery.
- provisioning_
state str - Provisioning State.
- encryption
Vault
Properties Response Encryption - Customer Managed Key details of the resource.
- upgrade_
details UpgradeDetails Response - Details for upgrading vault.
- private
Endpoint List<Property Map>Connections - List of private endpoint connection.
- private
Endpoint StringState For Backup - Private endpoint state for backup.
- private
Endpoint StringState For Site Recovery - Private endpoint state for site recovery.
- provisioning
State String - Provisioning State.
- encryption Property Map
- Customer Managed Key details of the resource.
- upgrade
Details Property Map - Details for upgrading vault.
VaultPropertiesResponseEncryption
- Infrastructure
Encryption string - Enabling/Disabling the Double Encryption state
- Kek
Identity Pulumi.Azure Native. Recovery Services. Inputs. Cmk Kek Identity Response - The details of the identity used for CMK
- Key
Vault Pulumi.Properties Azure Native. Recovery Services. Inputs. Cmk Key Vault Properties Response - The properties of the Key Vault which hosts CMK
- Infrastructure
Encryption string - Enabling/Disabling the Double Encryption state
- Kek
Identity CmkKek Identity Response - The details of the identity used for CMK
- Key
Vault CmkProperties Key Vault Properties Response - The properties of the Key Vault which hosts CMK
- infrastructure
Encryption String - Enabling/Disabling the Double Encryption state
- kek
Identity CmkKek Identity Response - The details of the identity used for CMK
- key
Vault CmkProperties Key Vault Properties Response - The properties of the Key Vault which hosts CMK
- infrastructure
Encryption string - Enabling/Disabling the Double Encryption state
- kek
Identity CmkKek Identity Response - The details of the identity used for CMK
- key
Vault CmkProperties Key Vault Properties Response - The properties of the Key Vault which hosts CMK
- infrastructure_
encryption str - Enabling/Disabling the Double Encryption state
- kek_
identity CmkKek Identity Response - The details of the identity used for CMK
- key_
vault_ Cmkproperties Key Vault Properties Response - The properties of the Key Vault which hosts CMK
- infrastructure
Encryption String - Enabling/Disabling the Double Encryption state
- kek
Identity Property Map - The details of the identity used for CMK
- key
Vault Property MapProperties - The properties of the Key Vault which hosts CMK
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi