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.ClientCertAuthSettings

Description

 
Synopsis

Documentation

data ClientCertAuthSettings Source #

Contains information about the client certificate authentication settings for the RegisterCertificate and DescribeCertificate operations.

See: newClientCertAuthSettings smart constructor.

Constructors

ClientCertAuthSettings' 

Fields

  • oCSPUrl :: Maybe Text

    Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.

Instances

Instances details
Eq ClientCertAuthSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientCertAuthSettings

Read ClientCertAuthSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientCertAuthSettings

Show ClientCertAuthSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientCertAuthSettings

Generic ClientCertAuthSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientCertAuthSettings

Associated Types

type Rep ClientCertAuthSettings :: Type -> Type #

NFData ClientCertAuthSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientCertAuthSettings

Methods

rnf :: ClientCertAuthSettings -> () #

Hashable ClientCertAuthSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientCertAuthSettings

ToJSON ClientCertAuthSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientCertAuthSettings

FromJSON ClientCertAuthSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientCertAuthSettings

type Rep ClientCertAuthSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.ClientCertAuthSettings

type Rep ClientCertAuthSettings = D1 ('MetaData "ClientCertAuthSettings" "Amazonka.DirectoryService.Types.ClientCertAuthSettings" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "ClientCertAuthSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oCSPUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newClientCertAuthSettings :: ClientCertAuthSettings Source #

Create a value of ClientCertAuthSettings 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:oCSPUrl:ClientCertAuthSettings', clientCertAuthSettings_oCSPUrl - Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.

clientCertAuthSettings_oCSPUrl :: Lens' ClientCertAuthSettings (Maybe Text) Source #

Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.