SqlServerEntraIdConfig
import type { SqlServerEntraIdConfig } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";SQL Server Entra ID configuration.
interface SqlServerEntraIdConfig {
applicationId?: string;
readonly kind?: string;
tenantId?: string;
}