Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationSaslDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationSaslDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details for client authentication using SASL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iam ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails
Provides details for SASL client authentication using IAM.
-
#scram ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails
Details for SASL client authentication using SCRAM.
Instance Attribute Details
#iam ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails
Provides details for SASL client authentication using IAM.
14842 14843 14844 14845 14846 14847 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14842 class AwsMskClusterClusterInfoClientAuthenticationSaslDetails < Struct.new( :iam, :scram) SENSITIVE = [] include Aws::Structure end |
#scram ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails
Details for SASL client authentication using SCRAM.
14842 14843 14844 14845 14846 14847 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14842 class AwsMskClusterClusterInfoClientAuthenticationSaslDetails < Struct.new( :iam, :scram) SENSITIVE = [] include Aws::Structure end |