次の方法で共有


Argument.IsSecret プロパティ

定義

引数がシークレットを表し、ビルド ログから削除するかどうかを示すフラグを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象