PodSecurityContextV1.RunAsGroup 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.
Specifies the primary group ID for processes that will run in the container or pod. This property allows you to control the group ownership for files and processes within the pod, ensuring consistent group-level permissions during runtime.
[YamlDotNet.Serialization.YamlMember(Alias="runAsGroup")]
public long? RunAsGroup { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="runAsGroup")>]
member this.RunAsGroup : Nullable<int64> with get, set
Public Property RunAsGroup As Nullable(Of Long)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute