| Copyright | (c) 2013-2015 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.AWS.DirectoryService.EnableRadius
Description
Enables multi-factor authentication (MFA) with Remote Authentication Dial In User Service (RADIUS) for an AD Connector directory.
See: AWS API Reference for EnableRadius.
Creating a Request
Arguments
| :: Text | |
| -> RadiusSettings | |
| -> EnableRadius | 
Creates a value of EnableRadius with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EnableRadius Source
Contains the inputs for the EnableRadius operation.
See: enableRadius smart constructor.
Instances
Request Lenses
erDirectoryId :: Lens' EnableRadius Text Source
The identifier of the directory to enable MFA for.
erRadiusSettings :: Lens' EnableRadius RadiusSettings Source
A RadiusSettings object that contains information about the RADIUS server.
Destructuring the Response
Arguments
| :: Int | |
| -> EnableRadiusResponse | 
Creates a value of EnableRadiusResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EnableRadiusResponse Source
Contains the results of the EnableRadius operation.
See: enableRadiusResponse smart constructor.
Response Lenses
errsResponseStatus :: Lens' EnableRadiusResponse Int Source
The response status code.