PodSecurityContextV1.FsGroup 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 file system group ID (fsGroup) to be applied to all volumes mounted in the pod if the volume's security policy supports it. The ownership of the volumes and permissions may be modified based on this ID to ensure the designated fsGroup has the required access.
[YamlDotNet.Serialization.YamlMember(Alias="fsGroup")]
public long? FsGroup { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="fsGroup")>]
member this.FsGroup : Nullable<int64> with get, set
Public Property FsGroup As Nullable(Of Long)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute