Share via


SecretReference.Target Property

Definition

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

Applies to