Share via


Secret.File Property

Definition

Represents the file path associated with the secret. This specifies the location of the file on the host system that will be used as the source for the secret in the container.

[YamlDotNet.Serialization.YamlMember(Alias="file")]
public string? File { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="file")>]
member this.File : string with get, set
Public Property File As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to