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.



14953
14954
14955
14956
14957
14958
14959
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14953

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

#tlsTypes::AwsMskClusterClusterInfoClientAuthenticationTlsDetails

Provides details for client authentication using TLS.



14953
14954
14955
14956
14957
14958
14959
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14953

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

#unauthenticatedTypes::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails

Provides details for allowing no client authentication.



14953
14954
14955
14956
14957
14958
14959
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14953

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