Copyright | (c) 2013-2016 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 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 #
Contains the inputs for the DisableRadius
operation.
See: disableRadius
smart constructor.
Instances
Request Lenses
drDirectoryId :: Lens' DisableRadius Text #
The identifier of the directory for which to disable MFA.
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:
drrsResponseStatus
- -- | The response status code.
data DisableRadiusResponse #
Contains the results of the DisableRadius
operation.
See: disableRadiusResponse
smart constructor.
Response Lenses
drrsResponseStatus :: Lens' DisableRadiusResponse Int #
- - | The response status code.