Share via


PodSecurityContextV1.RunAsGroup Property

Definition

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

Applies to