Class: Aws::QuickSight::Types::AuthConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AuthConfig
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Authentication configuration for connecting to external services.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_metadata ⇒ Types::AuthenticationMetadata
The authentication metadata containing the specific configuration for the chosen authentication type.
-
#authentication_type ⇒ String
The type of authentication method.
Instance Attribute Details
#authentication_metadata ⇒ Types::AuthenticationMetadata
The authentication metadata containing the specific configuration for the chosen authentication type.
2702 2703 2704 2705 2706 2707 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2702 class AuthConfig < Struct.new( :authentication_type, :authentication_metadata) SENSITIVE = [] include Aws::Structure end |
#authentication_type ⇒ String
The type of authentication method.
2702 2703 2704 2705 2706 2707 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2702 class AuthConfig < Struct.new( :authentication_type, :authentication_metadata) SENSITIVE = [] include Aws::Structure end |