Share via


PodSecurityContextV1.SupplementalGroups Property

Definition

Gets the list of supplementary group IDs that are applied to the container's process. Supplemental groups provide additional Unix group IDs that the container's main process should run as, in addition to the primary group. This property is typically used to grant access permissions to resources shared by multiple Unix groups.

[YamlDotNet.Serialization.YamlMember(Alias="supplementalGroups")]
public System.Collections.Generic.List<long> SupplementalGroups { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="supplementalGroups")>]
member this.SupplementalGroups : System.Collections.Generic.List<int64>
Public ReadOnly Property SupplementalGroups As List(Of Long)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to