ManagedActiveDirectoryConfigArgs

data class ManagedActiveDirectoryConfigArgs(val computer: Output<String>? = null, val domain: Output<String>? = null) : ConvertibleToJava<ManagedActiveDirectoryConfigArgs>

ManagedActiveDirectoryConfig contains all the parameters for connecting to Managed Active Directory.

Constructors

Link copied to clipboard
fun ManagedActiveDirectoryConfigArgs(computer: Output<String>? = null, domain: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val computer: Output<String>? = null

The computer name is used as a prefix to the mount remote target. Example: if the computer_name is my-computer, the mount command will look like: $mount -o vers=4,sec=krb5 my-computer.filestore.:.

Link copied to clipboard
val domain: Output<String>? = null

Fully qualified domain name.