Class: Aws::QuickSight::Types::ReadAuthConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#authentication_metadataTypes::ReadAuthenticationMetadata

The authentication metadata containing configuration details specific to the authentication type.



30497
30498
30499
30500
30501
30502
# File 'lib/aws-sdk-quicksight/types.rb', line 30497

class ReadAuthConfig < Struct.new(
  :authentication_type,
  :authentication_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_typeString

The type of authentication being used (BASIC, API_KEY, OAUTH2_CLIENT_CREDENTIALS, or OAUTH2_AUTHORIZATION_CODE).

Returns:

  • (String)


30497
30498
30499
30500
30501
30502
# File 'lib/aws-sdk-quicksight/types.rb', line 30497

class ReadAuthConfig < Struct.new(
  :authentication_type,
  :authentication_metadata)
  SENSITIVE = []
  include Aws::Structure
end