AccessPointPosixUserArgs

data class AccessPointPosixUserArgs(val gid: Output<String>, val secondaryGids: Output<List<String>>? = null, val uid: Output<String>) : ConvertibleToJava<AccessPointPosixUserArgs>

The full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by NFS clients using the access point.

Constructors

Link copied to clipboard
constructor(gid: Output<String>, secondaryGids: Output<List<String>>? = null, uid: Output<String>)

Properties

Link copied to clipboard
val gid: Output<String>

The POSIX group ID used for all file system operations using this access point.

Link copied to clipboard
val secondaryGids: Output<List<String>>? = null

Secondary POSIX group IDs used for all file system operations using this access point.

Link copied to clipboard
val uid: Output<String>

The POSIX user ID used for all file system operations using this access point.

Functions

Link copied to clipboard
open override fun toJava(): AccessPointPosixUserArgs