Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Certificate = Certificate' {}
- newCertificate :: Certificate
- certificate_clientCertAuthSettings :: Lens' Certificate (Maybe ClientCertAuthSettings)
- certificate_state :: Lens' Certificate (Maybe CertificateState)
- certificate_commonName :: Lens' Certificate (Maybe Text)
- certificate_certificateId :: Lens' Certificate (Maybe Text)
- certificate_expiryDateTime :: Lens' Certificate (Maybe UTCTime)
- certificate_registeredDateTime :: Lens' Certificate (Maybe UTCTime)
- certificate_type :: Lens' Certificate (Maybe CertificateType)
- certificate_stateReason :: Lens' Certificate (Maybe Text)
Documentation
data Certificate Source #
Information about the certificate.
See: newCertificate
smart constructor.
Certificate' | |
|
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: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_state :: Lens' Certificate (Maybe CertificateState) Source #
The state of the certificate.
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.