次の方法で共有


ExecutePipelineActivityPolicy.SecureInput プロパティ

定義

true に設定すると、アクティビティからの入力はセキュリティで保護されたと見なされ、監視に記録されません。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象