Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| AuthScheme | The type of authentication to use when connecting to Azure DevOps. Azure DevOps OnPremise connections support only Basic authentication. |
| Organization | The name of the Organization or Collection, depending upon the value of AzureDevOpsEdition . |
| PersonalAccessToken | The personal access token used for accessing the data in your organization. |
| AzureDevOpsEdition | The edition of AzureDevOps being used. Set either [AzureDevOps Online] or [AzureDevOps OnPremise]. |
| URL | The Public URL of the Azure DevOps OnPremise Instance; for example, http://localhost/defaultcollection. |
| User | The Azure DevOps user account used to authenticate. |
| AzureDevOpsServiceAPI | The REST API version to use. Valid values are 7.2, 7.1, 6.0, and 5.1. |