Class: Aws::Appflow::Types::CustomAuthConfig

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

Overview

Configuration information required for custom authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_parametersArray<Types::AuthParameter>

Information about authentication parameters required for authentication.

Returns:



1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1444

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

#custom_authentication_typeString

The authentication type that the custom connector uses.

Returns:

  • (String)


1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1444

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