AuthenticationProtocol Enum
Determines what type of credentials are used to authenticate to the external
system.
Enum Values
The following are the values of the DataSource.AuthenticationProtocol enum.
| Value | Description |
|---|---|
| NONE | No credentials are used to authenticate to the external system. |
| OAUTH | OAuth 2.0 is used to authenticate to the external system. |
| PASSWORD | A username and password are used to authenticate to the external system. |