Share via


SecretReference.Mode Property

Definition

Gets or sets the file mode for the secret reference. The mode defines the file permissions that will be applied to the secret when mounted. This is represented as an integer value.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to