AccountActiveDirectory

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The name of the Active Directory domain.

Link copied to clipboard

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

Link copied to clipboard

The password associated with the username.

Link copied to clipboard

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

The Username of Active Directory Domain Administrator.