fileSystemUser

@JvmName(name = "eoahumqrajstqsmt")
suspend fun fileSystemUser(value: Output<FileSystemUserArgs>)
@JvmName(name = "sivrjxukuykdwcpi")
suspend fun fileSystemUser(value: FileSystemUserArgs?)

Parameters

value

File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.


@JvmName(name = "xbglwvqhfjcjvcfj")
suspend fun fileSystemUser(argument: suspend FileSystemUserArgsBuilder.() -> Unit)

Parameters

argument

File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.