Share via


SecretReference.Gid Property

Definition

Represents the group ID (GID) associated with the secret reference in a Docker service node.

[YamlDotNet.Serialization.YamlMember(Alias="gid")]
public int? Gid { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="gid")>]
member this.Gid : Nullable<int> with get, set
Public Property Gid As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property defines the group ID of the user for accessing the secret. It is optional and may be null if not specified.

Applies to