chownMode

@JvmName(name = "mmtwhgnwhishixnm")
suspend fun chownMode(value: Output<Either<String, ChownMode>>)
@JvmName(name = "bksqnjgclrianpxr")
suspend fun chownMode(value: Either<String, ChownMode>?)
@JvmName(name = "gehkokpesvptqiru")
fun chownMode(value: String)
@JvmName(name = "dlsdvsoboqjkktjg")
fun chownMode(value: ChownMode)

Parameters

value

This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.