Class: Aws::Appflow::Types::CustomAuthCredentials

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

The custom credentials required for custom authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credentials_mapHash<String,String>

A map that holds custom authentication credentials.

Returns:

  • (Hash<String,String>)


1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1463

class CustomAuthCredentials < Struct.new(
  :custom_authentication_type,
  :credentials_map)
  SENSITIVE = []
  include Aws::Structure
end

#custom_authentication_typeString

The custom authentication type that the connector uses.

Returns:

  • (String)


1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1463

class CustomAuthCredentials < Struct.new(
  :custom_authentication_type,
  :credentials_map)
  SENSITIVE = []
  include Aws::Structure
end