| 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.DisableSso
Description
Disables single-sign on for a directory.
Synopsis
- data DisableSso = DisableSso' {}
- newDisableSso :: Text -> DisableSso
- disableSso_password :: Lens' DisableSso (Maybe Text)
- disableSso_userName :: 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.
Constructors
| DisableSso' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DisableSso |
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: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: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.
DisableSso, disableSso_directoryId - The identifier of the directory for which to disable single-sign on.
Request Lenses
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_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_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.
Constructors
| DisableSsoResponse' | |
Fields
| |
Instances
newDisableSsoResponse Source #
Arguments
| :: Int | |
| -> DisableSsoResponse |
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.