Show / Hide Table of Contents

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 Source

Gid

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
View Source

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.