AuthScheme
The type of authentication to use when connecting to Azure Cosmos DB.
Possible Values
AccountKey, AzureAD, AzureServicePrincipal, AzureServicePrincipalCertデータ型
string
デフォルト値
"AccountKey"
解説
- AccountKey: Set this to perform authentication with AccountKey and AccountEndpoint.
- AzureAD: Set this to perform Azure Active Directory OAuth authentication.
- AzureServicePrincipal: Set this to authenticate as an Azure Service Principal using a Client Secret.
- AzureServicePrincipalCert: Set this to authenticate as an Azure Service Principal using a Certificate.