SecretVolumeSourceV1.DefaultMode 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 default file mode for files created in the volume.
[YamlDotNet.Serialization.YamlMember(Alias="defaultMode")]
public int? DefaultMode { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="defaultMode")>]
member this.DefaultMode : Nullable<int> with get, set
Public Property DefaultMode As Nullable(Of Integer)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The DefaultMode controls the permissions for files written into the volume when specific file modes are not explicitly defined for individual keys. The value is typically represented as an integer, expressing file permissions in bitmask notation (e.g., 0644).