Share via


SecurityContextV1.RunAsGroup Property

Definition

Specifies the group ID to run the container's process as. This property helps define the primary group for file system ownership and permissions inside the container. If set, the container's process will run as this group ID. If not set, the group's default ID will be used.

[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