PodSecurityContextV1.SupplementalGroups 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.
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