Dela via


KeyVaultProperties.EnablePurgeProtection Property

Definition

Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value.

public Azure.Provisioning.BicepValue<bool> EnablePurgeProtection { get; set; }
member this.EnablePurgeProtection : Azure.Provisioning.BicepValue<bool> with get, set
Public Property EnablePurgeProtection As BicepValue(Of Boolean)

Property Value

Applies to