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

Amazonka.DirectoryService.DisableSso

Description

Disables single-sign on for a directory.

Synopsis

Creating a Request

data DisableSso Source #

Contains the inputs for the DisableSso operation.

See: newDisableSso smart constructor.

Constructors

DisableSso' 

Fields

  • userName :: Maybe Text

    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.

  • password :: Maybe (Sensitive Text)

    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.

  • directoryId :: Text

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

Instances

Instances details
Eq DisableSso Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

Show DisableSso Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

Generic DisableSso Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

Associated Types

type Rep DisableSso :: Type -> Type #

NFData DisableSso Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

Methods

rnf :: DisableSso -> () #

Hashable DisableSso Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

ToJSON DisableSso Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

AWSRequest DisableSso Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

Associated Types

type AWSResponse DisableSso #

ToHeaders DisableSso Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

Methods

toHeaders :: DisableSso -> [Header] #

ToPath DisableSso Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

ToQuery DisableSso Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

type Rep DisableSso Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

type Rep DisableSso = D1 ('MetaData "DisableSso" "Amazonka.DirectoryService.DisableSso" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "DisableSso'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DisableSso Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

newDisableSso Source #

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.

Constructors

DisableSsoResponse' 

Fields

Instances

Instances details
Eq DisableSsoResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

Read DisableSsoResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

Show DisableSsoResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

Generic DisableSsoResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

Associated Types

type Rep DisableSsoResponse :: Type -> Type #

NFData DisableSsoResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

Methods

rnf :: DisableSsoResponse -> () #

type Rep DisableSsoResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableSso

type Rep DisableSsoResponse = D1 ('MetaData "DisableSsoResponse" "Amazonka.DirectoryService.DisableSso" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "DisableSsoResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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