AuthScheme
The type of authentication to use when connecting to Azure DevOps. AzureDevOps OnPremise connections will only support Basic authentication.
Possible Values
AzureAD, BasicData Type
string
Default Value
"AzureAD"
Remarks
- AzureAD: Set this to perform Azure Active Directory OAuth authentication.
- Basic: Set this to authenticate with a Personal Access Token.