UserHomeDirectoryMapEntryArgs

data class UserHomeDirectoryMapEntryArgs(val entry: Output<String>, val target: Output<String>, val type: Output<UserMapType>? = null) : ConvertibleToJava<UserHomeDirectoryMapEntryArgs>

Constructors

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

Properties

Link copied to clipboard
val entry: Output<String>

Represents an entry for HomeDirectoryMappings .

Link copied to clipboard
val target: Output<String>

Represents the map target that is used in a HomeDirectoryMapEntry .

Link copied to clipboard
val type: Output<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.

Functions

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