UserHomeDirectoryMapEntry

data class UserHomeDirectoryMapEntry(val entry: String, val target: String, val type: UserMapType? = null)

Constructors

Link copied to clipboard
constructor(entry: String, target: String, type: UserMapType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents an entry for HomeDirectoryMappings .

Link copied to clipboard

Represents the map target that is used in a HomeDirectoryMapEntry .

Link copied to clipboard
val type: UserMapType? = null

Specifies the type of mapping. Set the type to FILE if you want the mapping to point to a file, or DIRECTORY for the directory to point to a directory.