Class PosixGroup
POSIX Group definition to represent a group in a POSIX compliant system. Caution: POSIX groups are deprecated. As of September 26, 2024, you can no longer create new POSIX groups. For more information, see https://cloud.google.com/identity/docs/deprecations/posix-groups
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class PosixGroup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Gid
GID of the POSIX group.
Declaration
[JsonProperty("gid")]
public virtual ulong? Gid { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Name
Name of the POSIX group.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SystemId
System identifier for which group name and gid apply to. If not specified it will default to empty value.
Declaration
[JsonProperty("systemId")]
public virtual string SystemId { get; set; }
Property Value
Type | Description |
---|---|
string |