Compartilhar via


VaultPatchProperties.EnableSoftDelete Propriedade

Definição

Obtém ou define a propriedade para especificar se a funcionalidade "exclusão temporária" está habilitada para esse cofre de chaves. Depois de definido como true, ele não pode ser revertido para false.

[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