SecretReference.Gid 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.
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.