Copyright | (c) 2013-2021 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 |
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.
DisableRadius' | |
|
Instances
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:
$sel:directoryId: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.
DisableRadiusResponse' | |
|
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.