Class SelfManagedActiveDirectoryAttributes
The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
public class SelfManagedActiveDirectoryAttributes
- Inheritance
-
SelfManagedActiveDirectoryAttributes
- Inherited Members
Constructors
SelfManagedActiveDirectoryAttributes()
public SelfManagedActiveDirectoryAttributes()
Properties
DnsIps
Gets and sets the property DnsIps.
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
public List<string> DnsIps { get; set; }
Property Value
DomainName
Gets and sets the property DomainName.
The fully qualified domain name of the self-managed AD directory.
public string DomainName { get; set; }
Property Value
FileSystemAdministratorsGroup
Gets and sets the property FileSystemAdministratorsGroup.
The name of the domain group whose members have administrative privileges for the FSx file system.
public string FileSystemAdministratorsGroup { get; set; }
Property Value
OrganizationalUnitDistinguishedName
Gets and sets the property OrganizationalUnitDistinguishedName.
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.
public string OrganizationalUnitDistinguishedName { get; set; }
Property Value
UserName
Gets and sets the property UserName.
The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.
public string UserName { get; set; }