Share via


Service.GroupAdd Property

Definition

Gets or sets a list of additional group IDs to add to the container's process. This allows the container to have access to resources or permissions associated with the specified groups.

[YamlDotNet.Serialization.YamlMember(Alias="group_add", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> GroupAdd { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="group_add", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.GroupAdd : System.Collections.Generic.List<string> with get, set
Public Property GroupAdd As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to