amazonka-ds-1.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.EnableSSO

Contents

Description

Enables single-sign on for a directory.

See: AWS API Reference for EnableSSO.

Synopsis

Creating a Request

enableSSO Source

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

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

Request Lenses

esUserName :: Lens' EnableSSO (Maybe Text) Source

The username of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. This account must have privileges to add a service principle name.

If the AD Connector service account does not have privileges to add a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to enable single sign-on and are not stored by the service. The AD Connector service account is not changed.

esPassword :: Lens' EnableSSO (Maybe Text) Source

The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. See the UserName parameter for more information.

esDirectoryId :: Lens' EnableSSO Text Source

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

Destructuring the Response

enableSSOResponse Source

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

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

Response Lenses