NamedValueUpdateParameters.Secret Property

Definition

Gets or sets determines whether the value is a secret and should be encrypted or not. Default value is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to