Compartilhar via


VaultProperties.EnableSoftDelete Propriedade

Definição

Obtém ou define a propriedade para especificar se a funcionalidade de "exclusão reversível" está habilitada para esse cofre de chaves. Ele não aceita valor falso.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a