AccountActiveDirectoryArgs

data class AccountActiveDirectoryArgs(val dnsServers: Output<List<String>>, val domain: Output<String>, val organizationalUnit: Output<String>? = null, val password: Output<String>, val smbServerName: Output<String>, val username: Output<String>) : ConvertibleToJava<AccountActiveDirectoryArgs>

Constructors

Link copied to clipboard
fun AccountActiveDirectoryArgs(dnsServers: Output<List<String>>, domain: Output<String>, organizationalUnit: Output<String>? = null, password: Output<String>, smbServerName: Output<String>, username: Output<String>)

Functions

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

Properties

Link copied to clipboard
val dnsServers: Output<List<String>>

A list of DNS server IP addresses for the Active Directory domain. Only allows IPv4 address.

Link copied to clipboard
val domain: Output<String>

The name of the Active Directory domain.

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

The Organizational Unit (OU) within the Active Directory Domain.

Link copied to clipboard
val password: Output<String>

The password associated with the username.

Link copied to clipboard
val smbServerName: Output<String>

The NetBIOS name which should be used for the NetApp SMB Server, which will be registered as a computer account in the AD and used to mount volumes.

Link copied to clipboard
val username: Output<String>

The Username of Active Directory Domain Administrator.