SelfManagedActiveDirectoryAttributes class

The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server instance is joined.

Constructors

SelfManagedActiveDirectoryAttributes({List<String>? dnsIps, String? domainName, String? fileSystemAdministratorsGroup, String? organizationalUnitDistinguishedName, String? userName})
SelfManagedActiveDirectoryAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

dnsIps List<String>?
A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory.
final
domainName String?
The fully qualified domain name of the self-managed AD directory.
final
fileSystemAdministratorsGroup String?
The name of the domain group whose members have administrative privileges for the FSx file system.
final
hashCode int
The hash code for this object.
no setterinherited
organizationalUnitDistinguishedName String?
The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server instance is joined.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userName String?
The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited