Compartir a través de


VaultPatchProperties.EnableSoftDelete Propiedad

Definición

Obtiene o establece la propiedad para especificar si la funcionalidad de "eliminación temporal" está habilitada para este almacén de claves. Una vez establecido en true, no se puede revertir a 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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a