1. Packages
  2. Azure Native
  3. API Docs
  4. dataprotection
  5. getBackupVault
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.dataprotection.getBackupVault

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Returns a resource belonging to a resource group.

Uses Azure REST API version 2025-01-01.

Other available API versions: 2023-01-01, 2023-04-01-preview, 2023-05-01, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01, 2023-12-01, 2024-02-01-preview, 2024-03-01, 2024-04-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native dataprotection [ApiVersion]. See the version guide for details.

Using getBackupVault

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 getBackupVault(args: GetBackupVaultArgs, opts?: InvokeOptions): Promise<GetBackupVaultResult>
function getBackupVaultOutput(args: GetBackupVaultOutputArgs, opts?: InvokeOptions): Output<GetBackupVaultResult>
Copy
def get_backup_vault(resource_group_name: Optional[str] = None,
                     vault_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetBackupVaultResult
def get_backup_vault_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                     vault_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetBackupVaultResult]
Copy
func LookupBackupVault(ctx *Context, args *LookupBackupVaultArgs, opts ...InvokeOption) (*LookupBackupVaultResult, error)
func LookupBackupVaultOutput(ctx *Context, args *LookupBackupVaultOutputArgs, opts ...InvokeOption) LookupBackupVaultResultOutput
Copy

> Note: This function is named LookupBackupVault in the Go SDK.

