| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DirectoryService.DisableRadius
Description
Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector or Microsoft AD directory.
Synopsis
- data DisableRadius = DisableRadius' {
- directoryId :: Text
- newDisableRadius :: Text -> DisableRadius
- disableRadius_directoryId :: Lens' DisableRadius Text
- data DisableRadiusResponse = DisableRadiusResponse' {
- httpStatus :: Int
- newDisableRadiusResponse :: Int -> DisableRadiusResponse
- disableRadiusResponse_httpStatus :: Lens' DisableRadiusResponse Int
Creating a Request
data DisableRadius Source #
Contains the inputs for the DisableRadius operation.
See: newDisableRadius smart constructor.
Constructors
| DisableRadius' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DisableRadius |
Create a value of DisableRadius with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DisableRadius, disableRadius_directoryId - The identifier of the directory for which to disable MFA.
Request Lenses
disableRadius_directoryId :: Lens' DisableRadius Text Source #
The identifier of the directory for which to disable MFA.
Destructuring the Response
data DisableRadiusResponse Source #
Contains the results of the DisableRadius operation.
See: newDisableRadiusResponse smart constructor.
Constructors
| DisableRadiusResponse' | |
Fields
| |
Instances
newDisableRadiusResponse Source #
Create a value of DisableRadiusResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DisableRadiusResponse', disableRadiusResponse_httpStatus - The response's http status code.
Response Lenses
disableRadiusResponse_httpStatus :: Lens' DisableRadiusResponse Int Source #
The response's http status code.