Class: Aws::DirectoryService::Types::ClientCertAuthSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::ClientCertAuthSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Contains information about the client certificate authentication settings for the ‘RegisterCertificate` and `DescribeCertificate` operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ocsp_url ⇒ String
Specifies the URL of the default OCSP server used to check for revocation status.
Instance Attribute Details
#ocsp_url ⇒ String
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.
472 473 474 475 476 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 472 class ClientCertAuthSettings < Struct.new( :ocsp_url) SENSITIVE = [] include Aws::Structure end |