Compartir a través de


SecretObject.Value Propiedad

Definición

Obtiene o establece el valor del secreto. El formato de este valor se determinará en función del tipo del objeto secreto. Si el tipo es opaco, el valor se usará tal como está sin ninguna modificación.

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a