Class: Aws::DirectoryService::Types::RegisterCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::RegisterCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_data ⇒ String
The certificate PEM string that needs to be registered.
-
#client_cert_auth_settings ⇒ Types::ClientCertAuthSettings
A ‘ClientCertAuthSettings` object that contains client certificate authentication settings.
-
#directory_id ⇒ String
The identifier of the directory.
-
#type ⇒ String
The function that the registered certificate performs.
Instance Attribute Details
#certificate_data ⇒ String
The certificate PEM string that needs to be registered.
3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3623 class RegisterCertificateRequest < Struct.new( :directory_id, :certificate_data, :type, :client_cert_auth_settings) SENSITIVE = [] include Aws::Structure end |
#client_cert_auth_settings ⇒ Types::ClientCertAuthSettings
A ‘ClientCertAuthSettings` object that contains client certificate authentication settings.
3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3623 class RegisterCertificateRequest < Struct.new( :directory_id, :certificate_data, :type, :client_cert_auth_settings) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The identifier of the directory.
3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3623 class RegisterCertificateRequest < Struct.new( :directory_id, :certificate_data, :type, :client_cert_auth_settings) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The function that the registered certificate performs. Valid values include ‘ClientLDAPS` or `ClientCertAuth`. The default value is `ClientLDAPS`.
3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3623 class RegisterCertificateRequest < Struct.new( :directory_id, :certificate_data, :type, :client_cert_auth_settings) SENSITIVE = [] include Aws::Structure end |