Class SelfManagedActiveDirectoryConfigurationUpdates
Specifies changes you are making to the self-managed Microsoft Active Directory configuration to which an FSx for Windows File Server file system or an FSx for ONTAP SVM is joined.
public class SelfManagedActiveDirectoryConfigurationUpdates
- Inheritance
-
SelfManagedActiveDirectoryConfigurationUpdates
- Inherited Members
Constructors
SelfManagedActiveDirectoryConfigurationUpdates()
public SelfManagedActiveDirectoryConfigurationUpdates()
Properties
DnsIps
Gets and sets the property DnsIps.
A list of up to three DNS server or domain controller IP addresses in your self-managed Active Directory domain.
public List<string> DnsIps { get; set; }
Property Value
DomainName
Gets and sets the property DomainName.
Specifies an updated fully qualified domain name of your self-managed Active Directory configuration.
public string DomainName { get; set; }
Property Value
FileSystemAdministratorsGroup
Gets and sets the property FileSystemAdministratorsGroup.
For FSx for ONTAP file systems only - Specifies the updated name of the self-managed Active Directory domain group whose members are granted administrative privileges for the Amazon FSx resource.
public string FileSystemAdministratorsGroup { get; set; }
Property Value
OrganizationalUnitDistinguishedName
Gets and sets the property OrganizationalUnitDistinguishedName.
Specifies an updated fully qualified distinguished name of the organization unit within your self-managed Active Directory.
public string OrganizationalUnitDistinguishedName { get; set; }
Property Value
Password
Gets and sets the property Password.
Specifies the updated password for the service account on your self-managed Active Directory domain. Amazon FSx uses this account to join to your self-managed Active Directory domain.
public string Password { get; set; }
Property Value
UserName
Gets and sets the property UserName.
Specifies the updated user name for the service account on your self-managed Active Directory domain. Amazon FSx uses this account to join to your self-managed Active Directory domain.
This account must have the permissions required to join computers to the domain in
the organizational unit provided in OrganizationalUnitDistinguishedName
.
public string UserName { get; set; }