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