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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authentication_metadataTypes::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_typeString

The type of authentication method.

Returns:

  • (String)


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