Authentication
このセクションでは、本プロバイダーの接続文字列で設定可能なAuthentication プロパティの全リストを提供します。
| プロパティ | 説明 |
| 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] |