- **Host and Port**: Host and port of the Alation service.
- **Authentication Types**:
1. Basic Authentication
- Username: The name of the user whose credentials will be used to sign in.
- Password: The password of the user.
2. Access Token Authentication
The access token created using the steps mentioned [here](https://developer.alation.com/dev/docs/authentication-into-alation-apis#create-via-ui) can directly be entered. We'll use that directly to authenticate the Alation APIs
- accessToken: Generated access token
- **Project Name**: Project name to create the refreshToken. Can be anything.
- **Pagination Limit**: Pagination limit used for Alation APIs pagination
- **DataSource Links**: Add a custom mapping between OpenMetadata databases and Alation DataSources.
If this mapping is present the connector will only look for the datasource in Alation to create other entities inside it. It will not create the datasource in Alation and it'll need to be created beforehand.
The mapping needs to be of the format `alation_datasource_id: openmetadata_database_fqn`
Here `alation_datasource_id` corresponds to the numerical id of the datasource in alation.
And `openmetadata_database_fqn` corresponds to the fullyQualifiedName of the database in OpenMetadata.