UserHomeDirectoryMappingArgs

data class UserHomeDirectoryMappingArgs(val entry: Output<String>, val target: Output<String>) : ConvertibleToJava<UserHomeDirectoryMappingArgs>

Constructors

Link copied to clipboard
constructor(entry: Output<String>, target: Output<String>)

Properties

Link copied to clipboard
val entry: Output<String>

Represents an entry and a target.

Link copied to clipboard
val target: Output<String>

Represents the map target. The Restricted option is achieved using the following mapping:

Functions

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