Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details for SASL/SCRAM client authentication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Indicates whether SASL/SCRAM authentication is enabled or not.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether SASL/SCRAM authentication is enabled or not.
14871 14872 14873 14874 14875 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14871 class AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |