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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/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 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 466

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