User Posix Profile Args
data class UserPosixProfileArgs(val gid: Output<Int>, val secondaryGids: Output<List<Int>>? = null, val uid: Output<Int>) : ConvertibleToJava<UserPosixProfileArgs>
Constructors
Link copied to clipboard
fun UserPosixProfileArgs(gid: Output<Int>, secondaryGids: Output<List<Int>>? = null, uid: Output<Int>)