Share via


ExecutePipelineActivityPolicy.SecureInput Property

Definition

Gets or sets when set to true, Input from activity is considered as secure and will not be logged to monitoring.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to