| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes
Description
Synopsis
- data SelfManagedActiveDirectoryAttributes = SelfManagedActiveDirectoryAttributes' {}
- newSelfManagedActiveDirectoryAttributes :: SelfManagedActiveDirectoryAttributes
- selfManagedActiveDirectoryAttributes_dnsIps :: Lens' SelfManagedActiveDirectoryAttributes (Maybe (NonEmpty Text))
- selfManagedActiveDirectoryAttributes_domainName :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text)
- selfManagedActiveDirectoryAttributes_fileSystemAdministratorsGroup :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text)
- selfManagedActiveDirectoryAttributes_organizationalUnitDistinguishedName :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text)
- selfManagedActiveDirectoryAttributes_userName :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text)
Documentation
data SelfManagedActiveDirectoryAttributes Source #
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.
See: newSelfManagedActiveDirectoryAttributes smart constructor.
Constructors
| SelfManagedActiveDirectoryAttributes' | |
Fields
| |
Instances
newSelfManagedActiveDirectoryAttributes :: SelfManagedActiveDirectoryAttributes Source #
Create a value of SelfManagedActiveDirectoryAttributes with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dnsIps:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_dnsIps - A list of up to three IP addresses of DNS servers or domain controllers
in the self-managed AD directory.
$sel:domainName:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_domainName - The fully qualified domain name of the self-managed AD directory.
$sel:fileSystemAdministratorsGroup:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_fileSystemAdministratorsGroup - The name of the domain group whose members have administrative
privileges for the FSx file system.
$sel:organizationalUnitDistinguishedName:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_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.
$sel:userName:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_userName - The user name for the service account on your self-managed AD domain
that FSx uses to join to your AD domain.
selfManagedActiveDirectoryAttributes_dnsIps :: Lens' SelfManagedActiveDirectoryAttributes (Maybe (NonEmpty Text)) Source #
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
selfManagedActiveDirectoryAttributes_domainName :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text) Source #
The fully qualified domain name of the self-managed AD directory.
selfManagedActiveDirectoryAttributes_fileSystemAdministratorsGroup :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text) Source #
The name of the domain group whose members have administrative privileges for the FSx file system.
selfManagedActiveDirectoryAttributes_organizationalUnitDistinguishedName :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text) Source #
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.
selfManagedActiveDirectoryAttributes_userName :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text) Source #
The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.