Compartir a través de


EnvironmentVariableWithSecretValue.Name Propiedad

Definición

Obtiene o establece el nombre.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Nombre de la variable de entorno para almacenar el valor del secreto.

Se aplica a