Class: Aws::DirectoryService::Types::ClientAuthenticationSettingInfo

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

Overview

Contains information about a client authentication method for a directory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_date_timeTime

The date and time when the status of the client authentication type was last updated.

Returns:

  • (Time)


446
447
448
449
450
451
452
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 446

class ClientAuthenticationSettingInfo < Struct.new(
  :type,
  :status,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Whether the client authentication type is enabled or disabled for the specified directory.

Returns:

  • (String)


446
447
448
449
450
451
452
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 446

class ClientAuthenticationSettingInfo < Struct.new(
  :type,
  :status,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved.

Returns:

  • (String)


446
447
448
449
450
451
452
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 446

class ClientAuthenticationSettingInfo < Struct.new(
  :type,
  :status,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end