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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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.



14819
14820
14821
14822
14823
14824
14825
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14819

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

#tlsTypes::AwsMskClusterClusterInfoClientAuthenticationTlsDetails

Provides details for client authentication using TLS.



14819
14820
14821
14822
14823
14824
14825
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14819

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

#unauthenticatedTypes::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails

Provides details for allowing no client authentication.



14819
14820
14821
14822
14823
14824
14825
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14819

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