VaultProperties.SoftDeleteRetentionInDays Property

Definition

Gets or sets softDelete data retention days. It accepts >=7 and <=90.

[Newtonsoft.Json.JsonProperty(PropertyName="softDeleteRetentionInDays")]
public int? SoftDeleteRetentionInDays { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="softDeleteRetentionInDays")>]
member this.SoftDeleteRetentionInDays : Nullable<int> with get, set
Public Property SoftDeleteRetentionInDays As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to