Secret.File Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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