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. AzureDevOps OnPremise connections will only support Basic authentication. |
Organization | The name of the Organization or Collection depending upon AzureDevOpsEdition value. |
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 AzureDevOps OnPremise Instance. For Example: http://localhost/defaultcollection. |
ProjectId | The unique identifier (id) associated with your Organization's Project. |
User | The Azure DevOps user account used to authenticate. |
AzureDevOpsServiceAPI | The REST API version of AzureDevOps being used. Set either [6.0] or [5.1]. |