GetOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration

data class GetOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration(val dnsIps: List<String>, val domainName: String, val fileSystemAdministratorsGroup: String, val organizationalUnitDistinguishedName: String, val username: String)

Constructors

constructor(dnsIps: List<String>, domainName: String, fileSystemAdministratorsGroup: String, organizationalUnitDistinguishedName: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

Link copied to clipboard

The fully qualified domain name of the self-managed AD directory.

Link copied to clipboard

The name of the domain group whose members have administrative privileges for the FSx file system.

Link copied to clipboard

The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

Link copied to clipboard

The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.