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 single-sign on for a directory.
Synopsis
- data DisableSso = DisableSso' {}
- newDisableSso :: Text -> DisableSso
- disableSso_userName :: Lens' DisableSso (Maybe Text)
- disableSso_password :: Lens' DisableSso (Maybe Text)
- disableSso_directoryId :: Lens' DisableSso Text
- data DisableSsoResponse = DisableSsoResponse' {
- httpStatus :: Int
- newDisableSsoResponse :: Int -> DisableSsoResponse
- disableSsoResponse_httpStatus :: Lens' DisableSsoResponse Int
Creating a Request
data DisableSso Source #
Contains the inputs for the DisableSso operation.
See: newDisableSso
smart constructor.
DisableSso' | |
|
Instances
Create a value of DisableSso
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:userName:DisableSso'
, disableSso_userName
- The username of an alternate account to use to disable single-sign on.
This is only used for AD Connector directories. This account must have
privileges to remove a service principal name.
If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
$sel:password:DisableSso'
, disableSso_password
- The password of an alternate account to use to disable single-sign on.
This is only used for AD Connector directories. For more information,
see the UserName parameter.
$sel:directoryId:DisableSso'
, disableSso_directoryId
- The identifier of the directory for which to disable single-sign on.
Request Lenses
disableSso_userName :: Lens' DisableSso (Maybe Text) Source #
The username of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. This account must have privileges to remove a service principal name.
If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
disableSso_password :: Lens' DisableSso (Maybe Text) Source #
The password of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.
disableSso_directoryId :: Lens' DisableSso Text Source #
The identifier of the directory for which to disable single-sign on.
Destructuring the Response
data DisableSsoResponse Source #
Contains the results of the DisableSso operation.
See: newDisableSsoResponse
smart constructor.
DisableSsoResponse' | |
|
Instances
newDisableSsoResponse Source #
Create a value of DisableSsoResponse
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:DisableSsoResponse'
, disableSsoResponse_httpStatus
- The response's http status code.
Response Lenses
disableSsoResponse_httpStatus :: Lens' DisableSsoResponse Int Source #
The response's http status code.