amazonka-ds-1.3.3.1: Amazon Directory Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DirectoryService.DisableSSO

Contents

Description

Disables single-sign on for a directory.

See: AWS API Reference for DisableSSO.

Synopsis

Creating a Request

disableSSO Source

Creates a value of DisableSSO with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dssoUserName :: 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 principle name.

If the AD Connector service account does not have privileges to remove a service principle 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.

dssoPassword :: 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. See the UserName parameter for more information.

dssoDirectoryId :: Lens' DisableSSO Text Source

The identifier of the directory to disable single-sign on for.

Destructuring the Response

disableSSOResponse Source

Creates a value of DisableSSOResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses