ScriptSecureStringExecutionParameter.SecureValue Property

Definition

Gets or sets a secure value for the passed parameter, not to be stored in logs

[Newtonsoft.Json.JsonProperty(PropertyName="secureValue")]
public string SecureValue { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="secureValue")>]
member this.SecureValue : string with get, set
Public Property SecureValue As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to