| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@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 the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.
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:
drDirectoryId- The identifier of the directory for which to disable MFA.
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 for which to disable MFA.
Destructuring the Response
disableRadiusResponse Source #
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:
drrsResponseStatus- -- | The response status code.
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.