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 |
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
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.
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
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
errsStatus :: Lens' EnableRadiusResponse Int Source
The response status code.