Class: Aws::Appflow::Types::CustomAuthConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Appflow::Types::CustomAuthConfig
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Configuration information required for custom authentication.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #auth_parameters  ⇒ Array<Types::AuthParameter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about authentication parameters required for authentication. 
- 
  
    
      #custom_authentication_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The authentication type that the custom connector uses. 
Instance Attribute Details
#auth_parameters ⇒ Array<Types::AuthParameter>
Information about authentication parameters required for authentication.
| 1444 1445 1446 1447 1448 1449 | # File 'lib/aws-sdk-appflow/types.rb', line 1444 class CustomAuthConfig < Struct.new( :custom_authentication_type, :auth_parameters) SENSITIVE = [] include Aws::Structure end | 
#custom_authentication_type ⇒ String
The authentication type that the custom connector uses.
| 1444 1445 1446 1447 1448 1449 | # File 'lib/aws-sdk-appflow/types.rb', line 1444 class CustomAuthConfig < Struct.new( :custom_authentication_type, :auth_parameters) SENSITIVE = [] include Aws::Structure end |