AzureSqlAuthenticationType
AzureSQLAuthenticationType represents the authentication type of an Azure SQL database server or a Managed Instance.
Values
| Value | Description |
|---|---|
| AAD_ONLY | Only AAD authentication is supported by the server. |
| AUTH_TYPE_UNSPECIFIED | Unspecified authentication type. |
| SQL_AUTH_AND_AAD | Both SQL authentication and AAD authentication are supported by the server. |
| SQL_AUTH_ONLY | Only SQL authentication is supported by the server. |