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.Types.ClientAuthenticationSettingInfo

Description

 
Synopsis

Documentation

data ClientAuthenticationSettingInfo Source #

Contains information about a client authentication method for a directory.

See: newClientAuthenticationSettingInfo smart constructor.

Constructors

ClientAuthenticationSettingInfo' 

Fields

Instances

Instances details
Eq ClientAuthenticationSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientAuthenticationSettingInfo

Read ClientAuthenticationSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientAuthenticationSettingInfo

Show ClientAuthenticationSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientAuthenticationSettingInfo

Generic ClientAuthenticationSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientAuthenticationSettingInfo

Associated Types

type Rep ClientAuthenticationSettingInfo :: Type -> Type #

NFData ClientAuthenticationSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientAuthenticationSettingInfo

Hashable ClientAuthenticationSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientAuthenticationSettingInfo

FromJSON ClientAuthenticationSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientAuthenticationSettingInfo

type Rep ClientAuthenticationSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientAuthenticationSettingInfo

type Rep ClientAuthenticationSettingInfo = D1 ('MetaData "ClientAuthenticationSettingInfo" "Amazonka.DirectoryService.Types.ClientAuthenticationSettingInfo" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "ClientAuthenticationSettingInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClientAuthenticationStatus)) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClientAuthenticationType)))))

newClientAuthenticationSettingInfo :: ClientAuthenticationSettingInfo Source #

Create a value of ClientAuthenticationSettingInfo 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:status:ClientAuthenticationSettingInfo', clientAuthenticationSettingInfo_status - Whether the client authentication type is enabled or disabled for the specified directory.

$sel:lastUpdatedDateTime:ClientAuthenticationSettingInfo', clientAuthenticationSettingInfo_lastUpdatedDateTime - The date and time when the status of the client authentication type was last updated.

$sel:type':ClientAuthenticationSettingInfo', clientAuthenticationSettingInfo_type - The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved.

clientAuthenticationSettingInfo_status :: Lens' ClientAuthenticationSettingInfo (Maybe ClientAuthenticationStatus) Source #

Whether the client authentication type is enabled or disabled for the specified directory.

clientAuthenticationSettingInfo_lastUpdatedDateTime :: Lens' ClientAuthenticationSettingInfo (Maybe UTCTime) Source #

The date and time when the status of the client authentication type was last updated.

clientAuthenticationSettingInfo_type :: Lens' ClientAuthenticationSettingInfo (Maybe ClientAuthenticationType) Source #

The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved.