Class: Aws::DirectoryService::Types::ClientCertAuthSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ocsp_urlString

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.

Returns:

  • (String)


466
467
468
469
470
# File 'lib/aws-sdk-directoryservice/types.rb', line 466

class ClientCertAuthSettings < Struct.new(
  :ocsp_url)
  SENSITIVE = []
  include Aws::Structure
end