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:



1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1333

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)


1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1333

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