AuthScheme
The scheme used for authentication. Accepted entries are Password, AzureAD, AzureServicePrincipal, AzureServicePrincipalCert, AzureMSI, AzurePassword.
Possible Values
AzureAD, AzureMSI, AzureServicePrincipal, AzureServicePrincipalCert, Password, AzurePasswordデータ型
string
デフォルト値
"Password"
解説
- AzureAD:Azure Active Directory OAuth 認証を実行する場合に設定。
- AzureMSI:Azure VM で実行しているときにマネージドサービスID のクレデンシャルを自動的に取得する場合に設定。
- AzureServicePrincipal:クライアントシークレットを使用してAzure Service Principal として認証する場合に設定。
- AzureServicePrincipalCert:証明書を使用してAzure Service Principal として認証する場合に設定。
Together with Password and User, this field is used to authenticate against the server. Password is the default option. Use the following options to select your authentication scheme:
- Password: Set this to use your SQL Server Password.
- AzureAD: Set this to use Azure Active Directory OAuth authentication.
- AzureServicePrincipal: Set this to authenticate as an Azure Service Principal.
- AzureServicePrincipalCert: Set this to authenticate as an Azure Service Principal using a certificate.
- AzureMSI: Set this to use Azure Active Directory Managed Service Identity authentication.
- AzurePassword: Set this to use Azure Active Directory Password authentication.