

# AuthParameter
<a name="API_AuthParameter"></a>

Information about required authentication parameters.

## Contents
<a name="API_AuthParameter_Contents"></a>

 ** connectorSuppliedValues **   <a name="appflow-Type-AuthParameter-connectorSuppliedValues"></a>
Contains default values for this authentication parameter that are supplied by the connector.  
Type: Array of strings  
Length Constraints: Maximum length of 256.  
Pattern: `\S+`   
Required: No

 ** description **   <a name="appflow-Type-AuthParameter-description"></a>
A description about the authentication parameter.  
Type: String  
Length Constraints: Maximum length of 1024.  
Pattern: `[\s\w/!@#+=.-]*`   
Required: No

 ** isRequired **   <a name="appflow-Type-AuthParameter-isRequired"></a>
Indicates whether this authentication parameter is required.  
Type: Boolean  
Required: No

 ** isSensitiveField **   <a name="appflow-Type-AuthParameter-isSensitiveField"></a>
Indicates whether this authentication parameter is a sensitive field.  
Type: Boolean  
Required: No

 ** key **   <a name="appflow-Type-AuthParameter-key"></a>
The authentication key required to authenticate with the connector.  
Type: String  
Length Constraints: Maximum length of 512.  
Pattern: `\S+`   
Required: No

 ** label **   <a name="appflow-Type-AuthParameter-label"></a>
Label used for authentication parameter.  
Type: String  
Length Constraints: Maximum length of 128.  
Pattern: `.*`   
Required: No

## See Also
<a name="API_AuthParameter_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/appflow-2020-08-23/AuthParameter) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/appflow-2020-08-23/AuthParameter) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/appflow-2020-08-23/AuthParameter) 