SqlAuthenticationMechanism
Authentication mechanism for SQL Server or any SQL compliant database.
Values
| Value | Description |
|---|---|
| AUTHENTICATION_MECHANISM_UNSPECIFIED | Authentication mechanism is not specified. |
| AZURE_ACTIVE_DIRECTORY_AUTH_CODE | Authenticate using Azure Active Directory authorization code. |
| SQL_AUTHENTICATION | Authenticate using traditional SQL Server credentials. |