Class AccessPointPosixUser
Inheritance
System.Object
AccessPointPosixUser
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Efs.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AccessPointPosixUser
Fields
View SourceGid
The POSIX group ID used for all file system operations using this access point.
Declaration
public readonly int Gid
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SecondaryGids
Secondary POSIX group IDs used for all file system operations using this access point.
Declaration
public readonly ImmutableArray<int> SecondaryGids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.Int32> |
Uid
he POSIX user ID used for all file system operations using this access point.
Declaration
public readonly int Uid
Field Value
| Type | Description |
|---|---|
| System.Int32 |