Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationDetails

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

Overview

Provides details about different modes of client authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#saslTypes::AwsMskClusterClusterInfoClientAuthenticationSaslDetails

Provides details for client authentication using SASL.



14829
14830
14831
14832
14833
14834
14835
# File 'lib/aws-sdk-securityhub/types.rb', line 14829

class AwsMskClusterClusterInfoClientAuthenticationDetails < Struct.new(
  :sasl,
  :unauthenticated,
  :tls)
  SENSITIVE = []
  include Aws::Structure
end

#tlsTypes::AwsMskClusterClusterInfoClientAuthenticationTlsDetails

Provides details for client authentication using TLS.



14829
14830
14831
14832
14833
14834
14835
# File 'lib/aws-sdk-securityhub/types.rb', line 14829

class AwsMskClusterClusterInfoClientAuthenticationDetails < Struct.new(
  :sasl,
  :unauthenticated,
  :tls)
  SENSITIVE = []
  include Aws::Structure
end

#unauthenticatedTypes::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails

Provides details for allowing no client authentication.



14829
14830
14831
14832
14833
14834
14835
# File 'lib/aws-sdk-securityhub/types.rb', line 14829

class AwsMskClusterClusterInfoClientAuthenticationDetails < Struct.new(
  :sasl,
  :unauthenticated,
  :tls)
  SENSITIVE = []
  include Aws::Structure
end