SecurityContextV1.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 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