Share via


SecretReference.Uid Property

Definition

Gets or sets the user ID (UID) associated with the secret reference. This property allows specifying the UID that will be assigned to the secret when it is mounted within a container.

[YamlDotNet.Serialization.YamlMember(Alias="uid")]
public int? Uid { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="uid")>]
member this.Uid : Nullable<int> with get, set
Public Property Uid As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to