public static class GetBackupVault 
{
    public static Task<GetBackupVaultResult> InvokeAsync(GetBackupVaultArgs args, InvokeOptions? opts = null)
    public static Output<GetBackupVaultResult> Invoke(GetBackupVaultInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBackupVaultResult> getBackupVault(GetBackupVaultArgs args, InvokeOptions options)
public static Output<GetBackupVaultResult> getBackupVault(GetBackupVaultArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:dataprotection:getBackupVault
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
VaultName
This property is required.
Changes to this property will trigger replacement.
string
The name of the backup vault.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
VaultName
This property is required.
Changes to this property will trigger replacement.
string
The name of the backup vault.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
vaultName
This property is required.
Changes to this property will trigger replacement.
String
The name of the backup vault.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
vaultName
This property is required.
Changes to this property will trigger replacement.
string
The name of the backup vault.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
vault_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the backup vault.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
vaultName
This property is required.
Changes to this property will trigger replacement.
String
The name of the backup vault.

getBackupVault Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
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.AzureNative.DataProtection.Outputs.BackupVaultResponse
BackupVaultResource properties
SystemData Pulumi.AzureNative.DataProtection.Outputs.SystemDataResponse
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.AzureNative.DataProtection.Outputs.DppIdentityDetailsResponse
Input Managed Identity Details
Tags Dictionary<string, string>
Resource tags.
AzureApiVersion string
The Azure API version of the resource.
Id string
Resource Id represents the complete path to the resource.
Location string
Resource location.
Name string
Resource name associated with the resource.
Properties BackupVaultResponse
BackupVaultResource properties
SystemData SystemDataResponse
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 DppIdentityDetailsResponse
Input Managed Identity Details
Tags map[string]string
Resource tags.
azureApiVersion String
The Azure API version of the resource.
id String
Resource Id represents the complete path to the resource.
location String
Resource location.
name String
Resource name associated with the resource.
properties BackupVaultResponse
BackupVaultResource properties
systemData SystemDataResponse
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 DppIdentityDetailsResponse
Input Managed Identity Details
tags Map<String,String>
Resource tags.
azureApiVersion string
The Azure API version of the resource.
id string
Resource Id represents the complete path to the resource.
location string
Resource location.
name string
Resource name associated with the resource.
properties BackupVaultResponse
BackupVaultResource properties
systemData SystemDataResponse
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 DppIdentityDetailsResponse
Input Managed Identity Details
tags {[key: string]: string}
Resource tags.
azure_api_version str
The Azure API version of the resource.
id str
Resource Id represents the complete path to the resource.
location str
Resource location.
name str
Resource name associated with the resource.
properties BackupVaultResponse
BackupVaultResource properties
system_data SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type str
Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
e_tag str
Optional ETag.
identity DppIdentityDetailsResponse
Input Managed Identity Details
tags Mapping[str, str]
Resource tags.
azureApiVersion String
The Azure API version of the resource.
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
BackupVaultResource properties
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
Input Managed Identity Details
tags Map<String>
Resource tags.

Supporting Types

AzureMonitorAlertSettingsResponse

BackupVaultResponse

BcdrSecurityLevel This property is required. string
Security Level of Backup Vault
IsVaultProtectedByResourceGuard This property is required. bool
Is vault protected by resource guard
ProvisioningState This property is required. string
Provisioning state of the BackupVault resource
ResourceMoveDetails This property is required. Pulumi.AzureNative.DataProtection.Inputs.ResourceMoveDetailsResponse
Resource move details for backup vault
ResourceMoveState This property is required. string
Resource move state for backup vault
SecureScore This property is required. string
Secure Score of Backup Vault
StorageSettings This property is required. List<Pulumi.AzureNative.DataProtection.Inputs.StorageSettingResponse>
Storage Settings
FeatureSettings Pulumi.AzureNative.DataProtection.Inputs.FeatureSettingsResponse
Feature Settings
MonitoringSettings Pulumi.AzureNative.DataProtection.Inputs.MonitoringSettingsResponse
Monitoring Settings
ReplicatedRegions List<string>
List of replicated regions for Backup Vault
ResourceGuardOperationRequests List<string>
ResourceGuardOperationRequests on which LAC check will be performed
SecuritySettings Pulumi.AzureNative.DataProtection.Inputs.SecuritySettingsResponse
Security Settings
BcdrSecurityLevel This property is required. string
Security Level of Backup Vault
IsVaultProtectedByResourceGuard This property is required. bool
Is vault protected by resource guard
ProvisioningState This property is required. string
Provisioning state of the BackupVault resource
ResourceMoveDetails This property is required. ResourceMoveDetailsResponse
Resource move details for backup vault
ResourceMoveState This property is required. string
Resource move state for backup vault
SecureScore This property is required. string
Secure Score of Backup Vault
StorageSettings This property is required. []StorageSettingResponse
Storage Settings
FeatureSettings FeatureSettingsResponse
Feature Settings
MonitoringSettings MonitoringSettingsResponse
Monitoring Settings
ReplicatedRegions []string
List of replicated regions for Backup Vault
ResourceGuardOperationRequests []string
ResourceGuardOperationRequests on which LAC check will be performed
SecuritySettings SecuritySettingsResponse
Security Settings
bcdrSecurityLevel This property is required. String
Security Level of Backup Vault
isVaultProtectedByResourceGuard This property is required. Boolean
Is vault protected by resource guard
provisioningState This property is required. String
Provisioning state of the BackupVault resource
resourceMoveDetails This property is required. ResourceMoveDetailsResponse
Resource move details for backup vault
resourceMoveState This property is required. String
Resource move state for backup vault
secureScore This property is required. String
Secure Score of Backup Vault
storageSettings This property is required. List<StorageSettingResponse>
Storage Settings
featureSettings FeatureSettingsResponse
Feature Settings
monitoringSettings MonitoringSettingsResponse
Monitoring Settings
replicatedRegions List<String>
List of replicated regions for Backup Vault
resourceGuardOperationRequests List<String>
ResourceGuardOperationRequests on which LAC check will be performed
securitySettings SecuritySettingsResponse
Security Settings
bcdrSecurityLevel This property is required. string
Security Level of Backup Vault
isVaultProtectedByResourceGuard This property is required. boolean
Is vault protected by resource guard
provisioningState This property is required. string
Provisioning state of the BackupVault resource
resourceMoveDetails This property is required. ResourceMoveDetailsResponse
Resource move details for backup vault
resourceMoveState This property is required. string
Resource move state for backup vault
secureScore This property is required. string
Secure Score of Backup Vault
storageSettings This property is required. StorageSettingResponse[]
Storage Settings
featureSettings FeatureSettingsResponse
Feature Settings
monitoringSettings MonitoringSettingsResponse
Monitoring Settings
replicatedRegions string[]
List of replicated regions for Backup Vault
resourceGuardOperationRequests string[]
ResourceGuardOperationRequests on which LAC check will be performed
securitySettings SecuritySettingsResponse
Security Settings
bcdr_security_level This property is required. str
Security Level of Backup Vault
is_vault_protected_by_resource_guard This property is required. bool
Is vault protected by resource guard
provisioning_state This property is required. str
Provisioning state of the BackupVault resource
resource_move_details This property is required. ResourceMoveDetailsResponse
Resource move details for backup vault
resource_move_state This property is required. str
Resource move state for backup vault
secure_score This property is required. str
Secure Score of Backup Vault
storage_settings This property is required. Sequence[StorageSettingResponse]
Storage Settings
feature_settings FeatureSettingsResponse
Feature Settings
monitoring_settings MonitoringSettingsResponse
Monitoring Settings
replicated_regions Sequence[str]
List of replicated regions for Backup Vault
resource_guard_operation_requests Sequence[str]
ResourceGuardOperationRequests on which LAC check will be performed
security_settings SecuritySettingsResponse
Security Settings
bcdrSecurityLevel This property is required. String
Security Level of Backup Vault
isVaultProtectedByResourceGuard This property is required. Boolean
Is vault protected by resource guard
provisioningState This property is required. String
Provisioning state of the BackupVault resource
resourceMoveDetails This property is required. Property Map
Resource move details for backup vault
resourceMoveState This property is required. String
Resource move state for backup vault
secureScore This property is required. String
Secure Score of Backup Vault
storageSettings This property is required. List<Property Map>
Storage Settings
featureSettings Property Map
Feature Settings
monitoringSettings Property Map
Monitoring Settings
replicatedRegions List<String>
List of replicated regions for Backup Vault
resourceGuardOperationRequests List<String>
ResourceGuardOperationRequests on which LAC check will be performed
securitySettings Property Map
Security Settings

CmkKekIdentityResponse

IdentityId string
The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.
IdentityType string
The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.
IdentityId string
The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.
IdentityType string
The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.
identityId String
The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.
identityType String
The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.
identityId string
The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.
identityType string
The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.
identity_id str
The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.
identity_type str
The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.
identityId String
The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.
identityType String
The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.

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

CrossRegionRestoreSettingsResponse

State string
CrossRegionRestore state
State string
CrossRegionRestore state
state String
CrossRegionRestore state
state string
CrossRegionRestore state
state str
CrossRegionRestore state
state String
CrossRegionRestore state

CrossSubscriptionRestoreSettingsResponse

State string
CrossSubscriptionRestore state
State string
CrossSubscriptionRestore state
state String
CrossSubscriptionRestore state
state string
CrossSubscriptionRestore state
state str
CrossSubscriptionRestore state
state String
CrossSubscriptionRestore state

DppIdentityDetailsResponse

PrincipalId This property is required. string
The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
TenantId This property is required. string
A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
Type string
The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.DataProtection.Inputs.UserAssignedIdentityResponse>
Gets or sets the user assigned identities.
PrincipalId This property is required. string
The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
TenantId This property is required. string
A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
Type string
The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
UserAssignedIdentities map[string]UserAssignedIdentityResponse
Gets or sets the user assigned identities.
principalId This property is required. String
The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
tenantId This property is required. String
A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
type String
The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
userAssignedIdentities Map<String,UserAssignedIdentityResponse>
Gets or sets the user assigned identities.
principalId This property is required. string
The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
tenantId This property is required. string
A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
type string
The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
Gets or sets the user assigned identities.
principal_id This property is required. str
The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
tenant_id This property is required. str
A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
type str
The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
Gets or sets the user assigned identities.
principalId This property is required. String
The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
tenantId This property is required. String
A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
type String
The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
userAssignedIdentities Map<Property Map>
Gets or sets the user assigned identities.

EncryptionSettingsResponse

InfrastructureEncryption string
Enabling/Disabling the Double Encryption state
KekIdentity Pulumi.AzureNative.DataProtection.Inputs.CmkKekIdentityResponse
The details of the managed identity used for CMK
KeyVaultProperties Pulumi.AzureNative.DataProtection.Inputs.CmkKeyVaultPropertiesResponse
The properties of the Key Vault which hosts CMK
State string
Encryption state of the Backup Vault.
InfrastructureEncryption string
Enabling/Disabling the Double Encryption state
KekIdentity CmkKekIdentityResponse
The details of the managed identity used for CMK
KeyVaultProperties CmkKeyVaultPropertiesResponse
The properties of the Key Vault which hosts CMK
State string
Encryption state of the Backup Vault.
infrastructureEncryption String
Enabling/Disabling the Double Encryption state
kekIdentity CmkKekIdentityResponse
The details of the managed identity used for CMK
keyVaultProperties CmkKeyVaultPropertiesResponse
The properties of the Key Vault which hosts CMK
state String
Encryption state of the Backup Vault.
infrastructureEncryption string
Enabling/Disabling the Double Encryption state
kekIdentity CmkKekIdentityResponse
The details of the managed identity used for CMK
keyVaultProperties CmkKeyVaultPropertiesResponse
The properties of the Key Vault which hosts CMK
state string
Encryption state of the Backup Vault.
infrastructure_encryption str
Enabling/Disabling the Double Encryption state
kek_identity CmkKekIdentityResponse
The details of the managed identity used for CMK
key_vault_properties CmkKeyVaultPropertiesResponse
The properties of the Key Vault which hosts CMK
state str
Encryption state of the Backup Vault.
infrastructureEncryption String
Enabling/Disabling the Double Encryption state
kekIdentity Property Map
The details of the managed identity used for CMK
keyVaultProperties Property Map
The properties of the Key Vault which hosts CMK
state String
Encryption state of the Backup Vault.

FeatureSettingsResponse

ImmutabilitySettingsResponse

State string
Immutability state
State string
Immutability state
state String
Immutability state
state string
Immutability state
state str
Immutability state
state String
Immutability state

MonitoringSettingsResponse

AzureMonitorAlertSettings AzureMonitorAlertSettingsResponse
Settings for Azure Monitor based alerts
azureMonitorAlertSettings AzureMonitorAlertSettingsResponse
Settings for Azure Monitor based alerts
azureMonitorAlertSettings AzureMonitorAlertSettingsResponse
Settings for Azure Monitor based alerts
azureMonitorAlertSettings Property Map
Settings for Azure Monitor based alerts

ResourceMoveDetailsResponse

CompletionTimeUtc string
Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
OperationId string
CorrelationId of latest ResourceMove operation attempted
SourceResourcePath string
ARM resource path of source resource
StartTimeUtc string
Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
TargetResourcePath string
ARM resource path of target resource used in latest ResourceMove operation
CompletionTimeUtc string
Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
OperationId string
CorrelationId of latest ResourceMove operation attempted
SourceResourcePath string
ARM resource path of source resource
StartTimeUtc string
Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
TargetResourcePath string
ARM resource path of target resource used in latest ResourceMove operation
completionTimeUtc String
Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
operationId String
CorrelationId of latest ResourceMove operation attempted
sourceResourcePath String
ARM resource path of source resource
startTimeUtc String
Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
targetResourcePath String
ARM resource path of target resource used in latest ResourceMove operation
completionTimeUtc string
Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
operationId string
CorrelationId of latest ResourceMove operation attempted
sourceResourcePath string
ARM resource path of source resource
startTimeUtc string
Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
targetResourcePath string
ARM resource path of target resource used in latest ResourceMove operation
completion_time_utc str
Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
operation_id str
CorrelationId of latest ResourceMove operation attempted
source_resource_path str
ARM resource path of source resource
start_time_utc str
Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
target_resource_path str
ARM resource path of target resource used in latest ResourceMove operation
completionTimeUtc String
Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
operationId String
CorrelationId of latest ResourceMove operation attempted
sourceResourcePath String
ARM resource path of source resource
startTimeUtc String
Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
targetResourcePath String
ARM resource path of target resource used in latest ResourceMove operation

SecuritySettingsResponse

EncryptionSettings EncryptionSettingsResponse
Customer Managed Key details of the resource.
ImmutabilitySettings ImmutabilitySettingsResponse
Immutability Settings at vault level
SoftDeleteSettings SoftDeleteSettingsResponse
Soft delete related settings
encryptionSettings EncryptionSettingsResponse
Customer Managed Key details of the resource.
immutabilitySettings ImmutabilitySettingsResponse
Immutability Settings at vault level
softDeleteSettings SoftDeleteSettingsResponse
Soft delete related settings
encryptionSettings EncryptionSettingsResponse
Customer Managed Key details of the resource.
immutabilitySettings ImmutabilitySettingsResponse
Immutability Settings at vault level
softDeleteSettings SoftDeleteSettingsResponse
Soft delete related settings
encryption_settings EncryptionSettingsResponse
Customer Managed Key details of the resource.
immutability_settings ImmutabilitySettingsResponse
Immutability Settings at vault level
soft_delete_settings SoftDeleteSettingsResponse
Soft delete related settings
encryptionSettings Property Map
Customer Managed Key details of the resource.
immutabilitySettings Property Map
Immutability Settings at vault level
softDeleteSettings Property Map
Soft delete related settings

SoftDeleteSettingsResponse

RetentionDurationInDays double
Soft delete retention duration
State string
State of soft delete
RetentionDurationInDays float64
Soft delete retention duration
State string
State of soft delete
retentionDurationInDays Double
Soft delete retention duration
state String
State of soft delete
retentionDurationInDays number
Soft delete retention duration
state string
State of soft delete
retention_duration_in_days float
Soft delete retention duration
state str
State of soft delete
retentionDurationInDays Number
Soft delete retention duration
state String
State of soft delete

StorageSettingResponse

DatastoreType string
Gets or sets the type of the datastore.
Type string
Gets or sets the type.
DatastoreType string
Gets or sets the type of the datastore.
Type string
Gets or sets the type.
datastoreType String
Gets or sets the type of the datastore.
type String
Gets or sets the type.
datastoreType string
Gets or sets the type of the datastore.
type string
Gets or sets the type.
datastore_type str
Gets or sets the type of the datastore.
type str
Gets or sets the type.
datastoreType String
Gets or sets the type of the datastore.
type String
Gets or sets the type.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
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.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
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.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
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.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
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_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
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.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

UserAssignedIdentityResponse

ClientId This property is required. string
The client ID of the assigned identity.
PrincipalId This property is required. string
The principal ID of the assigned identity.
ClientId This property is required. string
The client ID of the assigned identity.
PrincipalId This property is required. string
The principal ID of the assigned identity.
clientId This property is required. String
The client ID of the assigned identity.
principalId This property is required. String
The principal ID of the assigned identity.
clientId This property is required. string
The client ID of the assigned identity.
principalId This property is required. string
The principal ID of the assigned identity.
client_id This property is required. str
The client ID of the assigned identity.
principal_id This property is required. str
The principal ID of the assigned identity.
clientId This property is required. String
The client ID of the assigned identity.
principalId This property is required. String
The principal ID of the assigned identity.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi