| 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.Nimble.Types.ActiveDirectoryComputerAttribute
Description
Synopsis
- data ActiveDirectoryComputerAttribute = ActiveDirectoryComputerAttribute' {}
- newActiveDirectoryComputerAttribute :: ActiveDirectoryComputerAttribute
- activeDirectoryComputerAttribute_name :: Lens' ActiveDirectoryComputerAttribute (Maybe Text)
- activeDirectoryComputerAttribute_value :: Lens' ActiveDirectoryComputerAttribute (Maybe Text)
Documentation
data ActiveDirectoryComputerAttribute Source #
An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.
See: newActiveDirectoryComputerAttribute smart constructor.
Constructors
| ActiveDirectoryComputerAttribute' | |
Instances
newActiveDirectoryComputerAttribute :: ActiveDirectoryComputerAttribute Source #
Create a value of ActiveDirectoryComputerAttribute 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:name:ActiveDirectoryComputerAttribute', activeDirectoryComputerAttribute_name - The name for the LDAP attribute.
$sel:value:ActiveDirectoryComputerAttribute', activeDirectoryComputerAttribute_value - The value for the LDAP attribute.
activeDirectoryComputerAttribute_name :: Lens' ActiveDirectoryComputerAttribute (Maybe Text) Source #
The name for the LDAP attribute.
activeDirectoryComputerAttribute_value :: Lens' ActiveDirectoryComputerAttribute (Maybe Text) Source #
The value for the LDAP attribute.