Vault Properties Response
data class VaultPropertiesResponse(val backupStorageVersion: String, val encryption: VaultPropertiesResponseEncryption? = null, val monitoringSettings: MonitoringSettingsResponse? = null, val moveDetails: VaultPropertiesResponseMoveDetails? = null, val moveState: String, val privateEndpointConnections: List<PrivateEndpointConnectionVaultPropertiesResponse>, val privateEndpointStateForBackup: String, val privateEndpointStateForSiteRecovery: String, val provisioningState: String, val publicNetworkAccess: String? = null, val redundancySettings: VaultPropertiesResponseRedundancySettings? = null, val restoreSettings: RestoreSettingsResponse? = null, val secureScore: String, val securitySettings: SecuritySettingsResponse? = null, val upgradeDetails: UpgradeDetailsResponse? = null)
Properties of the vault.
Constructors
Link copied to clipboard
constructor(backupStorageVersion: String, encryption: VaultPropertiesResponseEncryption? = null, monitoringSettings: MonitoringSettingsResponse? = null, moveDetails: VaultPropertiesResponseMoveDetails? = null, moveState: String, privateEndpointConnections: List<PrivateEndpointConnectionVaultPropertiesResponse>, privateEndpointStateForBackup: String, privateEndpointStateForSiteRecovery: String, provisioningState: String, publicNetworkAccess: String? = null, redundancySettings: VaultPropertiesResponseRedundancySettings? = null, restoreSettings: RestoreSettingsResponse? = null, secureScore: String, securitySettings: SecuritySettingsResponse? = null, upgradeDetails: UpgradeDetailsResponse? = null)
Properties
Link copied to clipboard
Backup storage version
Link copied to clipboard
Customer Managed Key details of the resource.
Link copied to clipboard
Monitoring Settings of the vault
Link copied to clipboard
The details of the latest move operation performed on the Azure Resource
Link copied to clipboard
List of private endpoint connection.
Link copied to clipboard
Private endpoint state for backup.
Link copied to clipboard
Private endpoint state for site recovery.
Link copied to clipboard
Provisioning State.
Link copied to clipboard
property to enable or disable resource provider inbound network traffic from public clients
Link copied to clipboard
The redundancy Settings of a Vault
Link copied to clipboard
Restore Settings of the vault
Link copied to clipboard
Secure Score of Recovery Services Vault
Link copied to clipboard
Security Settings of the vault
Link copied to clipboard
Details for upgrading vault.