Class: Aws::DirectoryService::Types::CertificateInfo

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

Overview

Contains general information about a certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_idString

The identifier of the certificate.

Returns:

  • (String)


395
396
397
398
399
400
401
402
403
# File 'lib/aws-sdk-directoryservice/types.rb', line 395

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

#common_nameString

The common name for the certificate.

Returns:

  • (String)


395
396
397
398
399
400
401
402
403
# File 'lib/aws-sdk-directoryservice/types.rb', line 395

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

#expiry_date_timeTime

The date and time when the certificate will expire.

Returns:

  • (Time)


395
396
397
398
399
400
401
402
403
# File 'lib/aws-sdk-directoryservice/types.rb', line 395

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

#stateString

The state of the certificate.

Returns:

  • (String)


395
396
397
398
399
400
401
402
403
# File 'lib/aws-sdk-directoryservice/types.rb', line 395

class CertificateInfo < Struct.new(
  :certificate_id,
  :common_name,
  :state,
  :expiry_date_time,
  :type)
  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)


395
396
397
398
399
400
401
402
403
# File 'lib/aws-sdk-directoryservice/types.rb', line 395

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