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

Description

 
Synopsis

Documentation

data Certificate Source #

Information about the certificate.

See: newCertificate smart constructor.

Constructors

Certificate' 

Fields

Instances

Instances details
Eq Certificate Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Certificate

Read Certificate Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Certificate

Show Certificate Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Certificate

Generic Certificate Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Certificate

Associated Types

type Rep Certificate :: Type -> Type #

NFData Certificate Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Certificate

Methods

rnf :: Certificate -> () #

Hashable Certificate Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Certificate

FromJSON Certificate Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Certificate

type Rep Certificate Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Certificate

newCertificate :: Certificate Source #

Create a value of Certificate 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:clientCertAuthSettings:Certificate', certificate_clientCertAuthSettings - A ClientCertAuthSettings object that contains client certificate authentication settings.

$sel:state:Certificate', certificate_state - The state of the certificate.

$sel:commonName:Certificate', certificate_commonName - The common name for the certificate.

$sel:certificateId:Certificate', certificate_certificateId - The identifier of the certificate.

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

$sel:registeredDateTime:Certificate', certificate_registeredDateTime - The date and time that the certificate was registered.

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

$sel:stateReason:Certificate', certificate_stateReason - Describes a state change for the certificate.

certificate_clientCertAuthSettings :: Lens' Certificate (Maybe ClientCertAuthSettings) Source #

A ClientCertAuthSettings object that contains client certificate authentication settings.

certificate_commonName :: Lens' Certificate (Maybe Text) Source #

The common name for the certificate.

certificate_certificateId :: Lens' Certificate (Maybe Text) Source #

The identifier of the certificate.

certificate_expiryDateTime :: Lens' Certificate (Maybe UTCTime) Source #

The date and time when the certificate will expire.

certificate_registeredDateTime :: Lens' Certificate (Maybe UTCTime) Source #

The date and time that the certificate was registered.

certificate_type :: Lens' Certificate (Maybe CertificateType) Source #

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

certificate_stateReason :: Lens' Certificate (Maybe Text) Source #

Describes a state change for the certificate.