Authentication Configurations
Authentication configurations are used to authenticate with external services.
Configurations
Property | Description | Required | Default |
---|---|---|---|
Name | The name of the authentication configuration. | Yes | |
Authentication Type | The type of authentication to be used. | Yes | |
Username | The username to be used for authentication. | Yes, if basic_auth is selected in Authentication Type | |
Password | The password to be used for authentication. | Yes, if basic_auth is selected in Authentication Type | |
Header Name | The name of the header to be used for authentication. | Yes, if header_auth is selected in Authentication Type | |
Header Value | The value of the header to be used for authentication. | Yes, if header_auth is selected in Authentication Type |