PodSecurityContextV1.SupplementalGroupsPolicy 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 policy for handling supplemental groups in the security context of a Kubernetes pod. This property determines how the system assigns or enforces supplemental groups for the containers within the pod. It allows for the control of additional group memberships that the container processes can utilize beyond the primary group.
[YamlDotNet.Serialization.YamlMember(Alias="supplementalGroupsPolicy")]
public string SupplementalGroupsPolicy { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="supplementalGroupsPolicy")>]
member this.SupplementalGroupsPolicy : string with get, set
Public Property SupplementalGroupsPolicy As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute