SecretReference.Target 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.
Gets or sets the target path where the secret will be mounted within the container. This path is used to specify the destination ___location of the secret in the container's file system.
[YamlDotNet.Serialization.YamlMember(Alias="target")]
public string? Target { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="target")>]
member this.Target : string with get, set
Public Property Target As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute