Delen via


StaticDeliveryAttributeMapping.IsSecret Property

Definition

Gets or sets boolean flag to tell if the attribute contains sensitive information .

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to