Class: Aws::QuickSight::Types::AuthConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Authentication configuration for connecting to external services.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_metadataTypes::AuthenticationMetadata

The authentication metadata containing the specific configuration for the chosen authentication type.



3040
3041
3042
3043
3044
3045
# File 'lib/aws-sdk-quicksight/types.rb', line 3040

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

#authentication_typeString

The type of authentication method.

Returns:

  • (String)


3040
3041
3042
3043
3044
3045
# File 'lib/aws-sdk-quicksight/types.rb', line 3040

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