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.



14822
14823
14824
14825
14826
14827
14828
# File 'lib/aws-sdk-securityhub/types.rb', line 14822

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

#tlsTypes::AwsMskClusterClusterInfoClientAuthenticationTlsDetails

Provides details for client authentication using TLS.



14822
14823
14824
14825
14826
14827
14828
# File 'lib/aws-sdk-securityhub/types.rb', line 14822

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

#unauthenticatedTypes::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails

Provides details for allowing no client authentication.



14822
14823
14824
14825
14826
14827
14828
# File 'lib/aws-sdk-securityhub/types.rb', line 14822

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