Class: Aws::DirectoryService::Types::Certificate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directoryservice/types.rb

Overview

Information about the certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_idString

The identifier of the certificate.

Returns:

  • (String)


303
304
305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-directoryservice/types.rb', line 303

class Certificate < Struct.new(
  :certificate_id,
  :state,
  :state_reason,
  :common_name,
  :registered_date_time,
  :expiry_date_time,
  :type,
  :client_cert_auth_settings)
  SENSITIVE = []
  include Aws::Structure
end

#client_cert_auth_settingsTypes::ClientCertAuthSettings

A ‘ClientCertAuthSettings` object that contains client certificate authentication settings.



303
304
305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-directoryservice/types.rb', line 303

class Certificate < Struct.new(
  :certificate_id,
  :state,
  :state_reason,
  :common_name,
  :registered_date_time,
  :expiry_date_time,
  :type,
  :client_cert_auth_settings)
  SENSITIVE = []
  include Aws::Structure
end

#common_nameString

The common name for the certificate.

Returns:

  • (String)


303
304
305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-directoryservice/types.rb', line 303

class Certificate < Struct.new(
  :certificate_id,
  :state,
  :state_reason,
  :common_name,
  :registered_date_time,
  :expiry_date_time,
  :type,
  :client_cert_auth_settings)
  SENSITIVE = []
  include Aws::Structure
end

#expiry_date_timeTime

The date and time when the certificate will expire.

Returns:

  • (Time)


303
304
305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-directoryservice/types.rb', line 303

class Certificate < Struct.new(
  :certificate_id,
  :state,
  :state_reason,
  :common_name,
  :registered_date_time,
  :expiry_date_time,
  :type,
  :client_cert_auth_settings)
  SENSITIVE = []
  include Aws::Structure
end

#registered_date_timeTime

The date and time that the certificate was registered.

Returns:

  • (Time)


303
304
305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-directoryservice/types.rb', line 303

class Certificate < Struct.new(
  :certificate_id,
  :state,
  :state_reason,
  :common_name,
  :registered_date_time,
  :expiry_date_time,
  :type,
  :client_cert_auth_settings)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the certificate.

Returns:

  • (String)


303
304
305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-directoryservice/types.rb', line 303

class Certificate < Struct.new(
  :certificate_id,
  :state,
  :state_reason,
  :common_name,
  :registered_date_time,
  :expiry_date_time,
  :type,
  :client_cert_auth_settings)
  SENSITIVE = []
  include Aws::Structure
end

#state_reasonString

Describes a state change for the certificate.

Returns:

  • (String)


303
304
305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-directoryservice/types.rb', line 303

class Certificate < Struct.new(
  :certificate_id,
  :state,
  :state_reason,
  :common_name,
  :registered_date_time,
  :expiry_date_time,
  :type,
  :client_cert_auth_settings)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The function that the registered certificate performs. Valid values include ‘ClientLDAPS` or `ClientCertAuth`. The default value is `ClientLDAPS`.

Returns:

  • (String)


303
304
305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-directoryservice/types.rb', line 303

class Certificate < Struct.new(
  :certificate_id,
  :state,
  :state_reason,
  :common_name,
  :registered_date_time,
  :expiry_date_time,
  :type,
  :client_cert_auth_settings)
  SENSITIVE = []
  include Aws::Structure
end