class Aws::FSx::Types::CreateSvmActiveDirectoryConfiguration

The configuration that Amazon FSx uses to join the ONTAP storage virtual machine (SVM) to your self-managed (including on-premises) Microsoft Active Directory (AD) directory.

@note When making an API call, you may pass CreateSvmActiveDirectoryConfiguration

data as a hash:

    {
      net_bios_name: "NetBiosAlias", # required
      self_managed_active_directory_configuration: {
        domain_name: "ActiveDirectoryFullyQualifiedName", # required
        organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
        file_system_administrators_group: "FileSystemAdministratorsGroupName",
        user_name: "DirectoryUserName", # required
        password: "DirectoryPassword", # required
        dns_ips: ["IpAddress"], # required
      },
    }

@!attribute [rw] net_bios_name

The NetBIOS name of the Active Directory computer object that will
be created for your SVM.
@return [String]

@!attribute [rw] self_managed_active_directory_configuration

The configuration that Amazon FSx uses to join a Amazon FSx for
Windows File Server file system or an ONTAP storage virtual machine
(SVM) to a self-managed (including on-premises) Microsoft Active
Directory (AD) directory. For more information, see [ Using Amazon
FSx with your self-managed Microsoft Active Directory][1] or
[Managing SVMs][2].

[1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/self-managed-AD.html
[2]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html
@return [Types::SelfManagedActiveDirectoryConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateSvmActiveDirectoryConfiguration AWS API Documentation

Constants

SENSITIVE