| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DirectoryService.Types.Certificate
Description
Synopsis
- data Certificate = Certificate' {}
- newCertificate :: Certificate
- certificate_certificateId :: Lens' Certificate (Maybe Text)
- certificate_clientCertAuthSettings :: Lens' Certificate (Maybe ClientCertAuthSettings)
- certificate_commonName :: Lens' Certificate (Maybe Text)
- certificate_expiryDateTime :: Lens' Certificate (Maybe UTCTime)
- certificate_registeredDateTime :: Lens' Certificate (Maybe UTCTime)
- certificate_state :: Lens' Certificate (Maybe CertificateState)
- certificate_stateReason :: Lens' Certificate (Maybe Text)
- certificate_type :: Lens' Certificate (Maybe CertificateType)
Documentation
data Certificate Source #
Information about the certificate.
See: newCertificate smart constructor.
Constructors
| Certificate' | |
Fields
| |
Instances
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:certificateId:Certificate', certificate_certificateId - The identifier of the certificate.
$sel:clientCertAuthSettings:Certificate', certificate_clientCertAuthSettings - A ClientCertAuthSettings object that contains client certificate
authentication settings.
$sel:commonName:Certificate', certificate_commonName - The common name for 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:state:Certificate', certificate_state - The state of the certificate.
$sel:stateReason:Certificate', certificate_stateReason - Describes a state change for the certificate.
$sel:type':Certificate', certificate_type - The function that the registered certificate performs. Valid values
include ClientLDAPS or ClientCertAuth. The default value is
ClientLDAPS.
certificate_certificateId :: Lens' Certificate (Maybe Text) Source #
The identifier of 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_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_state :: Lens' Certificate (Maybe CertificateState) Source #
The state of the certificate.
certificate_stateReason :: Lens' Certificate (Maybe Text) Source #
Describes a state change for the certificate.
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.