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 |
Synopsis
- data ActiveDirectoryConfiguration = ActiveDirectoryConfiguration' {}
- newActiveDirectoryConfiguration :: ActiveDirectoryConfiguration
- activeDirectoryConfiguration_computerAttributes :: Lens' ActiveDirectoryConfiguration (Maybe [ActiveDirectoryComputerAttribute])
- activeDirectoryConfiguration_directoryId :: Lens' ActiveDirectoryConfiguration (Maybe Text)
- activeDirectoryConfiguration_organizationalUnitDistinguishedName :: Lens' ActiveDirectoryConfiguration (Maybe Text)
Documentation
data ActiveDirectoryConfiguration Source #
The configuration for a Directory Service for Microsoft Active Directory studio resource.
See: newActiveDirectoryConfiguration
smart constructor.
ActiveDirectoryConfiguration' | |
|
Instances
newActiveDirectoryConfiguration :: ActiveDirectoryConfiguration Source #
Create a value of ActiveDirectoryConfiguration
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:computerAttributes:ActiveDirectoryConfiguration'
, activeDirectoryConfiguration_computerAttributes
- A collection of custom attributes for an Active Directory computer.
$sel:directoryId:ActiveDirectoryConfiguration'
, activeDirectoryConfiguration_directoryId
- The directory ID of the Directory Service for Microsoft Active Directory
to access using this studio component.
$sel:organizationalUnitDistinguishedName:ActiveDirectoryConfiguration'
, activeDirectoryConfiguration_organizationalUnitDistinguishedName
- The distinguished name (DN) and organizational unit (OU) of an Active
Directory computer.
activeDirectoryConfiguration_computerAttributes :: Lens' ActiveDirectoryConfiguration (Maybe [ActiveDirectoryComputerAttribute]) Source #
A collection of custom attributes for an Active Directory computer.
activeDirectoryConfiguration_directoryId :: Lens' ActiveDirectoryConfiguration (Maybe Text) Source #
The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.
activeDirectoryConfiguration_organizationalUnitDistinguishedName :: Lens' ActiveDirectoryConfiguration (Maybe Text) Source #
The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.