ManagedHsmProperties.EnablePurgeProtection Property

Definition

Gets or sets property specifying whether protection against purge is enabled for this managed HSM pool. Setting this property to true activates protection against purge for this managed HSM pool and its content - only the Managed HSM service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible.

[Newtonsoft.Json.JsonProperty(PropertyName="enablePurgeProtection")]
public bool? EnablePurgeProtection { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enablePurgeProtection")>]
member this.EnablePurgeProtection : Nullable<bool> with get, set
Public Property EnablePurgeProtection As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to