Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationDetails
- 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
-
#sasl ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationSaslDetails
Provides details for client authentication using SASL.
-
#tls ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationTlsDetails
Provides details for client authentication using TLS.
-
#unauthenticated ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails
Provides details for allowing no client authentication.
Instance Attribute Details
#sasl ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationSaslDetails
Provides details for client authentication using SASL.
14823 14824 14825 14826 14827 14828 14829 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14823 class AwsMskClusterClusterInfoClientAuthenticationDetails < Struct.new( :sasl, :unauthenticated, :tls) SENSITIVE = [] include Aws::Structure end |
#tls ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationTlsDetails
Provides details for client authentication using TLS.
14823 14824 14825 14826 14827 14828 14829 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14823 class AwsMskClusterClusterInfoClientAuthenticationDetails < Struct.new( :sasl, :unauthenticated, :tls) SENSITIVE = [] include Aws::Structure end |
#unauthenticated ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails
Provides details for allowing no client authentication.
14823 14824 14825 14826 14827 14828 14829 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14823 class AwsMskClusterClusterInfoClientAuthenticationDetails < Struct.new( :sasl, :unauthenticated, :tls) SENSITIVE = [] include Aws::Structure end |