Class GetAccessPointPosixUserResult
Inheritance
System.Object
GetAccessPointPosixUserResult
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 GetAccessPointPosixUserResult
Fields
View SourceGid
Group ID
Declaration
public readonly int Gid
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SecondaryGids
Secondary group IDs
Declaration
public readonly ImmutableArray<int> SecondaryGids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.Int32> |
Uid
User Id
root_directory- Single element list containing information on the directory on the Amazon EFS file system that the access point provides access to.
Declaration
public readonly int Uid
Field Value
| Type | Description |
|---|---|
| System.Int32 |