Share via


SecretEnvSourceV1.Optional Property

Definition

Gets or sets a value indicating whether the specified Secret is optional. If set to true, the application will not fail if the Secret is missing. If set to false or not specified, the Secret must exist for the application to function properly.

[YamlDotNet.Serialization.YamlMember(Alias="optional")]
public bool? Optional { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="optional")>]
member this.Optional : Nullable<bool> with get, set
Public Property Optional As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to