次の方法で共有


SecretObject.Value プロパティ

定義

シークレットの値を取得または設定します。 この値の形式は、シークレット オブジェクトの種類に基づいて決定されます。 型が Opaque の場合、値は変更なしでそのまま使用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象