| 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.EC2.Types.DirectoryServiceAuthenticationRequest
Description
Synopsis
- data DirectoryServiceAuthenticationRequest = DirectoryServiceAuthenticationRequest' {
- directoryId :: Maybe Text
- newDirectoryServiceAuthenticationRequest :: DirectoryServiceAuthenticationRequest
- directoryServiceAuthenticationRequest_directoryId :: Lens' DirectoryServiceAuthenticationRequest (Maybe Text)
Documentation
data DirectoryServiceAuthenticationRequest Source #
Describes the Active Directory to be used for client authentication.
See: newDirectoryServiceAuthenticationRequest smart constructor.
Constructors
| DirectoryServiceAuthenticationRequest' | |
Fields
| |
Instances
newDirectoryServiceAuthenticationRequest :: DirectoryServiceAuthenticationRequest Source #
Create a value of DirectoryServiceAuthenticationRequest 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:directoryId:DirectoryServiceAuthenticationRequest', directoryServiceAuthenticationRequest_directoryId - The ID of the Active Directory to be used for authentication.
directoryServiceAuthenticationRequest_directoryId :: Lens' DirectoryServiceAuthenticationRequest (Maybe Text) Source #
The ID of the Active Directory to be used for authentication.