Class: Aws::QuickSight::Types::ReadAuthConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReadAuthConfig
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Read-only authentication configuration containing non-sensitive authentication details for action connectors.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_metadata ⇒ Types::ReadAuthenticationMetadata
The authentication metadata containing configuration details specific to the authentication type.
-
#authentication_type ⇒ String
The type of authentication being used (BASIC, API_KEY, OAUTH2_CLIENT_CREDENTIALS, or OAUTH2_AUTHORIZATION_CODE).
Instance Attribute Details
#authentication_metadata ⇒ Types::ReadAuthenticationMetadata
The authentication metadata containing configuration details specific to the authentication type.
31385 31386 31387 31388 31389 31390 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31385 class ReadAuthConfig < Struct.new( :authentication_type, :authentication_metadata) SENSITIVE = [] include Aws::Structure end |
#authentication_type ⇒ String
The type of authentication being used (BASIC, API_KEY, OAUTH2_CLIENT_CREDENTIALS, or OAUTH2_AUTHORIZATION_CODE).
31385 31386 31387 31388 31389 31390 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31385 class ReadAuthConfig < Struct.new( :authentication_type, :authentication_metadata) SENSITIVE = [] include Aws::Structure end |