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 |
Documentation
data ClientCertAuthSettings Source #
Contains information about the client certificate authentication
settings for the RegisterCertificate
and DescribeCertificate
operations.
See: newClientCertAuthSettings
smart constructor.
Instances
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.