| 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.DisableRadius
Description
Disables multi-factor authentication (MFA) with Remote Authentication Dial In User Service (RADIUS) for an AD Connector directory.
See: AWS API Reference for DisableRadius.
Creating a Request
Arguments
| :: Text | |
| -> DisableRadius | 
Creates a value of DisableRadius with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DisableRadius Source
Contains the inputs for the DisableRadius operation.
See: disableRadius smart constructor.
Instances
Request Lenses
drDirectoryId :: Lens' DisableRadius Text Source
The identifier of the directory to disable MFA for.
Destructuring the Response
Arguments
| :: Int | |
| -> DisableRadiusResponse | 
Creates a value of DisableRadiusResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DisableRadiusResponse Source
Contains the results of the DisableRadius operation.
See: disableRadiusResponse smart constructor.
Response Lenses
drrsResponseStatus :: Lens' DisableRadiusResponse Int Source
The response status code.