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

Description

 
Synopsis

Documentation

data CertificateInfo Source #

Contains general information about a certificate.

See: newCertificateInfo smart constructor.

Constructors

CertificateInfo' 

Fields

Instances

Instances details
Eq CertificateInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.CertificateInfo

Read CertificateInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.CertificateInfo

Show CertificateInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.CertificateInfo

Generic CertificateInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.CertificateInfo

Associated Types

type Rep CertificateInfo :: Type -> Type #

NFData CertificateInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.CertificateInfo

Methods

rnf :: CertificateInfo -> () #

Hashable CertificateInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.CertificateInfo

FromJSON CertificateInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.CertificateInfo

type Rep CertificateInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.CertificateInfo

type Rep CertificateInfo = D1 ('MetaData "CertificateInfo" "Amazonka.DirectoryService.Types.CertificateInfo" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "CertificateInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CertificateState)) :*: S1 ('MetaSel ('Just "commonName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "certificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "expiryDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CertificateType))))))

newCertificateInfo :: CertificateInfo Source #

Create a value of CertificateInfo 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:state:CertificateInfo', certificateInfo_state - The state of the certificate.

$sel:commonName:CertificateInfo', certificateInfo_commonName - The common name for the certificate.

$sel:certificateId:CertificateInfo', certificateInfo_certificateId - The identifier of the certificate.

$sel:expiryDateTime:CertificateInfo', certificateInfo_expiryDateTime - The date and time when the certificate will expire.

$sel:type':CertificateInfo', certificateInfo_type - The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.

certificateInfo_commonName :: Lens' CertificateInfo (Maybe Text) Source #

The common name for the certificate.

certificateInfo_certificateId :: Lens' CertificateInfo (Maybe Text) Source #

The identifier of the certificate.

certificateInfo_expiryDateTime :: Lens' CertificateInfo (Maybe UTCTime) Source #

The date and time when the certificate will expire.

certificateInfo_type :: Lens' CertificateInfo (Maybe CertificateType) Source #

The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.