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)
public static Output<GetVaultResult> getVault(GetVaultArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:recoveryservices:getVault
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the resource group where the recovery services vault is present.
- VaultName string
- The name of the recovery services vault.
- ResourceGroup stringName 
- The name of the resource group where the recovery services vault is present.
- VaultName string
- The name of the recovery services vault.
- resourceGroup StringName 
- The name of the resource group where the recovery services vault is present.
- vaultName String
- The name of the recovery services vault.
- resourceGroup stringName 
- The name of the resource group where the recovery services vault is present.
- vaultName 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.
- resourceGroup StringName 
- The name of the resource group where the recovery services vault is present.
- vaultName 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.
- SystemData 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
VaultProperties Response 
- Properties of the vault.
- SystemData 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
IdentityData Response 
- Identity for the resource.
- Sku
SkuResponse 
- 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
VaultProperties Response 
- Properties of the vault.
- systemData 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
IdentityData Response 
- Identity for the resource.
- sku
SkuResponse 
- 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
VaultProperties Response 
- Properties of the vault.
- systemData 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
IdentityData Response 
- Identity for the resource.
- sku
SkuResponse 
- 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
VaultProperties 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
IdentityData Response 
- Identity for the resource.
- sku
SkuResponse 
- 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.
- systemData 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   
- UseSystem boolAssigned Identity 
- Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field
- UserAssigned stringIdentity 
- The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned
- UseSystem boolAssigned Identity 
- Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field
- UserAssigned stringIdentity 
- The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned
- useSystem BooleanAssigned Identity 
- Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field
- userAssigned StringIdentity 
- The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned
- useSystem booleanAssigned Identity 
- Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field
- userAssigned 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
- useSystem BooleanAssigned Identity 
- Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field
- userAssigned StringIdentity 
- The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned
CmkKeyVaultPropertiesResponse    
- KeyUri string
- The key uri of the Customer Managed Key
- KeyUri string
- The key uri of the Customer Managed Key
- keyUri String
- The key uri of the Customer Managed Key
- keyUri string
- The key uri of the Customer Managed Key
- key_uri str
- The key uri of the Customer Managed Key
- keyUri String
- The key uri of the Customer Managed Key
IdentityDataResponse  
- PrincipalId string
- The principal ID of resource identity.
- TenantId 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.
- UserAssigned 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}'.
- PrincipalId string
- The principal ID of resource identity.
- TenantId 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.
- UserAssigned 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}'.
- principalId String
- The principal ID of resource identity.
- tenantId 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.
- userAssigned 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}'.
- principalId string
- The principal ID of resource identity.
- tenantId 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.
- userAssigned {[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}'.
- principalId String
- The principal ID of resource identity.
- tenantId 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.
- userAssigned 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
VaultPrivate 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
VaultPrivate 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
VaultPrivate 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
VaultPrivate 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  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The type of identity that last modified the resource.
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The type of identity that last modified the resource.
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The type of identity that last modified the resource.
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The type of identity that last modified the resource.
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified 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.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The type of identity that last modified the resource.
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
UpgradeDetailsResponse  
- EndTime stringUtc 
- UTC time at which the upgrade operation has ended.
- LastUpdated 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.
- OperationId string
- ID of the vault upgrade operation.
- PreviousResource stringId 
- Resource ID of the vault before the upgrade.
- StartTime stringUtc 
- UTC time at which the upgrade operation has started.
- Status string
- Status of the vault upgrade operation.
- TriggerType string
- The way the vault upgrade was triggered.
- UpgradedResource stringId 
- Resource ID of the upgraded vault.
- EndTime stringUtc 
- UTC time at which the upgrade operation has ended.
- LastUpdated 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.
- OperationId string
- ID of the vault upgrade operation.
- PreviousResource stringId 
- Resource ID of the vault before the upgrade.
- StartTime stringUtc 
- UTC time at which the upgrade operation has started.
- Status string
- Status of the vault upgrade operation.
- TriggerType string
- The way the vault upgrade was triggered.
- UpgradedResource stringId 
- Resource ID of the upgraded vault.
- endTime StringUtc 
- UTC time at which the upgrade operation has ended.
- lastUpdated 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.
- operationId String
- ID of the vault upgrade operation.
- previousResource StringId 
- Resource ID of the vault before the upgrade.
- startTime StringUtc 
- UTC time at which the upgrade operation has started.
- status String
- Status of the vault upgrade operation.
- triggerType String
- The way the vault upgrade was triggered.
- upgradedResource StringId 
- Resource ID of the upgraded vault.
- endTime stringUtc 
- UTC time at which the upgrade operation has ended.
- lastUpdated 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.
- operationId string
- ID of the vault upgrade operation.
- previousResource stringId 
- Resource ID of the vault before the upgrade.
- startTime stringUtc 
- UTC time at which the upgrade operation has started.
- status string
- Status of the vault upgrade operation.
- triggerType string
- The way the vault upgrade was triggered.
- upgradedResource 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.
- endTime StringUtc 
- UTC time at which the upgrade operation has ended.
- lastUpdated 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.
- operationId String
- ID of the vault upgrade operation.
- previousResource StringId 
- Resource ID of the vault before the upgrade.
- startTime StringUtc 
- UTC time at which the upgrade operation has started.
- status String
- Status of the vault upgrade operation.
- triggerType String
- The way the vault upgrade was triggered.
- upgradedResource StringId 
- Resource ID of the upgraded vault.
UserIdentityResponse  
- ClientId string
- The client ID of the user-assigned identity.
- PrincipalId string
- The principal ID of the user-assigned identity.
- ClientId string
- The client ID of the user-assigned identity.
- PrincipalId string
- The principal ID of the user-assigned identity.
- clientId String
- The client ID of the user-assigned identity.
- principalId String
- The principal ID of the user-assigned identity.
- clientId string
- The client ID of the user-assigned identity.
- principalId 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.
- clientId String
- The client ID of the user-assigned identity.
- principalId String
- The principal ID of the user-assigned identity.
VaultPrivateEndpointConnectionResponse    
- PrivateEndpoint Pulumi.Azure Native. Recovery Services. Inputs. Private Endpoint Response 
- The Private Endpoint network resource that is linked to the Private Endpoint connection.
- PrivateLink Pulumi.Service Connection State Azure Native. Recovery Services. Inputs. Vault Private Link Service Connection State Response 
- Gets or sets private link service connection state.
- ProvisioningState string
- Gets or sets provisioning state of the private endpoint connection.
- PrivateEndpoint PrivateEndpoint Response 
- The Private Endpoint network resource that is linked to the Private Endpoint connection.
- PrivateLink VaultService Connection State Private Link Service Connection State Response 
- Gets or sets private link service connection state.
- ProvisioningState string
- Gets or sets provisioning state of the private endpoint connection.
- privateEndpoint PrivateEndpoint Response 
- The Private Endpoint network resource that is linked to the Private Endpoint connection.
- privateLink VaultService Connection State Private Link Service Connection State Response 
- Gets or sets private link service connection state.
- provisioningState String
- Gets or sets provisioning state of the private endpoint connection.
- privateEndpoint PrivateEndpoint Response 
- The Private Endpoint network resource that is linked to the Private Endpoint connection.
- privateLink VaultService Connection State Private Link Service Connection State Response 
- Gets or sets private link service connection state.
- provisioningState 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.
- privateEndpoint Property Map
- The Private Endpoint network resource that is linked to the Private Endpoint connection.
- privateLink Property MapService Connection State 
- Gets or sets private link service connection state.
- provisioningState String
- Gets or sets provisioning state of the private endpoint connection.
VaultPrivateLinkServiceConnectionStateResponse      
- ActionsRequired string
- Gets or sets actions required.
- Description string
- Gets or sets description.
- Status string
- Gets or sets the status.
- ActionsRequired string
- Gets or sets actions required.
- Description string
- Gets or sets description.
- Status string
- Gets or sets the status.
- actionsRequired String
- Gets or sets actions required.
- description String
- Gets or sets description.
- status String
- Gets or sets the status.
- actionsRequired 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.
- actionsRequired String
- Gets or sets actions required.
- description String
- Gets or sets description.
- status String
- Gets or sets the status.
VaultPropertiesResponse  
- PrivateEndpoint List<Pulumi.Connections Azure Native. Recovery Services. Inputs. Private Endpoint Connection Vault Properties Response> 
- List of private endpoint connection.
- PrivateEndpoint stringState For Backup 
- Private endpoint state for backup.
- PrivateEndpoint stringState For Site Recovery 
- Private endpoint state for site recovery.
- ProvisioningState string
- Provisioning State.
- Encryption
Pulumi.Azure Native. Recovery Services. Inputs. Vault Properties Response Encryption 
- Customer Managed Key details of the resource.
- UpgradeDetails Pulumi.Azure Native. Recovery Services. Inputs. Upgrade Details Response 
- Details for upgrading vault.
- PrivateEndpoint []PrivateConnections Endpoint Connection Vault Properties Response 
- List of private endpoint connection.
- PrivateEndpoint stringState For Backup 
- Private endpoint state for backup.
- PrivateEndpoint stringState For Site Recovery 
- Private endpoint state for site recovery.
- ProvisioningState string
- Provisioning State.
- Encryption
VaultProperties Response Encryption 
- Customer Managed Key details of the resource.
- UpgradeDetails UpgradeDetails Response 
- Details for upgrading vault.
- privateEndpoint List<PrivateConnections Endpoint Connection Vault Properties Response> 
- List of private endpoint connection.
- privateEndpoint StringState For Backup 
- Private endpoint state for backup.
- privateEndpoint StringState For Site Recovery 
- Private endpoint state for site recovery.
- provisioningState String
- Provisioning State.
- encryption
VaultProperties Response Encryption 
- Customer Managed Key details of the resource.
- upgradeDetails UpgradeDetails Response 
- Details for upgrading vault.
- privateEndpoint PrivateConnections Endpoint Connection Vault Properties Response[] 
- List of private endpoint connection.
- privateEndpoint stringState For Backup 
- Private endpoint state for backup.
- privateEndpoint stringState For Site Recovery 
- Private endpoint state for site recovery.
- provisioningState string
- Provisioning State.
- encryption
VaultProperties Response Encryption 
- Customer Managed Key details of the resource.
- upgradeDetails 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
VaultProperties Response Encryption 
- Customer Managed Key details of the resource.
- upgrade_details UpgradeDetails Response 
- Details for upgrading vault.
- privateEndpoint List<Property Map>Connections 
- List of private endpoint connection.
- privateEndpoint StringState For Backup 
- Private endpoint state for backup.
- privateEndpoint StringState For Site Recovery 
- Private endpoint state for site recovery.
- provisioningState String
- Provisioning State.
- encryption Property Map
- Customer Managed Key details of the resource.
- upgradeDetails Property Map
- Details for upgrading vault.
VaultPropertiesResponseEncryption   
- InfrastructureEncryption string
- Enabling/Disabling the Double Encryption state
- KekIdentity Pulumi.Azure Native. Recovery Services. Inputs. Cmk Kek Identity Response 
- The details of the identity used for CMK
- KeyVault Pulumi.Properties Azure Native. Recovery Services. Inputs. Cmk Key Vault Properties Response 
- The properties of the Key Vault which hosts CMK
- InfrastructureEncryption string
- Enabling/Disabling the Double Encryption state
- KekIdentity CmkKek Identity Response 
- The details of the identity used for CMK
- KeyVault CmkProperties Key Vault Properties Response 
- The properties of the Key Vault which hosts CMK
- infrastructureEncryption String
- Enabling/Disabling the Double Encryption state
- kekIdentity CmkKek Identity Response 
- The details of the identity used for CMK
- keyVault CmkProperties Key Vault Properties Response 
- The properties of the Key Vault which hosts CMK
- infrastructureEncryption string
- Enabling/Disabling the Double Encryption state
- kekIdentity CmkKek Identity Response 
- The details of the identity used for CMK
- keyVault 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
- infrastructureEncryption String
- Enabling/Disabling the Double Encryption state
- kekIdentity Property Map
- The details of the identity used for CMK
- keyVault 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